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:
Lang Yu
2024-07-09 22:39:43 -04:00
parent 7e199e6b7a
commit 7313e52f35
9 changed files with 17 additions and 3 deletions
+1 -1
View File
@@ -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="+",
)