Skip to content

Commit

Permalink
Remove check to see if hipblaslt is enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
ahsan-ca committed Dec 4, 2024
1 parent 72d089c commit ab1ccd6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/targets/gpu/fuse_ops.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -976,8 +976,7 @@ void fuse_ops::apply(module& m) const
match::find_matches(m, find_rocblas_gemm_pointwise{});
#endif
#if MIGRAPHX_USE_HIPBLASLT
if(enabled(MIGRAPHX_ENABLE_HIPBLASLT_GEMM{}) and hipblaslt_supported())
match::find_matches(m, find_hipblas_gemm_pointwise{});
match::find_matches(m, find_hipblas_gemm_pointwise{});
#endif
match::find_matches(m,
find_layernorm_pointwise{},
Expand Down

0 comments on commit ab1ccd6

Please sign in to comment.