From 6687f737320eda4669173608e4a69db12f4a7fab Mon Sep 17 00:00:00 2001 From: Chris Freehill Date: Wed, 16 Oct 2019 07:48:57 -0500 Subject: [PATCH] Add some gfx1xxx targets This is to fix Change-Id: I69a87884d8174733905e4c007cf0f19b5103482a [ROCm/ROCR-Runtime commit: 53228ad819cda96920c410e33faa72a8e6e5f04f] --- 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 3ce6c7b06a..2060e33bc4 100755 --- a/projects/rocr-runtime/rocrtst/suites/test_common/CMakeLists.txt +++ b/projects/rocr-runtime/rocrtst/suites/test_common/CMakeLists.txt @@ -32,7 +32,7 @@ cmake_minimum_required(VERSION 2.8.0) # 4) Run "make" # -set(DEFAULT_TARGETS "gfx803;gfx701;gfx801;gfx802;gfx900;gfx902;gfx906;gfx908") +set(DEFAULT_TARGETS "gfx803;gfx701;gfx801;gfx802;gfx900;gfx902;gfx906;gfx908;gfx1010;gfx1011;gfx1012") # # Currently support for Windows platform is not present