Skip to content

Commit

Permalink
Bump to 0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
pxl-th committed Aug 8, 2023
1 parent d470d0b commit 166a1f7
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "AMDGPU"
uuid = "21141c5a-9bdb-4563-92ae-f87d6854732e"
authors = ["Julian P Samaroo <[email protected]>", "Valentin Churavy <[email protected]>", "Anton Smirnov <[email protected]>"]
version = "0.5.2"
version = "0.5.3"

[deps]
AbstractFFTs = "621f4979-c628-5d54-868e-fcf4e3e8185c"
Expand Down
19 changes: 10 additions & 9 deletions docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,16 @@ Refer to official ROCm stack installation instructions: <https://rocm.docs.amd.c

Currently, AMDGPU.jl utilizes following libraries:

* [ROCT](https://github.com/RadeonOpenCompute/ROCT-Thunk-Interface)
* [ROCR](https://github.com/RadeonOpenCompute/ROCR-Runtime)
* [ROCm-Device-Libs](https://github.com/RadeonOpenCompute/ROCm-Device-Libs)
* [HIP](https://github.com/ROCm-Developer-Tools/HIP)
* [rocBLAS](https://github.com/ROCmSoftwarePlatform/rocBLAS) for BLAS support
* [rocFFT](https://github.com/ROCmSoftwarePlatform/rocFFT) for FFT support
* [rocSOLVER](https://github.com/ROCmSoftwarePlatform/rocSOLVER) for LAPACK support
* [rocRAND](https://github.com/ROCmSoftwarePlatform/rocRAND) for RNG support
* [MIOpen](https://github.com/ROCmSoftwarePlatform/MIOpen) for DNN support
[ROCT](https://github.com/RadeonOpenCompute/ROCT-Thunk-Interface),
[ROCR](https://github.com/RadeonOpenCompute/ROCR-Runtime),
[ROCm-Device-Libs](https://github.com/RadeonOpenCompute/ROCm-Device-Libs),
[HIP](https://github.com/ROCm-Developer-Tools/HIP),
[rocBLAS](https://github.com/ROCmSoftwarePlatform/rocBLAS),
[rocFFT](https://github.com/ROCmSoftwarePlatform/rocFFT),
[rocSOLVER](https://github.com/ROCmSoftwarePlatform/rocSOLVER),
[rocSPARSE](https://github.com/ROCmSoftwarePlatform/rocSPARSE),
[rocRAND](https://github.com/ROCmSoftwarePlatform/rocRAND),
[MIOpen](https://github.com/ROCmSoftwarePlatform/MIOpen).

Other ROCm packages are currently unused by AMDGPU.

Expand Down

2 comments on commit 166a1f7

@pxl-th
Copy link
Collaborator Author

@pxl-th pxl-th commented on 166a1f7 Aug 8, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/89299

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.5.3 -m "<description of version>" 166a1f7e58dd02cd8cfd6d5dfa861cf1df38fd76
git push origin v0.5.3

Please sign in to comment.