All Versions
20
Latest Version
Avg Release Cycle
115 days
Latest Release
1331 days ago

Changelog History
Page 1

  • v0.10.2.0 Changes

    August 26, 2020

    โž• Added

    • Add support for CUDA-10.2
    • Add support for Cabal-3
    • Add device properties for SM7.x, SM8
  • v0.10.1.0 Changes

    April 29, 2019

    โž• Added

    • Add support for CUDA-10.1

    ๐Ÿ”„ Changed

    • The function Foreign.CUDA.Driver.Graph.Capture.start has an extra parameter to specify the capture mode

    โœ‚ Removed

    • The following functions have been deprecated (since at least CUDA-8) and are finally removed:
      • Foreign.CUDA.Runtime.Exec.launch
      • Foreign.CUDA.Runtime.Exec.setParams
      • Foreign.CUDA.Runtime.Exec.setConfig
  • v0.10.0.0 Changes

    October 02, 2018

    โž• Added

    • Device properties for SM7
    • Functions from CUDA-9.2

      • Device.uuid
      • Stream.getContext
    • Functions from CUDA-10.0

      • Foreign.CUDA.Driver.Graph*
    • Additional bindings from older CUDA releases

    ๐Ÿ”„ Changed

    • Replace uses of String with ShortByteString

    โœ‚ Removed

    • Support for ghc-7.6
  • v0.9.0.3 Changes

    March 12, 2018

    ๐Ÿ›  Fixed

    • Build fix for Cabal-2.2 (ghc-8.4)
  • v0.9.0.2 Changes

    March 07, 2018

    ๐Ÿ›  Fixed

    • Build fix for Nix ([#53])
  • v0.9.0.1 Changes

    February 16, 2018

    ๐Ÿ›  Fixed

    • Build fix for macOS High Sierra (10.13)
  • v0.9.0.0 Changes

    November 15, 2017

    ๐Ÿ›  Fixed

    • Build fixes for CUDA-9

    โž• Added

    • Peer.getAttribute
    • Exec.launchKernelCooperative

    ๐Ÿ”„ Changed

    • Changed type of Stream.wait and Stream.write to support 64-bit values
  • v0.8.0.1 Changes

    October 24, 2017

    ๐Ÿ›  Fixed

    • Escape backslashes used in -D flags on Windows ([#50])
  • v0.8.0.0 Changes

    August 24, 2017

    ๐Ÿ”„ Changed

    • Tested with CUDA toolkit 8.0

    โž• Added

    • Add operations for unified addressing in the device API
    • Add write and wait operations for streams in the device API
    • (internals) The paths this module was configured against are exposed by the module Foreign.CUDA.Paths.
  • v0.7.5.3 Changes

    March 23, 2017

    ๐Ÿ›  Fixed

    • Bug fix in occupancy calculator