Skip to content

Commit

Permalink
add nvhpc-sdk 22.11 (#4294)
Browse files Browse the repository at this point in the history
  • Loading branch information
trxcllnt committed Nov 17, 2022
1 parent d180698 commit 4332643
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion etc/config/c++.amazon.properties
Expand Up @@ -1805,7 +1805,7 @@ compiler.gcc6502_1110.notification=This uses AVR-GCC 11.1.0 to compile C++ and u
#################################
# NVHPC nvc++

group.nvcxx_x86_cxx.compilers=nvcxx_x86_cxx22_7:nvcxx_x86_cxx22_9
group.nvcxx_x86_cxx.compilers=nvcxx_x86_cxx22_7:nvcxx_x86_cxx22_9:nvcxx_x86_cxx22_11
group.nvcxx_x86_cxx.options=
group.nvcxx_x86_cxx.binaryHideFuncRe=^(__.*|_(init|start|fini)|(de)?register_tm_clones|call_gmon_start|frame_dummy|\.plt.*|_dl_relocate_static_pie)$
group.nvcxx_x86_cxx.needsMulti=false
Expand All @@ -1826,6 +1826,11 @@ compiler.nvcxx_x86_cxx22_9.exe=/opt/compiler-explorer/hpc_sdk/Linux_x86_64/22.9/
compiler.nvcxx_x86_cxx22_9.name=nvc++ 22.9
compiler.nvcxx_x86_cxx22_9.semver=22.9

compiler.nvcxx_x86_cxx22_11.demangler=/opt/compiler-explorer/hpc_sdk/Linux_x86_64/22.11/compilers/bin/nvdecode
compiler.nvcxx_x86_cxx22_11.exe=/opt/compiler-explorer/hpc_sdk/Linux_x86_64/22.11/compilers/bin/nvc++
compiler.nvcxx_x86_cxx22_11.name=nvc++ 22.11
compiler.nvcxx_x86_cxx22_11.semver=22.11

group.nvcxx_arm_cxx.compilers=nvcxx_arm_cxx22_7:nvcxx_arm_cxx22_9
group.nvcxx_arm_cxx.options=
group.nvcxx_arm_cxx.supportsBinary=true
Expand Down

0 comments on commit 4332643

Please sign in to comment.