My Project
Namespaces | Functions
LoopsToGPU.h File Reference
#include "mlir/Support/LLVM.h"
Include dependency graph for LoopsToGPU.h:
This graph shows which files directly or indirectly include this file:

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)