Arturo Vargas

Results 130 comments of Arturo Vargas

I think these examples were written before the unchecked policies. Are you looking at this example? https://github.com/LLNL/RAJA/blob/develop/exercises/launch-matrix-transpose-local-array_solution.cpp#L304 We are missing a teamSync call. Do you have time to make PR's...

I think we also need to clean up the description of the problem to highlight the transpose of the indices as well as the CPU implementations to make it consistent...

Thanks for getting this started @MrBurmark. I took a follow up pass; but I think I could use a second set of eyes on the Kernel implementation. Would anyone in...

> @artv3 I think you've taken over this PR. There are come compilation issues that are causing the CI checks to fail. Can you get to them or should I...

I think we also have some inconsistent expression for the CPU RAJA::kernel examples. That is one thing that I needed to revisit.

Hi @LLNL/raja-core, in collaboration with AMD staff we found a key optimization for nested loops within RAJA::launch. This would be nice to have for the upcoming release, the downside is...

> Do we want to make populating the context variables optional in case we find any overhead there? oh for register heavy kernels? that makes sense

> Any thoughts on blockIdx and gridDim? I see pro and cons, pro - for completeness could be handy, con - takes up more registers. Maybe we can do partial...

@MrBurmark , do you have time to take a look? I think I pushed up the ideas we had yesterday

How big can meshes get? I'm wondering how the meshes will impact the repo size.