- Notifications
You must be signed in to change notification settings - Fork57
AMD GPU (ROCm) programming in Julia
License
JuliaGPU/AMDGPU.jl
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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:
pkg> add AMDGPU
Or, equivalently, via thePkg
API:
julia>import Pkg; Pkg.add("AMDGPU")
To ensure that everything is working you can run tests for the package with
pkg> test AMDGPU
Or specifying a subset of tests to run:
julia>using Pkgjulia> 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"])
Usage questions can be posted on theJulia Discourseforum under the GPU domain and/or in the #gpuchannel of theJulia Slack.
Contributions are very welcome, as are feature requests and suggestions. Please open anissue if you encounter any problems.
AMDGPU would not have been possible without the work by Tim Besard andcontributors toCUDA.jl andLLVM.jl.
AMDGPU.jl is licensed under theMIT License.
About
AMD GPU (ROCm) programming in Julia
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Uh oh!
There was an error while loading.Please reload this page.