From 5ad8d13741285fa4fb2cfe108faf8f5df971d087 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Crozet?= Date: Sun, 24 Mar 2024 11:04:03 +0100 Subject: [PATCH] chore: remove cuda check from CI We will be progressively dropping support for cuda. --- .github/workflows/parry-ci-build.yml | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/.github/workflows/parry-ci-build.yml b/.github/workflows/parry-ci-build.yml index 21690d8a..fd5eb7de 100644 --- a/.github/workflows/parry-ci-build.yml +++ b/.github/workflows/parry-ci-build.yml @@ -67,19 +67,3 @@ jobs: run: xargo build --verbose --no-default-features --features required-features --target=x86_64-unknown-linux-gnu; - name: build thumbv7em-none-eabihf run: xargo build --verbose --no-default-features --features required-features --target=thumbv7em-none-eabihf; - build-cuda: - runs-on: ubuntu-latest - steps: - - uses: Jimver/cuda-toolkit@v0.2.8 - with: - cuda: '11.5.0' - - name: Install nightly-2021-12-04 - uses: dtolnay/rust-toolchain@master - with: - toolchain: nightly-2021-12-04 - - uses: actions/checkout@v3 - - run: rustup target add nvptx64-nvidia-cuda - - run: cargo build --no-default-features --features required-features,cuda - - run: cargo build --no-default-features --features required-features,cuda --target=nvptx64-nvidia-cuda - env: - CUDA_ARCH: "350" \ No newline at end of file