diff options
author | Brendon Cahoon <brendon.cahoon@amd.com> | 2021-06-01 16:38:42 -0400 |
---|---|---|
committer | Brendon Cahoon <brendon.cahoon@amd.com> | 2021-06-08 12:49:49 -0400 |
commit | ea10a86984ea73fcec3b12d22404a15f2f59b219 (patch) | |
tree | 7551dcf93ca96e19fbc575a68c37a53b5a86ee12 /clang/lib/Basic/Cuda.cpp | |
parent | 92a79dbe91413f685ab19295fc7a6297dbd6c824 (diff) | |
download | llvm-ea10a86984ea73fcec3b12d22404a15f2f59b219.zip llvm-ea10a86984ea73fcec3b12d22404a15f2f59b219.tar.gz llvm-ea10a86984ea73fcec3b12d22404a15f2f59b219.tar.bz2 |
[AMDGPU] Add gfx1013 target
Differential Revision: https://reviews.llvm.org/D103663
Diffstat (limited to 'clang/lib/Basic/Cuda.cpp')
-rw-r--r-- | clang/lib/Basic/Cuda.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/lib/Basic/Cuda.cpp b/clang/lib/Basic/Cuda.cpp index 79cc6c9..fa7f78a 100644 --- a/clang/lib/Basic/Cuda.cpp +++ b/clang/lib/Basic/Cuda.cpp @@ -105,6 +105,7 @@ static const CudaArchToStringMap arch_names[] = { GFX(1010), // gfx1010 GFX(1011), // gfx1011 GFX(1012), // gfx1012 + GFX(1013), // gfx1013 GFX(1030), // gfx1030 GFX(1031), // gfx1031 GFX(1032), // gfx1032 |