Popularity
9.1
Stable
Activity
0.0
Stable
57
20
22

Monthly Downloads: 38
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License

accelerate-cuda alternatives and similar packages

Based on the "accelerate" category.
Alternatively, view accelerate-cuda alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of accelerate-cuda or a related project?

Add another 'accelerate' Package

README

A CUDA Backend for the Accelerate Array Language

Build Status

NOTE: This package is being deprecated in favour of accelerate-llvm, which supports execution on multicore CPUs as well as CUDA-capable GPUs. See the accelerate-llvm package for details.


This package compiles Accelerate code down to NVIDIA's CUDA language for general-purpose GPU programming. For details on Accelerate, refer to the main repository. Please also file bug reports and feature requests with the issue tracker of the main repository.

To use this package, you need a CUDA-enabled NVIDIA GPU and NVIDIA's CUDA SDK version 3.* or later. You can find the SDK at the NVIDIA Developer Zone. We recommend to use hardware with compute capability 1.2 or greater — see the table on Wikipedia.