SWDEV-467545 - Add rocprofiler support for gfx1150/gfx1151
Change-Id: I2cddc36981f6d815c865d180a1daf1b8a7e0633f Signed-off-by: Lang Yu <lang.yu@amd.com>
This commit is contained in:
+1
-1
@@ -298,7 +298,7 @@ def parse_cdash_args(args):
|
||||
parser.add_argument(
|
||||
"--gpu-targets",
|
||||
help="GPU build architectures",
|
||||
default="gfx900 gfx906 gfx908 gfx90a gfx942 gfx1030 gfx1031 gfx1032 gfx1100 gfx1101 gfx1102".split(),
|
||||
default="gfx900 gfx906 gfx908 gfx90a gfx942 gfx1030 gfx1031 gfx1032 gfx1100 gfx1101 gfx1102 gfx1150 gfx1151".split(),
|
||||
type=str,
|
||||
nargs="+",
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user