Skip to content

Commit 231370b

Browse files
committed
chore(gpu): fix out of memory error in 4090 doc tests
1 parent 89b36eb commit 231370b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -693,7 +693,7 @@ test_integer_gpu: install_rs_build_toolchain
693693
RUSTFLAGS="$(RUSTFLAGS)" cargo $(CARGO_RS_BUILD_TOOLCHAIN) test --profile $(CARGO_PROFILE) \
694694
--features=integer,gpu -p tfhe -- integer::gpu::server_key:: --test-threads=2
695695
RUSTFLAGS="$(RUSTFLAGS)" cargo $(CARGO_RS_BUILD_TOOLCHAIN) test --doc --profile $(CARGO_PROFILE) \
696-
--features=integer,gpu -p tfhe -- integer::gpu::server_key::
696+
--features=integer,gpu -p tfhe -- integer::gpu::server_key:: --test-threads=4
697697

698698
.PHONY: test_integer_gpu_debug # Run the tests of the integer module with Debug flags for CUDA
699699
test_integer_gpu_debug: install_rs_build_toolchain

0 commit comments

Comments
 (0)