Skip to content

Commit

Permalink
Changes for NVIDIA HPC SDK 24.9
Browse files Browse the repository at this point in the history
  • Loading branch information
jmuddnv committed Sep 26, 2024
1 parent dd5896f commit a5a9345
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 deletions.
6 changes: 3 additions & 3 deletions etc/config/c++.amazon.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3768,9 +3768,9 @@ compiler.nvcxx_arm_cxx24_7.demangler=/opt/compiler-explorer/hpc_sdk/Linux_aarch6
compiler.nvcxx_arm_cxx24_7.exe=/opt/compiler-explorer/hpc_sdk/Linux_aarch64/24.7/compilers/bin/nvc++
compiler.nvcxx_arm_cxx24_7.semver=24.7

compiler.nvcxx_arm_cxx24_7.demangler=/opt/compiler-explorer/hpc_sdk/Linux_aarch64/24.9/compilers/bin/nvdecode
compiler.nvcxx_arm_cxx24_7.exe=/opt/compiler-explorer/hpc_sdk/Linux_aarch64/24.9/compilers/bin/nvc++
compiler.nvcxx_arm_cxx24_7.semver=24.9
compiler.nvcxx_arm_cxx24_9.demangler=/opt/compiler-explorer/hpc_sdk/Linux_aarch64/24.9/compilers/bin/nvdecode
compiler.nvcxx_arm_cxx24_9.exe=/opt/compiler-explorer/hpc_sdk/Linux_aarch64/24.9/compilers/bin/nvc++
compiler.nvcxx_arm_cxx24_9.semver=24.9

#################################
# EDG compiler
Expand Down
3 changes: 1 addition & 2 deletions etc/config/c.amazon.properties
Original file line number Diff line number Diff line change
Expand Up @@ -360,8 +360,7 @@ compiler.cclang_widberg.notification=Experimental Reverse Engineering Compiler;

group.nvc_x86.compilers=nvc_x86_24_9
group.nvc_x86.options=
group.nvc_x86.binaryHideFuncRe=^(__.*|_(init|start|fini)|(de)?register_tm_clones|call_gmon_start|frame_dummy|\.plt.*|_dl_relocate_stat
ic_pie)$
group.nvc_x86.binaryHideFuncRe=^(__.*|_(init|start|fini)|(de)?register_tm_clones|call_gmon_start|frame_dummy|\.plt.*|_dl_relocate_static_pie)$
group.nvc_x86.needsMulti=false
group.nvc_x86.stubRe=\bmain\b
group.nvc_x86.stubText=int main(void){return 0;/*stub provided by Compiler Explorer*/}
Expand Down
2 changes: 1 addition & 1 deletion etc/config/cuda.amazon.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ supportsExecute=false
# Details of GPUs/features supported by CUDA compilers can be found here:
# gist.github.com/ax3l/9489132#clang--x-cuda

group.nvcc.compilers==nvcc126u1:nvcc125u1:nvcc124u1:nvcc123u1:nvcc122u1:nvcc121:nvcc120u1:nvcc120:nvcc118:nvcc117u1:nvcc117:nvcc116u2:nvcc116u1:nvcc116:nvcc115u2:nvcc115u1:nvcc115:nvcc114u4:nvcc114u3:nvcc114u2:nvcc114u1:nvcc114:nvcc113u1:nvcc113:nvcc112u2:nvcc112u1:nvcc112:nvcc111u1:nvcc111:nvcc11u1:nvcc11:nvcc102:nvcc101u2:nvcc101u1:nvcc101:nvcc100:nvcc92:nvcc91
group.nvcc.compilers=nvcc126u1:nvcc125u1:nvcc124u1:nvcc123u1:nvcc122u1:nvcc121:nvcc120u1:nvcc120:nvcc118:nvcc117u1:nvcc117:nvcc116u2:nvcc116u1:nvcc116:nvcc115u2:nvcc115u1:nvcc115:nvcc114u4:nvcc114u3:nvcc114u2:nvcc114u1:nvcc114:nvcc113u1:nvcc113:nvcc112u2:nvcc112u1:nvcc112:nvcc111u1:nvcc111:nvcc11u1:nvcc11:nvcc102:nvcc101u2:nvcc101u1:nvcc101:nvcc100:nvcc92:nvcc91
group.nvcc.versionRe=^Cuda.*
group.nvcc.compilerType=nvcc
group.nvcc.isSemVer=true
Expand Down
2 changes: 1 addition & 1 deletion etc/config/fortran.amazon.properties
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ compiler.ifxlatest.options=-gxx-name=/opt/compiler-explorer/gcc-13.2.0/bin/g++
#################################
# NVHPC nvfortran

group.nvfortran_x86.compilers=nvfortran_x86_24_7
group.nvfortran_x86.compilers=nvfortran_x86_24_9
group.nvfortran_x86.options=
group.nvfortran_x86.needsMulti=false
group.nvfortran_x86.supportsBinary=true
Expand Down

0 comments on commit a5a9345

Please sign in to comment.