Skip to content

Commit 0ff7709

Browse files
committed
Add missing nvidia-cuda-nvdisasm test dependency for nvmath device tests
1 parent 1920b4f commit 0ff7709

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

ci/test_thirdparty_nvmath.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#\!/bin/bash
22
# SPDX-FileCopyrightText: Copyright (c) 2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
33
# SPDX-License-Identifier: BSD-2-Clause
44

@@ -37,6 +37,7 @@ git checkout ${NVMATH_PYTHON_SHA}
3737
rapids-logger "Install nvmath-python test dependencies"
3838
pip install cffi hypothesis opt_einsum packaging psutil pytest pytest-repeat pytest-xdist scipy
3939
pip install "nvidia-mathdx~=25.6.0"
40+
pip install "nvidia-cuda-nvdisasm>=13.2"
4041

4142
rapids-logger "Check GPU usage"
4243
nvidia-smi

0 commit comments

Comments
 (0)