@@ -36,15 +36,16 @@ Refer to official ROCm stack installation instructions: <https://rocm.docs.amd.c
3636
3737Currently, 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
4950Other ROCm packages are currently unused by AMDGPU.
5051
0 commit comments