Skip to content

Commit 9266f57

Browse files
Made concept in line with the Pipeline interface
We should, in the future remove the `::Type`. Signed-off-by: Chris Tsiaousis <chris.tsiaousis@streamhpc.com>
1 parent 6d967a5 commit 9266f57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ struct MmaPipelineBase
142142
* @concept MmaPipelineI
143143
* @brief Expresses the meta-data interface required for a CRTP MmaPipeline.
144144
*/
145-
template <typename Derived, MmaPipelineOptionFlags Flags>
145+
template <typename Derived, MmaPipelineOptionFlags::Type Flags>
146146
concept MmaPipelineInterface = std::derived_from<Derived, MmaPipelineBase<Flags, Derived>>;
147147

148148
#endif // CK_TILE_CONCEPTS && CK_TILE_CONCEPTS_HEADER

0 commit comments

Comments
 (0)