Skip to content

Commit

Permalink
[ROCm] Added include of hipblas.h in hipblaslt_wrapper.h
Browse files Browse the repository at this point in the history
  • Loading branch information
jayfurmanek committed Oct 22, 2024
1 parent c718ef3 commit e8b1ff4
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 e8b1ff4

Please sign in to comment.