Robert Chen

Results 74 comments of Robert Chen

> @rchen20 Do you have time to tackle this in the near future? @rhornung67 Yes, I'll do this. I guess we will need this before the next release?

@rhornung67 @MrBurmark Do we want the user to be able to specify min blocks per SM in `forall`? If so, this would require 2 template arguments in the cuda_exec policy,...

@gzagaris Thanks for your help with this! I've incorporated most of your changes here https://github.com/LLNL/RAJA/pull/1339. @Infinoid Thanks for reporting your experience. The latest PR here https://github.com/LLNL/RAJA/pull/1339 should likely work for...

There is usually a missing compiler flag for this problem: https://github.com/LLNL/RAJA/pull/1073#issuecomment-857750887. Although @trws's reaction in that thread indicates that there may be a more serious problem with something being inlined...

I'll need to check, but I think in certain places the Gitlab CI files are missing that flag (which I thought I had fixed a while ago).

Hello @ajkunen @rhornung67 @davidbeckingsale @trws @MrBurmark @artv3 @mdavis36 @gzagaris, this small PR is ready for review. Please take a quick look when you have a chance.

Yes, let's cut it off here, this is the last of the most critical fixes. I'll add more testing and cleanup after the release in here https://github.com/LLNL/RAJA/pull/1289.

> Does this have the camp update and warning fixes? > Update: yes, let's merge and release. It has everything in Camp up to October 7th. Is that enough?

Hi @jdoerfert @trws, I'm trying to figure out where exactly in RAJA this is tripping up. Is there a way to ask clang/llvm for detailed instruction selection output? I've seen...