[Mlir-commits] [mlir] [mlir][NVVM] Add InferTypeOpInterface to NVVM ops with deterministic result types (PR #188173)

Bastian Hagedorn llvmlistbot at llvm.org
Tue Mar 24 06:00:37 PDT 2026


bastianhagedorn wrote:


> Also take a look at the NVDSL examples.


The NVDSL examples use nvgpu ops (nvgpu.mbarrier_arrive, nvgpu.mbarrier_arrive_expect_tx), not NVVM ops directly. The NVGPUToNVVM lowering for these ops is already updated and tested in this PR, the nvgpu-to-nvvm.mlir conversion test and the sm_90 CUDA integration tests both pass.

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


More information about the Mlir-commits mailing list