-
Notifications
You must be signed in to change notification settings - Fork 87
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
[Issue]: Dependency on Tensile headers #535
Comments
@trixirt Can you please check if your issue still occurs with the latest ROCm 6.1.2? If not, please close the ticket. Thanks! |
@ppanchad-amd , I have the same error the error with 6.1.1/6.1.2, it occurs when user tries to build hipBLASLt with In Gentoo I solved this issue by adding this patch: https://github.com/gentoo/gentoo/blob/master/sci-libs/hipBLASLt/files/hipBLASLt-6.1.1-no-arch.patch. When user has no gfx90a/gfx940/gfx941/gfx942 it allows to build without Tensile as a dummy library just to proceed with pytorch compilation. Otherwise |
As @AngryLoki says, this still an issue, the option can not be turned off and worse, hipblastlt uses it's own copy of tensile, this conflicts with rocblas's copy. |
Hi @trixirt. Internal ticket has been created to investigate your issue. Thanks! |
hipblaslt doesn't support "BUILD_WITH_TENSILE=OFF" so far. BUILD_WITH_TENSILE=ON is must |
That is a regression then, it used to build without tensile. |
Problem Description
I am packaging hipBLASLt for Fedora.
When building with -DBUILD_WITH_TENSILE=OFF post 5.7, there are build errors like this
hipBLASLt/library/src/amd_detail/rocblaslt/src/include/tensile_host.hpp:45:10: fatal error: 'Tensile/DataTypes.hpp' file not found
45 | #include <Tensile/DataTypes.hpp>
| ^~~~~~~~~~~~~~~~~~~~~~~
Operating System
Fedora Rawhide
CPU
x86_64
GPU
AMD Instinct MI210
Other
No response
ROCm Version
ROCm 5.7.1
ROCm Component
No response
Steps to Reproduce
No response
(Optional for Linux users) Output of /opt/rocm/bin/rocminfo --support
No response
Additional Information
the issue tracker drop down on rocm version needs to include 6.0
The text was updated successfully, but these errors were encountered: