[Mlir-commits] [mlir] [MLIR][AMDGPU] Switch to code object version 5 (PR #79144)

Matt Arsenault llvmlistbot at llvm.org
Tue Jan 23 15:59:28 PST 2024


arsenm wrote:

> @arsenm We haven't historically been setting that module flag

So yes. Without the flag you are subject to the default of the backend which is now mismatched with the device lib link. You should just set both for next time 

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


More information about the Mlir-commits mailing list