diff --git a/vendor/cudarc/src/driver/safe/core.rs b/vendor/cudarc/src/driver/safe/core.rs index e33922e9c..d3a092b35 100644 --- a/vendor/cudarc/src/driver/safe/core.rs +++ b/vendor/cudarc/src/driver/safe/core.rs @@ -85,7 +85,7 @@ impl CudaContext { cu_device, cu_ctx, ordinal, - has_async_alloc: AtomicBool::new(false), + has_async_alloc: AtomicBool::new(true), num_streams: AtomicUsize::new(0), event_tracking: AtomicBool::new(true), error_state: AtomicU32::new(0),