[Mlir-commits] [mlir] [mlir][gpu] Skip address space checks for memrefs between launchFuncOp and kernel func (PR #102925)
Victor Perez
llvmlistbot at llvm.org
Wed Aug 14 10:37:26 PDT 2024
victor-eds wrote:
> Those mismatches actually have a `TODO` attached see: https://github.com/llvm/llvm-project/blob/main/mlir/lib/Dialect/GPU/IR/GPUDialect.cpp#L389-L394
> We shouldn't aggravate the situation.
I meant between host and device in LLVM *IR*. Anyway, I think we can just give this a thought and come back if we find further issues as @kurapov-peter says.
https://github.com/llvm/llvm-project/pull/102925
More information about the Mlir-commits
mailing list