mirror of
https://github.com/zama-ai/tfhe-rs.git
synced 2026-01-10 07:08:03 -05:00
chore(gpu): fix multi-bit scalar mul benchmark
This commit is contained in:
@@ -383,7 +383,7 @@ __host__ uint32_t get_lwe_chunk_size(uint32_t ct_count) {
|
||||
|
||||
#if CUDA_ARCH >= 900
|
||||
// Tesla H100
|
||||
return (ct_count > 10000) ? 45 : 64;
|
||||
return (ct_count > 10000) ? 30 : 64;
|
||||
#elif CUDA_ARCH >= 800
|
||||
// Tesla A100
|
||||
return (ct_count > 10000) ? 30 : 45;
|
||||
|
||||
Reference in New Issue
Block a user