Skip to content

Commit 166a1f7

Browse files
committed
Bump to 0.5.3
1 parent d470d0b commit 166a1f7

2 files changed

Lines changed: 11 additions & 10 deletions

File tree

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "AMDGPU"
22
uuid = "21141c5a-9bdb-4563-92ae-f87d6854732e"
33
authors = ["Julian P Samaroo <jpsamaroo@jpsamaroo.me>", "Valentin Churavy <v.churavy@gmail.com>", "Anton Smirnov <tonysmn97@gmail.com>"]
4-
version = "0.5.2"
4+
version = "0.5.3"
55

66
[deps]
77
AbstractFFTs = "621f4979-c628-5d54-868e-fcf4e3e8185c"

docs/src/index.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,16 @@ Refer to official ROCm stack installation instructions: <https://rocm.docs.amd.c
3636

3737
Currently, AMDGPU.jl utilizes following libraries:
3838

39-
* [ROCT](https://github.com/RadeonOpenCompute/ROCT-Thunk-Interface)
40-
* [ROCR](https://github.com/RadeonOpenCompute/ROCR-Runtime)
41-
* [ROCm-Device-Libs](https://github.com/RadeonOpenCompute/ROCm-Device-Libs)
42-
* [HIP](https://github.com/ROCm-Developer-Tools/HIP)
43-
* [rocBLAS](https://github.com/ROCmSoftwarePlatform/rocBLAS) for BLAS support
44-
* [rocFFT](https://github.com/ROCmSoftwarePlatform/rocFFT) for FFT support
45-
* [rocSOLVER](https://github.com/ROCmSoftwarePlatform/rocSOLVER) for LAPACK support
46-
* [rocRAND](https://github.com/ROCmSoftwarePlatform/rocRAND) for RNG support
47-
* [MIOpen](https://github.com/ROCmSoftwarePlatform/MIOpen) for DNN support
39+
[ROCT](https://github.com/RadeonOpenCompute/ROCT-Thunk-Interface),
40+
[ROCR](https://github.com/RadeonOpenCompute/ROCR-Runtime),
41+
[ROCm-Device-Libs](https://github.com/RadeonOpenCompute/ROCm-Device-Libs),
42+
[HIP](https://github.com/ROCm-Developer-Tools/HIP),
43+
[rocBLAS](https://github.com/ROCmSoftwarePlatform/rocBLAS),
44+
[rocFFT](https://github.com/ROCmSoftwarePlatform/rocFFT),
45+
[rocSOLVER](https://github.com/ROCmSoftwarePlatform/rocSOLVER),
46+
[rocSPARSE](https://github.com/ROCmSoftwarePlatform/rocSPARSE),
47+
[rocRAND](https://github.com/ROCmSoftwarePlatform/rocRAND),
48+
[MIOpen](https://github.com/ROCmSoftwarePlatform/MIOpen).
4849

4950
Other ROCm packages are currently unused by AMDGPU.
5051

0 commit comments

Comments
 (0)