There was an error while loading. Please reload this page.
1 parent 1920b4f commit 0ff7709Copy full SHA for 0ff7709
1 file changed
ci/test_thirdparty_nvmath.sh
@@ -1,4 +1,4 @@
1
-#!/bin/bash
+#\!/bin/bash
2
# SPDX-FileCopyrightText: Copyright (c) 2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
3
# SPDX-License-Identifier: BSD-2-Clause
4
@@ -37,6 +37,7 @@ git checkout ${NVMATH_PYTHON_SHA}
37
rapids-logger "Install nvmath-python test dependencies"
38
pip install cffi hypothesis opt_einsum packaging psutil pytest pytest-repeat pytest-xdist scipy
39
pip install "nvidia-mathdx~=25.6.0"
40
+pip install "nvidia-cuda-nvdisasm>=13.2"
41
42
rapids-logger "Check GPU usage"
43
nvidia-smi
0 commit comments