在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称:JuliaGPU/CuArrays.jl开源软件地址:https://github.com/JuliaGPU/CuArrays.jl开源编程语言:Julia 100.0%开源软件介绍:
|
Documentation | Build Status |
---|---|
CuArrays provides a fully-functional GPU array, which can give significant speedups over normal arrays without code changes. CuArrays are implemented fully in Julia, making the implementation elegant and extremely generic.
The package can be installed with the Julia package manager.
From the Julia REPL, type ]
to enter the Pkg REPL mode and run:
pkg> add CuArrays
Or, equivalently, via the Pkg
API:
julia> import Pkg; Pkg.add("CuArrays")
For usage instructions and other information, check-out the CUDA.jl documentation.
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.
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.
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论