We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd83966 commit 25904c9Copy full SHA for 25904c9
1 file changed
Makefile
@@ -253,7 +253,7 @@ test-cuda-integration:
253
# Forces cuda dispatch errors and asserts the CPU fallback still produces a verifying proof.
254
test-cuda-fallback:
255
cargo test -p lambda-vm-prover --release --features test-cuda-faults \
256
- --test cuda_fallback_tests -- --ignored --nocapture
+ --test cuda_fallback_tests -- --ignored --nocapture --test-threads=1
257
258
# The prover/stark/crypto/ecsm test suite with the GPU (cuda) path enabled (requires NVIDIA
259
# GPU + nvcc). The GPU CI counterpart of CPU CI's sharded prover tests. Single-threaded: the
0 commit comments