add linker script to QA builds (#1030)

[ROCm/composable_kernel commit: 68f2b5e7c7]
This commit is contained in:
Illia Silin
2023-11-08 17:53:45 -08:00
committed by GitHub
parent cba606adf6
commit 11aeddadae
2 changed files with 8 additions and 1 deletions

7
script/hip_fatbin_insert Normal file
View File

@@ -0,0 +1,7 @@
SECTIONS {
.hipFatBinSegment : { *(.hipFatBinSegment) }
} INSERT AFTER .bss
SECTIONS {
.hip_fatbin : { *(.hip_fatbin) }
} INSERT AFTER .hipFatBinSegment