mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-04-20 06:49:15 +00:00
add linker script to QA builds (#1030)
This commit is contained in:
7
script/hip_fatbin_insert
Normal file
7
script/hip_fatbin_insert
Normal file
@@ -0,0 +1,7 @@
|
||||
SECTIONS {
|
||||
.hipFatBinSegment : { *(.hipFatBinSegment) }
|
||||
} INSERT AFTER .bss
|
||||
|
||||
SECTIONS {
|
||||
.hip_fatbin : { *(.hip_fatbin) }
|
||||
} INSERT AFTER .hipFatBinSegment
|
||||
Reference in New Issue
Block a user