ROCm / rocBLAS

Next generation BLAS implementation for ROCm platform
https://rocm.docs.amd.com/projects/rocBLAS/en/latest/
Other
340 stars 157 forks source link

[Feature]: clarify the supported devices #1337

Closed jinz2014 closed 11 months ago

jinz2014 commented 1 year ago

After building the library with the install.sh, I find the list of available TensileLibrary Files:

gfx803, 900, 906, 908, 90a, 1030, 1100, 1101, 1102.

Can you please mention that in the install guide for clarity ?

rkamd commented 11 months ago

@jinz2014 , Information about the supported GPUs, Operating systems etc are provided in AMD ROCm documentation. rocBLAS documentation (https://github.com/ROCmSoftwarePlatform/rocBLAS/commit/3356c8063197c4800227ecb716aadc1a7472ff36) has cross-reference to the above link.

jinz2014 commented 11 months ago

Thanks for your reply.