diff options
author | Shilei Tian <i@tianshilei.me> | 2023-08-03 21:50:58 -0400 |
---|---|---|
committer | Shilei Tian <i@tianshilei.me> | 2023-08-03 21:51:06 -0400 |
commit | fcf1a1022a08e28716da98d5983205337435a85c (patch) | |
tree | c82d08e58e9987ce54bad003dd1678b1af93d884 /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | c171ed4693fb4fb9b5987e83ed2e5b200b7913ae (diff) | |
download | llvm-fcf1a1022a08e28716da98d5983205337435a85c.zip llvm-fcf1a1022a08e28716da98d5983205337435a85c.tar.gz llvm-fcf1a1022a08e28716da98d5983205337435a85c.tar.bz2 |
[OMPX] Change `thread_dim` to `block_dim` and the original `block_dim` to `grid_dim`
There is no `threadDim` in CUDA. Instead, it is `blockDim`. Then the current
`blockDim` is `gridDim` in CUDA.
Reviewed By: jhuber6
Differential Revision: https://reviews.llvm.org/D157051
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions