Compare commits

...

2 Commits

Author SHA1 Message Date
Enzo Di Maria
54e0c1788a chore(gpu): some tests on erc20 2025-12-16 16:52:32 +01:00
Enzo Di Maria
b86a282931 chore(gpu): some tests on erc20 2025-12-16 16:49:01 +01:00
2 changed files with 3 additions and 1 deletions

View File

@@ -660,6 +660,8 @@ void cuda_programmable_bootstrap_lwe_ciphertext_vector_64(
check_cuda_error(cudaGetLastError());
buffer->pbs_variant = TBC;
switch (buffer->pbs_variant) {
case PBS_VARIANT::TBC:
#if (CUDA_ARCH >= 900)

View File

@@ -5,7 +5,7 @@
std::mutex m;
bool p2p_enabled = false;
const int THRESHOLD_MULTI_GPU = 12;
const int THRESHOLD_MULTI_GPU = 68;
// Enable bidirectional p2p access between all available GPUs and device_0_id
int32_t cuda_setup_multi_gpu(int device_0_id) {