@@ -473,23 +473,23 @@ test_gpu: test_core_crypto_gpu test_integer_gpu test_cuda_backend
473
473
.PHONY : test_core_crypto_gpu # Run the tests of the core_crypto module including experimental on the gpu backend
474
474
test_core_crypto_gpu : install_rs_build_toolchain
475
475
RUSTFLAGS=" $( RUSTFLAGS) " cargo $(CARGO_RS_BUILD_TOOLCHAIN ) test --profile $(CARGO_PROFILE ) \
476
- --features=$(TARGET_ARCH_FEATURE ) ,gpu -p $(TFHE_SPEC ) -- core_crypto::gpu::
476
+ --features=$(TARGET_ARCH_FEATURE ) ,gpu -p $(TFHE_SPEC ) -- core_crypto::gpu:: --test-threads=1
477
477
RUSTFLAGS=" $( RUSTFLAGS) " cargo $(CARGO_RS_BUILD_TOOLCHAIN ) test --doc --profile $(CARGO_PROFILE ) \
478
- --features=$(TARGET_ARCH_FEATURE ) ,gpu -p $(TFHE_SPEC ) -- core_crypto::gpu::
478
+ --features=$(TARGET_ARCH_FEATURE ) ,gpu -p $(TFHE_SPEC ) -- core_crypto::gpu:: --test-threads=1
479
479
480
480
.PHONY : test_integer_gpu # Run the tests of the integer module including experimental on the gpu backend
481
481
test_integer_gpu : install_rs_build_toolchain
482
482
RUSTFLAGS=" $( RUSTFLAGS) " cargo $(CARGO_RS_BUILD_TOOLCHAIN ) test --profile $(CARGO_PROFILE ) \
483
- --features=$(TARGET_ARCH_FEATURE ) ,integer,gpu -p $(TFHE_SPEC ) -- integer::gpu::server_key:: --test-threads=6
483
+ --features=$(TARGET_ARCH_FEATURE ) ,integer,gpu -p $(TFHE_SPEC ) -- integer::gpu::server_key:: --test-threads=1
484
484
RUSTFLAGS=" $( RUSTFLAGS) " cargo $(CARGO_RS_BUILD_TOOLCHAIN ) test --doc --profile $(CARGO_PROFILE ) \
485
485
--features=$(TARGET_ARCH_FEATURE ) ,integer,gpu -p $(TFHE_SPEC ) -- integer::gpu::server_key::
486
486
487
487
.PHONY : test_integer_compression_gpu
488
488
test_integer_compression_gpu : install_rs_build_toolchain
489
489
RUSTFLAGS=" $( RUSTFLAGS) " cargo $(CARGO_RS_BUILD_TOOLCHAIN ) test --profile $(CARGO_PROFILE ) \
490
- --features=$(TARGET_ARCH_FEATURE ) ,integer,gpu -p $(TFHE_SPEC ) -- integer::gpu::ciphertext::compressed_ciphertext_list::tests::
490
+ --features=$(TARGET_ARCH_FEATURE ) ,integer,gpu -p $(TFHE_SPEC ) -- integer::gpu::ciphertext::compressed_ciphertext_list::tests:: --test-threads=1
491
491
RUSTFLAGS=" $( RUSTFLAGS) " cargo $(CARGO_RS_BUILD_TOOLCHAIN ) test --doc --profile $(CARGO_PROFILE ) \
492
- --features=$(TARGET_ARCH_FEATURE ) ,integer,gpu -p $(TFHE_SPEC ) -- integer::gpu::ciphertext::compress
492
+ --features=$(TARGET_ARCH_FEATURE ) ,integer,gpu -p $(TFHE_SPEC ) -- integer::gpu::ciphertext::compress --test-threads=1
493
493
494
494
.PHONY : test_integer_gpu_ci # Run the tests for integer ci on gpu backend
495
495
test_integer_gpu_ci : install_rs_check_toolchain install_cargo_nextest
0 commit comments