8 #ifndef MLIR_CONVERSION_LOOPSTOGPU_LOOPSTOGPU_H_ 9 #define MLIR_CONVERSION_LOOPSTOGPU_LOOPSTOGPU_H_ 33 unsigned numBlockDims,
34 unsigned numThreadDims);
47 unsigned numBlockDims,
48 unsigned numThreadDims);
77 #endif // MLIR_CONVERSION_LOOPSTOGPU_LOOPSTOGPU_H_ Definition: InferTypeOpInterface.cpp:20
LogicalResult convertLoopNestToGPULaunch(loop::ForOp forOp, unsigned numBlockDims, unsigned numThreadDims)
Definition: LogicalResult.h:18
LogicalResult convertLoopToGPULaunch(loop::ForOp forOp, ArrayRef< Value > numWorkGroups, ArrayRef< Value > workGroupSizes)
Definition: LoopsToGPU.cpp:524
LogicalResult convertAffineLoopNestToGPULaunch(AffineForOp forOp, unsigned numBlockDims, unsigned numThreadDims)
Definition: LoopsToGPU.cpp:512