Skip to content

Latest commit

 

History

History
12 lines (12 loc) · 519 Bytes

changelog.org

File metadata and controls

12 lines (12 loc) · 519 Bytes

v0.2.2

  • add basic CUDA installation detection (PR #28)
    • can be overwritten defined using CudaPath and CudaIncludes
  • fix issue #27 by using header pragma for cuda.h wrapper (PR #28)

v0.2.1

  • fix nimble file for Windows, Nim <= 1.6 (up to 1.4 supported), PR #22

v0.2.0

  • add support for CUDA version 12.5. Includes a massive revamp of how the bindings are generated, by @lilkeet (PR #17)

v0.1.9

  • fix fileExists ambiguous identifier for older Nim versions
  • fix placement of {.union.} pragma