My Project
|
#include "mlir/Support/LLVM.h"
Go to the source code of this file.
Namespaces | |
mlir | |
mlir::loop | |
Functions | |
LogicalResult | mlir::convertAffineLoopNestToGPULaunch (AffineForOp forOp, unsigned numBlockDims, unsigned numThreadDims) |
LogicalResult | mlir::convertLoopNestToGPULaunch (loop::ForOp forOp, unsigned numBlockDims, unsigned numThreadDims) |
LogicalResult | mlir::convertLoopToGPULaunch (loop::ForOp forOp, ArrayRef< Value > numWorkGroups, ArrayRef< Value > workGroupSizes) |