Home
last modified time | relevance | path

Searched refs:gridY (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/mlir/lib/ExecutionEngine/
H A DCudaRuntimeWrappers.cpp86 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 DRocmRuntimeWrappers.cpp78 intptr_t gridY, intptr_t gridZ, in mgpuLaunchKernel() argument
84 HIP_REPORT_IF_ERROR(hipModuleLaunchKernel(function, gridX, gridY, gridZ, in mgpuLaunchKernel()