Skip to content

Commit

Permalink
Test cudaMallocAsync support
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelburnham committed Oct 16, 2023
1 parent 94d1216 commit f1d3e34
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/gpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ name: GPU tests

on:
push:
branches:
- master

env:
CARGO_TERM_COLOR: always
Expand Down Expand Up @@ -65,7 +63,7 @@ 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 -E 'test(test_prove_and_verify)'
opencl:
name: Rust tests on OpenCL
Expand Down Expand Up @@ -100,4 +98,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 -E 'test(test_prove_and_verify)'

0 comments on commit f1d3e34

Please sign in to comment.