RAJA icon indicating copy to clipboard operation
RAJA copied to clipboard

Extend RAJA launch docs

Open artv3 opened this issue 4 years ago • 2 comments

Further describe capabilities such as cuda_global_thread_{x,y,z}, tiling, omp parallel regions.

Missing docs reported in https://github.com/LLNL/RAJA/issues/1057

  • [x] Basic overview of API
  • [x] Run-time CPU/GPU switching
  • [x] Overview of hierarchical parallelism using teams and threads
  • [x] Usage of kernel naming using NVTX and ROCTX
  • [x] Static shared memory usage
  • [x] Dynamic shared memory usage
  • [x] launch types, seq_launch_t, omp_launch_t, cuda_launch_t
  • [ ] loop tiling

artv3 avatar Jun 01 '21 19:06 artv3

@artv3 - make a list of what is covered vs not covered

artv3 avatar Apr 04 '23 16:04 artv3

@artv3 I think the items for the unchecked boxes above are now covered. Please verify and close or update this issue, whichever applies.

rhornung67 avatar Aug 31 '23 20:08 rhornung67