Skip to content

mwu-tow/cuda

This branch is 1 commit ahead of, 340 commits behind tmcdonell/cuda:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

dbff142 · Oct 22, 2015
Oct 12, 2015
Oct 21, 2015
Dec 2, 2014
Sep 10, 2015
Apr 16, 2011
Oct 21, 2015
Oct 12, 2015
Dec 13, 2014
Sep 13, 2015
Oct 22, 2015
Oct 12, 2015

Repository files navigation

Haskell FFI Bindings to CUDA

Build status

The CUDA library provides a direct, general purpose C-like SPMD programming model for NVIDIA graphics cards (G8x series onwards). This is a collection of bindings to allow you to call and control, although not write, such functions from Haskell-land. You will need to install the CUDA driver and developer toolkit.

http://developer.nvidia.com/cuda-downloads

The configure script will look for your CUDA installation in the standard places, and if the nvcc compiler is found in your PATH, relative to that.

About

Haskell FFI bindings to CUDA

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Haskell 93.2%
  • C 6.8%