From 36d1285c536a90bff54a8863c1cf517eef99b8d8 Mon Sep 17 00:00:00 2001 From: Huang Rui Date: Wed, 13 May 2020 19:40:08 +0800 Subject: [PATCH] Add gfx 10.3.3 into rocrtst list Change-Id: I854e5092236175e47a2134d703f154885cae8c3e Signed-off-by: Huang Rui [ROCm/ROCR-Runtime commit: 554ed5e76dea590feb3c1b8102d76636d9d61210] --- projects/rocr-runtime/rocrtst/suites/test_common/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/rocr-runtime/rocrtst/suites/test_common/CMakeLists.txt b/projects/rocr-runtime/rocrtst/suites/test_common/CMakeLists.txt index 99cb8ff5f7..9771b1e6a1 100755 --- a/projects/rocr-runtime/rocrtst/suites/test_common/CMakeLists.txt +++ b/projects/rocr-runtime/rocrtst/suites/test_common/CMakeLists.txt @@ -41,7 +41,7 @@ set(PROJECT_NAME "rocrtst64") project (${PROJECT_NAME}) -set(DEFAULT_TARGETS "gfx700;gfx701;gfx702;gfx801;gfx802;gfx803;gfx805;gfx810;gfx900;gfx902;gfx904;gfx906;gfx908;gfx1010;gfx1011;gfx1012;gfx1030;gfx1031;gfx1032") +set(DEFAULT_TARGETS "gfx700;gfx701;gfx702;gfx801;gfx802;gfx803;gfx805;gfx810;gfx900;gfx902;gfx904;gfx906;gfx908;gfx1010;gfx1011;gfx1012;gfx1030;gfx1031;gfx1032;gfx1033") # # Currently support for Windows platform is not present