Releases: rxwei/cuda-swift
Releases · rxwei/cuda-swift
Swift 3.1 support
1.4.0
Stabilized naming and optimized kernel operations in Warp
1.3.0 Fix measurements of kernel map operations
BLAS2, BLAS3, and more consistency across the library
Introducing Warp
Warp is a CUDA GPU acceleration library.
Patch 1: Require explicit context control
Context
now requires explicitbegin(on:options:)
andend()
control. This ensures that context won't be destroyed in certain use cases. That being said,Device.withContext(_:)
is recommended.
Initial Release
- CUDA Driver API
- CUDA Runtime API
- NVRTC
- cuBLAS (BLAS-1 operations only)