Files
composable_kernel/script/hip_fatbin_insert
2024-04-08 22:29:36 +00:00

8 lines
157 B
Plaintext
Executable File

SECTIONS {
.hipFatBinSegment : { *(.hipFatBinSegment) }
} INSERT AFTER .bss
SECTIONS {
.hip_fatbin : { *(.hip_fatbin) }
} INSERT AFTER .hipFatBinSegment