Skip to content

Commit 80c986b

Browse files
committed
Add CUDA 9.2. See compiler-explorer#932
1 parent 22592b0 commit 80c986b

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

etc/config/cuda.amazon.properties

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,19 @@
11
compilers=&nvcc:&clang
2-
defaultCompiler=nvcc91
2+
defaultCompiler=nvcc92
33
supportsBinary=false
44
demangler=/opt/compiler-explorer/gcc-7.2.0/bin/c++filt
55

6-
group.nvcc.compilers=nvcc91
6+
group.nvcc.compilers=nvc92:nvcc91
77
group.nvcc.options=--compiler-bindir /opt/compiler-explorer/gcc-6.4.0/bin
88
group.nvcc.versionRe=^Cuda.*
99
group.nvcc.compilerType=nvcc
1010

1111
compiler.nvcc91.name=NVCC 9.1
1212
compiler.nvcc91.exe=/opt/compiler-explorer/cuda/9.1.85/bin/nvcc
1313

14+
compiler.nvcc92.name=NVCC 9.2
15+
compiler.nvcc92.exe=/opt/compiler-explorer/cuda/9.2.88/bin/nvcc
16+
1417
group.clang.compilers=cltrunk
1518
group.clang.options=--gcc-toolchain=/opt/compiler-explorer/gcc-7.2.0 --cuda-path=/opt/compiler-explorer/cuda/9.1.85 --cuda-gpu-arch=sm_35 --cuda-device-only
1619

0 commit comments

Comments
 (0)