Test with CUDA 12.2 (#2375)

* Test with CUDA 12.0

* try older image

* fix cpu sort
This commit is contained in:
Awni Hannun
2025-07-16 13:00:37 -07:00
committed by GitHub
parent f409b229a4
commit b2273733ea
3 changed files with 18 additions and 10 deletions

View File

@@ -201,7 +201,7 @@ jobs:
cuda_build_and_test:
machine:
image: linux-cuda-12:default
image: linux-cuda-12:2023.11.1
resource_class: gpu.nvidia.small.gen2
steps:
- checkout
@@ -210,7 +210,7 @@ jobs:
command: |
sudo apt-get update
sudo apt-get install libblas-dev liblapack-dev liblapacke-dev
python -m venv env
python3 -m venv env
source env/bin/activate
CMAKE_ARGS="-DMLX_BUILD_CUDA=ON -DCMAKE_CUDA_COMPILER=`which nvcc`" \
pip install -e ".[dev]"