There is no threadDim in CUDA. Instead, it is blockDim. Then the current
blockDim is gridDim in CUDA.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D157051
[OMPX] Change `thread_dim` to `block_dim` and the original `block_dim` to `grid_dim` ClosedPublic Authored by tianshilei1992 on Aug 3 2023, 3:54 PM.
Details Summary There is no threadDim in CUDA. Instead, it is blockDim. Then the current
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Aug 3 2023, 3:56 PM Closed by commit rGfcf1a1022a08: [OMPX] Change `thread_dim` to `block_dim` and the original `block_dim` to… (authored by tianshilei1992). · Explain WhyAug 3 2023, 6:51 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 547079 openmp/libomptarget/DeviceRTL/src/Mapping.cpp
openmp/libomptarget/test/api/ompx_3d.c
openmp/libomptarget/test/api/ompx_3d.cpp
openmp/libomptarget/test/offloading/ompx_coords.c
openmp/libomptarget/test/offloading/ompx_saxpy_mixed.c
openmp/runtime/src/include/ompx.h.var
|