mirror of
https://github.com/pseXperiments/cuda-sumcheck.git
synced 2026-01-09 23:47:57 -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
|
check: build test
|
||||||
|
|
||||||
test:
|
test:
|
||||||
@$(CARGO) test --release
|
@$(CARGO) test --release -- --test-threads=1
|
||||||
|
|
||||||
bench:
|
bench:
|
||||||
@$(CARGO) bench
|
@$(CARGO) bench
|
||||||
|
|||||||
Reference in New Issue
Block a user