mirror of
https://github.com/pseXperiments/cuda-sumcheck.git
synced 2026-01-08 23:18:00 -05:00
Run tests sequentially otherwise it will cause resource contention in GPU
This commit is contained in:
@@ -13,7 +13,7 @@ doc:
|
||||
check: build test
|
||||
|
||||
test:
|
||||
@$(CARGO) test --release
|
||||
@$(CARGO) test --release -- --test-threads=1
|
||||
|
||||
bench:
|
||||
@$(CARGO) bench
|
||||
|
||||
Reference in New Issue
Block a user