[llvm] [NVPTX] Lower stmatrix intrinsics to PTX (PR #148561)

Pradeep Kumar via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 15 07:30:02 PDT 2025


schwarzschild-radius wrote:

> > > The build cannot succeed unless #148377 is merged. Please don't run CI for now.
> > 
> > 
> > @Pecco-314 I don't understand why this PR cannot build without #148377 ? Intrinsics changes should be independent of the NVVM Ops changes, whereas the inverse does not work
> 
> NVPTXIntrinsics.td actually references NVVM_MMA_OPS, so I think there is indeed a dependency. On the other side, NVVM ops can generate intrinsics that may not be used.

Sorry, I think there is a confusion here, the NVPTX changes should include IntrinsicsNVVM.td file as well (which will make this PR standalone). Can you please add that here as it is not directly related to the MILR changes? MLIR should depend on LLVM and NVPTX and not the other way around


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


More information about the llvm-commits mailing list