All Versions
20
Latest Version
Avg Release Cycle
115 days
Latest Release
892 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v0.7.5.2 Changes
January 06, 2017๐ Fixed
- Build fails with library profiling ([#43])
- On Windows, the Cabal installer is looking in the wrong place ([#45])
- Windows install fix ([#47])
-
v0.7.5.1 Changes
October 21, 2016๐ Fixed
- Re-enable support for Cabal-1.22
- Unknown CUDA device compute capability 6.1 ([#40])
- Compilation fails for CUDA-8 [was: ghc 7.10.3 fail to install] ([#44])
-
v0.7.5.0 Changes
October 07, 2016๐ Changed
- Tested with CUDA toolkit 7.5
โ Added
- Add functions from CUDA-7.5
- Add profiler control functions
- Add function
mallocHostForeignPtr
-
v0.7.0.0 Changes
November 30, 2015๐ Changed
- Add support for operations from CUDA-7.0
- Add support for online linking
- Add support for inter-process communication
- Bug fixes, extra documentation, improve library coverage.
- Mac OS X no longer requires the DYLD_LIBRARY_PATH environment variable in order to compile or run programs that use this package.
-
v0.6.7.0 Changes
September 12, 2015โ Added
- Add support for building on Windows (thanks to @mwu-tow)
-
v0.6.6.2 Changes
April 04, 2015๐ Fixed
- Build fix
-
v0.6.6.1 Changes
April 04, 2015๐ Fixed
- Build fixes for ghc-7.6 and ghc-7.10
-
v0.6.6.0 Changes
March 10, 2015โ 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.
-
v0.6.5.1 Changes
December 02, 2014๐ Fixed
- Build fix for Mac OS X 10.10 (Yosemite)
-
v0.6.5.0 Changes
September 03, 2014๐ Changed
- Tested with CUDA toolkit 6.5
โ Added
- Add functions from CUDA-6.5