Skip to content

Commit

Permalink
[ROCm] fix hipblas headers for rocm version 6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruturaj4 committed Nov 26, 2024
1 parent 76da730 commit c65e770
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions xla/stream_executor/rocm/hipblaslt_wrapper.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ limitations under the License.
#include "rocm/rocm_config.h"

#if TF_HIPBLASLT
#if TF_ROCM_VERSION >= 60300
#include "rocm/include/hipblas/hipblas.h"
#endif
#if TF_ROCM_VERSION >= 50500
#include "rocm/include/hipblaslt/hipblaslt.h"
#else
Expand Down

0 comments on commit c65e770

Please sign in to comment.