mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-07-01 04:07:56 +00:00
fix typo
This commit is contained in:
committed by
Philip Maybank
parent
5d0f97da6b
commit
f9f0bbbf62
@@ -9,7 +9,7 @@
|
||||
namespace ck_tile {
|
||||
|
||||
template <typename WarpGemmAttributeWmmaImpl_>
|
||||
struct WarpGemmAtrributeWmma
|
||||
struct WarpGemmAttributeWmma
|
||||
{
|
||||
using Impl = remove_cvref_t<WarpGemmAttributeWmmaImpl_>;
|
||||
|
||||
@@ -74,7 +74,7 @@ struct WarpGemmAtrributeWmma
|
||||
};
|
||||
|
||||
template <typename WarpGemmAttributeWmmaImpl_, index_t kKIter>
|
||||
struct WarpGemmAtrributeWmmaIterateK
|
||||
struct WarpGemmAttributeWmmaIterateK
|
||||
{
|
||||
static_assert(kKIter > 0, "wrong!");
|
||||
|
||||
@@ -290,7 +290,7 @@ struct WarpGemmAtrributeWmmaIterateK
|
||||
};
|
||||
|
||||
template <typename WarpGemmAttributeWmmaImpl_>
|
||||
struct WarpGemmAtrributeWmmaTransposedCDistribution
|
||||
struct WarpGemmAttributeWmmaTransposedCDistribution
|
||||
{
|
||||
using Impl = remove_cvref_t<WarpGemmAttributeWmmaImpl_>;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user