We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64d541a commit 085cde4Copy full SHA for 085cde4
1 file changed
.github/workflows/standalone-benchmark.yml
@@ -105,7 +105,9 @@ jobs:
105
- name: Profiler - Nsight Systems
106
if: ${{ matrix.name == 'nvidia-l40s' }}
107
run: |
108
- dnf install -y nsight-systems-cli-2026.2.1
+ curl -fL --retry 3 -o ${STANDALONE_DIR}/nsys.rpm https://developer.nvidia.com/downloads/assets/tools/secure/nsight-systems/2026_2/NsightSystems-linux-cli-public-2026.2.1.210-3763964.rpm
109
+ dnf install -y ${STANDALONE_DIR}/nsys.rpm
110
+ rm -f ${STANDALONE_DIR}/nsys.rpm
111
source /etc/profile.d/modules.sh
112
module load ninja/fortran-v1.11.1.g9-15 Vc/1.4.5-10 boost/v1.83.0-alice2-57 fmt/11.1.2-14 CMake/v3.31.6-10 ms_gsl/4.2.1-3 Clang/v20.1.7-9 TBB/v2022.3.0-3 ROOT/v6-36-04-alice9-15 ONNXRuntime/v1.22.0-71 GLFW/3.3.2-25
113
cd ${STANDALONE_DIR}
0 commit comments