Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
s-Nick committed Jan 30, 2024
1 parent 94d5704 commit 68c608f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/interface/blas3/backend/amd_gpu.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ _gemm(sb_handle_t& sb_handle, index_t _M, index_t _N, index_t _K,
}
} else
#endif // GEMM_TALL_SKINNY_SUPPORT
// Folling configuration are taken using the auto tuner on amd-mi210
// Following configurations are taken using the auto tuner on amd-mi210
// and divided following their arith_intensity or another ratio between _N
// and _K input size
if ((_N >> 4) > _K) {
Expand Down

0 comments on commit 68c608f

Please sign in to comment.