SWDEV-227890 - Adding support for gfx1030 in amd-npi.

Change-Id: I3cb2bdf7915e251fce9efeb8b156c8947704ca93


[ROCm/clr commit: 2e5d3b6ade]
This commit is contained in:
kjayapra-amd
2020-04-08 13:07:59 -04:00
committed by Karthik Jayaprakash
parent cf9b74b412
commit 011eb7a11c
+1 -1
View File
@@ -61,7 +61,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');
@knownTargets = ('gfx701', 'gfx801', 'gfx802', 'gfx803', 'gfx900', 'gfx906', 'gfx908', 'gfx1010', 'gfx1011', 'gfx1012', 'gfx1030');
#
# TODO: Fix rpath LDFLAGS settings