mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-03-20 15:17:41 +00:00
8 lines
157 B
Plaintext
8 lines
157 B
Plaintext
SECTIONS {
|
|
.hipFatBinSegment : { *(.hipFatBinSegment) }
|
|
} INSERT AFTER .bss
|
|
|
|
SECTIONS {
|
|
.hip_fatbin : { *(.hip_fatbin) }
|
|
} INSERT AFTER .hipFatBinSegment
|