Skip to content

Commit 7d106b7

Browse files
committed
print "ConcurrentStaticHostAllocator is already initialized"
1 parent 0421b45 commit 7d106b7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gpu_prover/src/prover/context.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@ impl<'a> ProverContext for MemPoolProverContext<'a> {
141141
blocks_count: usize,
142142
) -> CudaResult<()> {
143143
if ConcurrentStaticHostAllocator::is_initialized_global() {
144+
println!("ConcurrentStaticHostAllocator is already initialized",);
144145
return Ok(());
145146
}
146147
let host_allocation_size = blocks_count << allocation_block_log_size;

0 commit comments

Comments
 (0)