FEAT-30999 - Add gfx90a support in npi.

Change-Id: Iabd36196e25be441bb816d5bab7a829911507169
Esse commit está contido em:
kjayapra-amd
2020-06-08 13:46:31 -04:00
commit 06013d5750
+1 -1
Ver Arquivo
@@ -63,7 +63,7 @@ $HIPCC_COMPILE_FLAGS_APPEND=$ENV{'HIPCC_COMPILE_FLAGS_APPEND'};
$HIPCC_LINK_FLAGS_APPEND=$ENV{'HIPCC_LINK_FLAGS_APPEND'};
# Known HIP target names.
@knownTargets = ('gfx701', 'gfx801', 'gfx802', 'gfx803', 'gfx900', 'gfx906', 'gfx908', 'gfx1010', 'gfx1011', 'gfx1012', 'gfx1030', 'gfx1031');
@knownTargets = ('gfx701', 'gfx801', 'gfx802', 'gfx803', 'gfx900', 'gfx906', 'gfx908', 'gfx90a', 'gfx1010', 'gfx1011', 'gfx1012', 'gfx1030', 'gfx1031');
#
# TODO: Fix rpath LDFLAGS settings