diff options
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 b4cf6cb..baca110 100644 --- a/clang/lib/Basic/Cuda.cpp +++ b/clang/lib/Basic/Cuda.cpp @@ -114,6 +114,7 @@ static const CudaArchToStringMap arch_names[] = { GFX(90a), // gfx90a GFX(90c), // gfx90c GFX(940), // gfx940 + GFX(941), // gfx941 GFX(1010), // gfx1010 GFX(1011), // gfx1011 GFX(1012), // gfx1012 |