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 89b36eb commit 231370bCopy full SHA for 231370b
Makefile
@@ -693,7 +693,7 @@ test_integer_gpu: install_rs_build_toolchain
693
RUSTFLAGS="$(RUSTFLAGS)" cargo $(CARGO_RS_BUILD_TOOLCHAIN) test --profile $(CARGO_PROFILE) \
694
--features=integer,gpu -p tfhe -- integer::gpu::server_key:: --test-threads=2
695
RUSTFLAGS="$(RUSTFLAGS)" cargo $(CARGO_RS_BUILD_TOOLCHAIN) test --doc --profile $(CARGO_PROFILE) \
696
- --features=integer,gpu -p tfhe -- integer::gpu::server_key::
+ --features=integer,gpu -p tfhe -- integer::gpu::server_key:: --test-threads=4
697
698
.PHONY: test_integer_gpu_debug # Run the tests of the integer module with Debug flags for CUDA
699
test_integer_gpu_debug: install_rs_build_toolchain
0 commit comments