AMD GPU (ROCm) programming in Julia
AMDGPU.jl can be installed with the Julia package manager. From the Julia REPL, type ]
to enter the Pkg REPL mode and run:
Or, equivalently, via the Pkg
API:
julia> import Pkg; Pkg.add("AMDGPU")
To ensure that everything is working you can run tests for the package with
Or specifying a subset of tests to run:
julia> using Pkg julia> Pkg.test("AMDGPU"; test_args=["core", "kernelabstractions"])
Full list of tests to run can be obtained with --list
argument:
julia> Pkg.test("AMDGPU"; test_args=["--list"])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.
AMDGPU would not have been possible without the work by Tim Besard and contributors to CUDA.jl and LLVM.jl.
AMDGPU.jl is licensed under the MIT License.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4