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
zoranjovanovic-ns committed Sep 4, 2024
1 parent 15c786a commit f2a72a2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,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 f2a72a2

Please sign in to comment.