[Mlir-commits] [mlir] [MLIR][NVVM] Enable nvvm intrinsics import (PR #68843)
Ivan R. Ivanov
llvmlistbot at llvm.org
Sun Dec 10 21:36:56 PST 2023
ivanradanov wrote:
@gysit @Dinistro
I added a test which includes all of the currently supported nvvm intrinsics for import.
To be automatically imported the nvvm ops must inherit from NVVM_IntrOp, and most of them currently inherit from NVVM_Op. I will be looking into whether the remaining can be made to inherit from IntrOp but I think that is best left for a separate PR?
https://github.com/llvm/llvm-project/pull/68843
More information about the Mlir-commits
mailing list