Skip to content

CUDA 12.4

CUDA 12.4 #182

Workflow file for this run

on: [pull_request]
jobs:
cargo-check:
name: cargo-check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
override: true
- uses: actions-rs/cargo@v1
with:
command: check
args: -F cuda-12020
- uses: actions-rs/cargo@v1
with:
command: check
args: --no-default-features --features cuda-12020,no-std,cudnn,cublas,cublaslt,nvrtc,driver,curand,nccl