mirror of
https://github.com/zama-ai/tfhe-rs.git
synced 2026-01-09 14:47:56 -05:00
fix: max streams 8
This commit is contained in:
@@ -139,7 +139,7 @@ class CudaStreamPool
|
||||
|
||||
size_t nextStream = 0;
|
||||
|
||||
const size_t MAX_STREAMS = 16;
|
||||
const size_t MAX_STREAMS = 8;
|
||||
|
||||
public:
|
||||
cudaStream_t create_stream(uint32_t gpu_index)
|
||||
|
||||
Reference in New Issue
Block a user