-
Notifications
You must be signed in to change notification settings - Fork 172
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: Failed to build rocblas-5.6.0 with Tensile from source #1356
Comments
Hi @JiaJiDuan, It looks like you're using a 6700XT which is not supported by ROCm. You can see the official list of supported GPUs in the ROCm Documentation. That being said, some users have had success using a gfx1031 as you are using. You can browse some discussion in ROCm/Tensile#1936. Essentially a workaround exists by setting the environment variable Along with this, there is PR #1251 which introduces some Tensile kernels to enable gfx1031 in rocBLAS. This PR hasn't been tested and it's future remains unclear, but there is some discussion there regarding this topic. Since you're running on Linux you should be fine with using Hope this helps, |
Hi@daineAMD ,
Looking forward to your reply. Thanks again. |
Yes, you'd want to use |
Thanks for your reply.I have another question.Will there be official support plans for gfx1031 in the future? |
The official support list is determined centrally for all ROCm libraries. The list is found in https://github.com/RadeonOpenCompute/ROCm, so questions about the official support list are probably best raised there. I'm not sure if you'll get an answer or not, but that's where you'd be most likely to receive one. If you have any specific technical questions about rocBLAS on the RX 7600 (gfx1102) or gfx1031, we can discuss those in issues on the rocBLAS repo. I'm only directing you elsewhere on those questions because official support is a matter of overall ROCm project policy, not just a technical question that an individual engineer can answer. |
Thank you for your answer. I will close this issue. |
Describe the bug
When I built rocblas-5.6.0 from source, "TensileCreateLibrary" reported the following error:
To Reproduce
Precise version of rocBLAS installed or rocBLAS commit hash if building from source.
Steps to reproduce the behavior:
In rocmblas-5.6.0 source code
failed command is
You can see the details at make.log
Expected behavior
build rocblas-5.6.0 with Tensile succeed
Log-files
Add full logfiles to help explain your problem.
make.log
Environment
Make sure that ROCm is correctly installed and to capture detailed environment information run the following command:
Attach
environment.txt
environment.txt
Additional context
I guess the problem may be in function generateLogicDataAndSolutions.In this function, my masterLibraries. Keys () contains only fallback, resulting in the final return value to none or empty.
I don't know if this is right and how can I fix it
The text was updated successfully, but these errors were encountered: