Arturo Vargas
Arturo Vargas
@rhornung67 @MrBurmark , this is what I had in mind.
> I think the indices for `sycl_global_*` need to be reversed; i.e., `device_global_size_x_direct` should correspond to `sycl_global_2`, not zero, etc.... Ah thats right! Thanks --fixed!
@YohannDudouit , I'm thinking the shared memory arena that we talked about could look be implemented something like this? At the moment I'm not sure how we can differentiate between...
@tomstitt , adding you in the loop since I think we talked about this as well.
Consider an API that allows user to call https://github.com/LLNL/RAJA/blob/f9bf51237504dad9b625ee31a52a6604e57b8b90/include/RAJA/util/plugins.hpp#L36 and configure options
Consider moving the plugins into src/plugins -- keep as cpp files.
I think this ready for another review. Experimenting with the nvtx3 header library may need a bit more testing; I propose we follow it up in a different PR.
@adayton1 , I made another pass at the code. When you have some time could you take a look?
@bechols97 , can you add an example in the examples folder? I have a use case where this may be handy. In my application if a thread gets a negative...
@bechols97 , can we bring this up to date?