mirror of
https://github.com/compiler-explorer/compiler-explorer.git
synced 2025-12-27 09:23:52 -05:00
45 lines
1.5 KiB
Properties
45 lines
1.5 KiB
Properties
compilers=&nvcc:&clang:&clang_hip
|
|
defaultCompiler=nvcc-default
|
|
supportsBinary=true
|
|
supportsExecute=false
|
|
demangler=/usr/bin/c++filt
|
|
objdumper=/usr/bin/objdump
|
|
|
|
group.nvcc.compilers=nvcc-default
|
|
group.nvcc.options=--keep-device-functions
|
|
group.nvcc.versionRe=^Cuda.*
|
|
group.nvcc.compilerType=nvcc
|
|
group.nvcc.nvdisasm=/opt/cuda/bin/nvdisasm
|
|
|
|
|
|
compiler.nvcc-default.name=NVCC system
|
|
compiler.nvcc-default.exe=/opt/cuda/bin/nvcc
|
|
compiler.nvcc-default.alias=nvcc
|
|
|
|
group.clang.compilers=cltrunkdef
|
|
group.clang.options=--cuda-path=/opt/cuda --cuda-gpu-arch=sm_61 --cuda-device-only
|
|
group.clang.compilerType=clang-cuda
|
|
group.clang.nvdisasm=/opt/compiler-explorer/cuda/9.1.85/bin/nvdisasm
|
|
|
|
compiler.cltrunkdef.name=clang trunk
|
|
compiler.cltrunkdef.exe=/opt/compiler-explorer/clang-trunk/bin/clang++
|
|
compiler.cltrunkdef.alias=cltrunk
|
|
|
|
group.clang_hip.compilers=hiptrunkdef
|
|
group.clang_hip.options=-x hip --offload-arch=gfx908 --cuda-device-only -nocudainc -nocudalib -include __clang_hip_runtime_wrapper.h
|
|
group.clang_hip.compilerType=clang-hip
|
|
group.clang_hip.objdumperType=llvm
|
|
group.clang_hip.rpathFlag=-L
|
|
|
|
compiler.hiptrunkdef.name=clang/HIP(w/o HIP SDK)
|
|
compiler.hiptrunkdef.exe=/opt/compiler-explorer/clang-trunk/bin/clang++
|
|
compiler.hiptrunkdef.objdumper=/opt/compiler-explorer/clang-trunk/bin/llvm-objdump
|
|
compiler.hiptrunkdef.alias=hiptrunk
|
|
|
|
#group.ptxas.instructionSet=ptx
|
|
#group.nvcc121.nvdisasm.instructionSet=ptx
|
|
|
|
#group.nvcc121.instructionSet=ptx
|
|
#instructionSet=ptx
|
|
#supportsAsmDocs=true
|