File tree Expand file tree Collapse file tree 1 file changed +9
-8
lines changed
projects/composablekernel/include/ck_tile/core/arch/mma Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Original file line number Diff line number Diff 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_;
You can’t perform that action at this time.
0 commit comments