cuda.core 1.2.1 Release Notes#
Fixes and enhancements#
Buffer.from_handle()no longer requires a current CUDA context when the memory resource reportsis_device_accessibleasFalse. Host-only memory records no deallocation stream, so creating and closing such buffers does not call the driver. (#2769)