We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0421b45 commit 7d106b7Copy full SHA for 7d106b7
gpu_prover/src/prover/context.rs
@@ -141,6 +141,7 @@ impl<'a> ProverContext for MemPoolProverContext<'a> {
141
blocks_count: usize,
142
) -> CudaResult<()> {
143
if ConcurrentStaticHostAllocator::is_initialized_global() {
144
+ println!("ConcurrentStaticHostAllocator is already initialized",);
145
return Ok(());
146
}
147
let host_allocation_size = blocks_count << allocation_block_log_size;
0 commit comments