[Mlir-commits] [mlir] [mlir][gpu] Deprecate gpu::Serialization* passes. (PR #65857)

Guray Ozen llvmlistbot at llvm.org
Sun Sep 10 23:57:53 PDT 2023


grypp wrote:

> > Let me know if you need help here. It seems like removing the 'convert-gpu-to-nvvm' addind `TargetAttr` would be enough. We are already using "TargetAttr" in one test.
> > FWIW, I'm about to land for 4 more tests. I will make sure to use the new workflow.
> 
> @grypp Yes I need help please, both tests there still refer to `gpu-to-cubin` and I don't have access to a H100. To dump the ptx see this test: [dump-ptx.mlir](https://github.com/llvm/llvm-project/blob/main/mlir/test/Integration/Dialect/SparseTensor/GPU/CUDA/dump-ptx.mlir)

No problem. Done in #65926 

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


More information about the Mlir-commits mailing list