diff options
author | Robert Maynard <robert.maynard@kitware.com> | 2020-10-26 21:10:18 (GMT) |
---|---|---|
committer | Zack Galbreath <zack.galbreath@kitware.com> | 2021-06-07 19:25:33 (GMT) |
commit | 20d086f1a2c320da59830682a19e006ec19dca94 (patch) | |
tree | d717c7a2fd5742fb07a01dd8d418effd1cabb7b8 /Tests/HIP/MixedLanguage | |
parent | 2e86e50c2fb2897dc1a0612676c5bd26eb7924a9 (diff) | |
download | CMake-20d086f1a2c320da59830682a19e006ec19dca94.zip CMake-20d086f1a2c320da59830682a19e006ec19dca94.tar.gz CMake-20d086f1a2c320da59830682a19e006ec19dca94.tar.bz2 |
HIP: All HIP tests now run on CMake's current AMD hardware
Diffstat (limited to 'Tests/HIP/MixedLanguage')
-rw-r--r-- | Tests/HIP/MixedLanguage/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Tests/HIP/MixedLanguage/CMakeLists.txt b/Tests/HIP/MixedLanguage/CMakeLists.txt index 4f6dd3b..ce2ff89 100644 --- a/Tests/HIP/MixedLanguage/CMakeLists.txt +++ b/Tests/HIP/MixedLanguage/CMakeLists.txt @@ -3,6 +3,7 @@ project (MixedLanguage C CXX HIP) set(CMAKE_HIP_STANDARD 14) set(CMAKE_CXX_STANDARD 14) +set(CMAKE_HIP_ARCHITECTURES "gfx900") #Goal for this example: #make sure that we can build multiple languages into targets |