Commit c53edaad authored by ThruptiRajLakshmanaGowda's avatar ThruptiRajLakshmanaGowda
Browse files

Code Cleanup

parent 0f29a0c6
...@@ -42,7 +42,7 @@ struct BatchedTransposeProblem ...@@ -42,7 +42,7 @@ struct BatchedTransposeProblem
static constexpr bool kPadM = kPadM_; static constexpr bool kPadM = kPadM_;
static constexpr bool kPadN = kPadN_; static constexpr bool kPadN = kPadN_;
static constexpr index_t AlignmentM = kPadM ? VectorLoadSize / sizeof(InputType) : 1; // TODO static constexpr index_t AlignmentM = kPadM ? VectorLoadSize / sizeof(InputType) : 1; // TODO
static constexpr index_t AlignmentN = kPadN ? VectorLoadSize / sizeof(InputType) : 1; static constexpr index_t AlignmentN = kPadN ? VectorLoadSize / sizeof(InputType) : 1;
}; };
} // namespace ck_tile } // namespace ck_tile
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment