cuda.core 1.2.1 Release Notes#

Fixes and enhancements#

  • Buffer.from_handle() no longer requires a current CUDA context when the memory resource reports is_device_accessible as False. Host-only memory records no deallocation stream, so creating and closing such buffers does not call the driver. (#2769)