Skip to content

Commit

Permalink
Switch GPU CI runner to Paperspace
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelburnham committed Oct 21, 2023
1 parent ce005f3 commit c09725d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/gpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ concurrency:
jobs:
cuda:
name: Rust tests on CUDA
runs-on: [self-hosted, gpu]
runs-on: [self-hosted, gpu-ci]
env:
NVIDIA_VISIBLE_DEVICES: all
NVIDIA_DRIVER_CAPABILITITES: compute,utility
Expand Down Expand Up @@ -65,11 +65,11 @@ jobs:
EC_GPU_FRAMEWORK: cuda
# Temporarily skipping CLI test due to cudaMallocAsync error: https://github.com/lurk-lab/lurk-rs/issues/596
run: |
cargo nextest run --profile ci --cargo-profile dev-ci --features cuda -E 'all() - test(test_prove_and_verify)'
cargo nextest run --profile ci --cargo-profile dev-ci --features cuda
opencl:
name: Rust tests on OpenCL
runs-on: [self-hosted, gpu]
runs-on: [self-hosted, gpu-ci]
env:
NVIDIA_VISIBLE_DEVICES: all
NVIDIA_DRIVER_CAPABILITITES: compute,utility
Expand Down Expand Up @@ -100,4 +100,4 @@ jobs:
EC_GPU_FRAMEWORK: opencl
# Temporarily skipping CLI test due to cudaMallocAsync error: https://github.com/lurk-lab/lurk-rs/issues/596
run: |
cargo nextest run --profile ci --cargo-profile dev-ci --features cuda,opencl -E 'all() - test(test_prove_and_verify)'
cargo nextest run --profile ci --cargo-profile dev-ci --features cuda,opencl

0 comments on commit c09725d

Please sign in to comment.