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