Files
composable_kernel/script/hip_fatbin_insert
2025-08-29 03:39:09 +00:00

8 lines
157 B
Plaintext
Executable File

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