mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-14 20:48:00 +00:00
### Description Add additonal gfx targets for AMD GPU support ### Motivation and Context Required to integrate mainline onnxruntime support for AMD GPUs --------- Co-authored-by: Stefan Sokolovic <stsokolo@amd.com> Co-authored-by: Jeff Daily <jeff.daily@amd.com>
7 lines
157 B
Text
7 lines
157 B
Text
SECTIONS {
|
|
.hipFatBinSegment : { *(.hipFatBinSegment) }
|
|
} INSERT AFTER .bss
|
|
|
|
SECTIONS {
|
|
.hip_fatbin : { *(.hip_fatbin) }
|
|
} INSERT AFTER .hipFatBinSegment
|