Home
last modified time | relevance | path

Searched defs:gpuLaunch (Results 1 – 2 of 2) sorted by relevance

/llvm-project/mlir/lib/Dialect/GPU/TransformOps/
H A DGPUTransformOps.cpp658 LaunchOp gpuLaunch = dyn_cast<LaunchOp>(target); in applyToOne() local
884 LaunchOp gpuLaunch = dyn_cast<LaunchOp>(target); in applyToOne() local
[all...]
H A DUtils.cpp302 alterGpuLaunch(RewriterBase & rewriter,LaunchOp gpuLaunch,TransformOpInterface transformOp,std::optional<int64_t> gridDimX,std::optional<int64_t> gridDimY,std::optional<int64_t> gridDimZ,std::optional<int64_t> blockDimX,std::optional<int64_t> blockDimY,std::optional<int64_t> blockDimZ) alterGpuLaunch() argument