项目作者: JuliaGPU

项目描述 :
A Julia wrapper for the CUDA driver API.
高级语言: Julia
项目地址: git://github.com/JuliaGPU/CUDAdrv.jl.git
创建时间: 2016-02-23T09:46:02Z
项目社区:https://github.com/JuliaGPU/CUDAdrv.jl

开源协议:Other

下载


~CUDAdrv.jl~: DEPRECATED, use CUDA.jl instead!

A Julia wrapper for the CUDA driver API.

Documentation Build Status Coverage
PkgEval

CUDAdrv.jl provides high-level wrappers for the functionality exposed by the CUDA driver
API, and is meant for users who need high- or low-level access to the CUDA toolkit or the
underlying hardware.

Quick start

The package can be installed with the Julia package manager.
From the Julia REPL, type ] to enter the Pkg REPL mode and run:

  1. pkg> add CUDAdrv

Or, equivalently, via the Pkg API:

  1. julia> import Pkg; Pkg.add("CUDAdrv")

For usage instructions and other information, check-out the CUDA.jl
documentation
.

Project Status

The package is tested against, and being developed for, Julia 1.0 and above. Main
development and testing happens on Linux, but the package is expected to work on macOS and
Windows as well.

Questions and Contributions

Usage questions can be posted on the Julia Discourse
forum
under the GPU domain and/or in the #gpu
channel of the Julia Slack.

Contributions are very welcome, as are feature requests and suggestions. Please open an
issue if you encounter any problems.