cuda v0.6.6.0 Release Notes

Release Date: 2015-03-10 // about 9 years ago
  • โž• Added

    • Add compute-capability data for 3.7, 5.2 devices.

    ๐Ÿ”„ Changed

    • Combine the definition of the 'Event' and 'Stream' data types. As of CUDA-3.1 these data structures are equivalent, and can be safely shared between runtime and driver API calls and libraries.

    • Mark FFI imports of potentially long-running API functions as safe. This allows them to be safely called from Haskell threads without blocking the entire HEC.

    โœ‚ Removed

    • Drop support for CUDA 3.0 and older.