[Mlir-commits] [mlir] Revert "[mlir][NVVM] Disallow results on kernel functions (#96399)" (PR #97074)

Jeff Niu llvmlistbot at llvm.org
Fri Jun 28 12:17:20 PDT 2024


Mogball wrote:

I agree that kernel functions return `void`. However, the design of the LLVMDialect and its sister dialects, like NVVMDialect, are such that they are meant to be trivial mappings to LLVMIR. Thus, these dialects should not pose additional constraints that are not present in LLVMIR, unless they are MLIR specific.

https://github.com/llvm/llvm-project/pull/97074


More information about the Mlir-commits mailing list