File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 1
1
compilers =&nvcc:&clang
2
- defaultCompiler =nvcc91
2
+ defaultCompiler =nvcc92
3
3
supportsBinary =false
4
4
demangler =/opt/compiler-explorer/gcc-7.2.0/bin/c++filt
5
5
6
- group.nvcc.compilers =nvcc91
6
+ group.nvcc.compilers =nvc92: nvcc91
7
7
group.nvcc.options =--compiler-bindir /opt/compiler-explorer/gcc-6.4.0/bin
8
8
group.nvcc.versionRe =^Cuda.*
9
9
group.nvcc.compilerType =nvcc
10
10
11
11
compiler.nvcc91.name =NVCC 9.1
12
12
compiler.nvcc91.exe =/opt/compiler-explorer/cuda/9.1.85/bin/nvcc
13
13
14
+ compiler.nvcc92.name =NVCC 9.2
15
+ compiler.nvcc92.exe =/opt/compiler-explorer/cuda/9.2.88/bin/nvcc
16
+
14
17
group.clang.compilers =cltrunk
15
18
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
16
19
You can’t perform that action at this time.
0 commit comments