Searched refs:gridZ (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/mlir/lib/ExecutionEngine/ |
| H A D | CudaRuntimeWrappers.cpp | 87 intptr_t gridZ, intptr_t blockX, intptr_t blockY, in mgpuLaunchKernel() argument 91 CUDA_REPORT_IF_ERROR(cuLaunchKernel(function, gridX, gridY, gridZ, blockX, in mgpuLaunchKernel()
|
| H A D | RocmRuntimeWrappers.cpp | 78 intptr_t gridY, intptr_t gridZ, in mgpuLaunchKernel() argument 84 HIP_REPORT_IF_ERROR(hipModuleLaunchKernel(function, gridX, gridY, gridZ, in mgpuLaunchKernel()
|