Skip to content

Commit 12a70a0

Browse files
Run clang-format after rebasing
Signed-off-by: Chris Tsiaousis <chris.tsiaousis@streamhpc.com>
1 parent c1382ec commit 12a70a0

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

projects/composablekernel/include/ck_tile/core/arch/mma/amdgcn_mma.hpp

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -150,14 +150,15 @@ struct amdgcn_mma_base
150150
static constexpr index_t kK = FragK; // K = K2 * K1 * K0
151151

152152
// Layout constants, check description above.
153-
static constexpr index_t kABKPerLane = kABKPerLane_; // K2 * K0
154-
static constexpr index_t kAKNumAccess = kAKNumAccess_; // K2
155-
static constexpr index_t kARepeat = kARepeat_; // RDNA3 repetition and MFMA block-hiding
156-
static constexpr index_t kBKNumAccess = kBKNumAccess_; // K2
157-
static constexpr index_t kBRepeat = kBRepeat_; // RDNA3 repetition and MFMA block-hiding
158-
static constexpr index_t kCMPerLane = kCMPerLane_; // M2 * M0
159-
static constexpr index_t kCMNumAccess = kCMNumAccess_; // M2
160-
static constexpr index_t kCompressionRatio = kCompressionRatio_; // Sparse intrisics matrix A compression
153+
static constexpr index_t kABKPerLane = kABKPerLane_; // K2 * K0
154+
static constexpr index_t kAKNumAccess = kAKNumAccess_; // K2
155+
static constexpr index_t kARepeat = kARepeat_; // RDNA3 repetition and MFMA block-hiding
156+
static constexpr index_t kBKNumAccess = kBKNumAccess_; // K2
157+
static constexpr index_t kBRepeat = kBRepeat_; // RDNA3 repetition and MFMA block-hiding
158+
static constexpr index_t kCMPerLane = kCMPerLane_; // M2 * M0
159+
static constexpr index_t kCMNumAccess = kCMNumAccess_; // M2
160+
static constexpr index_t kCompressionRatio =
161+
kCompressionRatio_; // Sparse intrisics matrix A compression
161162

162163
// Register types (derived)
163164
static constexpr index_t WaveSize = WaveSize_;

0 commit comments

Comments
 (0)