Files
clang-p2996/flang/runtime/CUDA/kernel.cpp
Valentin Clement (バレンタイン クレメン) 6b21cf8cca [flang][cuda] Compute grid x when calling a kernel with <<<*, block>>> (#115538)
`-1, 1, 1` is passed when calling a kernel with the `<<<*, block>>>`
syntax. Query the device to compute the grid.x value.
2024-11-08 14:34:26 -08:00

4.6 KiB