[llvm] [lld] [mlir] [clang] [AMDGPU] Change default AMDHSA Code Object version to 5 (PR #73000)
Jon Chesterfield via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 21 12:11:22 PST 2023
================
@@ -75,8 +75,8 @@ bb.2:
store volatile i32 0, ptr addrspace(1) undef
ret void
}
-; DEFAULTSIZE: .amdhsa_private_segment_fixed_size 4112
-; DEFAULTSIZE: ; ScratchSize: 4112
+; DEFAULTSIZE: .amdhsa_private_segment_fixed_size 16
----------------
JonChesterfield wrote:
This seems a bit suspect. It used to be about 4k and is now 16. Are we out by a factor of 1024 somewhere?
https://github.com/llvm/llvm-project/pull/73000
More information about the llvm-commits
mailing list