- add basic CUDA installation detection (PR #28)
- can be overwritten defined using
CudaPath
andCudaIncludes
- can be overwritten defined using
- fix issue #27 by using
header
pragma forcuda.h
wrapper (PR #28)
- fix nimble file for Windows, Nim <= 1.6 (up to 1.4 supported), PR #22
- add support for CUDA version 12.5. Includes a massive revamp of how the bindings are generated, by @lilkeet (PR #17)
- fix
fileExists
ambiguous identifier for older Nim versions - fix placement of
{.union.}
pragma