Skip to content

Commit

Permalink
Fix hipblasLt header for ROCM 6.3 (#2795)
Browse files Browse the repository at this point in the history
  • Loading branch information
jayfurmanek authored Dec 20, 2024
1 parent 09053aa commit 8df4146
Showing 1 changed file with 1 addition and 0 deletions.
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 8df4146

Please sign in to comment.