Cuda Swift Versions Save

Parallel Computing Library for Linux and macOS & NVIDIA CUDA Wrapper

1.5.0

7 years ago

In theory, Swift 3.1 release should be fully source compatible. However, typealiases defined in a protocol are not getting constrained upon at extension in Swift 3.1. This release provides a workaround.

1.4.0

7 years ago

1.3.0

7 years ago

1.2.0

7 years ago

1.1.0

7 years ago

Warp is a CUDA GPU acceleration library.

1.0.1

7 years ago
  • Context now requires explicit begin(on:options:) and end() control. This ensures that context won't be destroyed in certain use cases. That being said, Device.withContext(_:) is recommended.

1.0.0

7 years ago
  • CUDA Driver API
  • CUDA Runtime API
  • NVRTC
  • cuBLAS (BLAS-1 operations only)