Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

AMD GPU (ROCm) programming in Julia

License

NotificationsYou must be signed in to change notification settings

JuliaGPU/AMDGPU.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AMD GPU (ROCm) programming in Julia

Quick start

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")

Testing

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"])

Questions and Contributions

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.

Acknowledgment

AMDGPU would not have been possible without the work by Tim Besard andcontributors toCUDA.jl andLLVM.jl.

License

AMDGPU.jl is licensed under theMIT License.

About

AMD GPU (ROCm) programming in Julia

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp