Skip to content

Commit

Permalink
chore: remove cuda check from CI
Browse files Browse the repository at this point in the history
We will be progressively dropping support for cuda.
  • Loading branch information
sebcrozet committed Mar 24, 2024
1 parent 81a9157 commit 5ad8d13
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/parry-ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
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"

0 comments on commit 5ad8d13

Please sign in to comment.