forked from OSchip/llvm-project
b88a4d72d9
The GPU dialect currently contains an explicit reference to LLVMFuncOp during verification to handle the situation where the kernel has already been converted. This commit changes that reference to instead use FunctionOpInterface, which has two main benefits: * It allows for removing an otherwise unnecessary dependency on the LLVM dialect * It removes hardcoded assumptions about the lowering path and use of the GPU dialect Differential Revision: https://reviews.llvm.org/D118172 |
||
---|---|---|
.. | ||
all-reduce-max.mlir | ||
all-reduce.mlir | ||
async-region.mlir | ||
canonicalize.mlir | ||
invalid.mlir | ||
mapping.mlir | ||
multiple-all-reduce.mlir | ||
ops.mlir | ||
outlining.mlir | ||
promotion.mlir |