Support for compiling and executing native Julia kernels on CUDA hardware.
CUDAnative is a registered package, and can be installed using the Julia package manager:
Pkg.add("CUDAnative")
NOTE: the current version of this package requires Julia 0.7. Only older versions of this package, v0.6.x or older, work with Julia 0.6, and require a source-build of Julia.
CUDAnative.jl is licensed under the MIT license.
If you use this package in your research, please cite the following paper:
@article{besard:2017,
author = {Tim Besard and Christophe Foket and De Sutter, Bjorn},
title = {Effective Extensible Programming: Unleashing {Julia} on {GPUs}},
journal = {arXiv},
volume = {abs/11712.03112},
year = {2017},
url = {http://arxiv.org/abs/1712.03112},
}