Skip to content

Commit

Permalink
Merge pull request #56 from ROCm/rocm-jaxlib-v0.4.31-qa-hipblasfix
Browse files Browse the repository at this point in the history
[ROCm] Added include of hipblas.h in hipblaslt_wrapper.h
  • Loading branch information
jayfurmanek authored Oct 22, 2024
2 parents 5dd3704 + ca1ddef commit 8f05b92
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions xla/stream_executor/rocm/hipblaslt_wrapper.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ limitations under the License.
#include "rocm/rocm_config.h"

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

0 comments on commit 8f05b92

Please sign in to comment.