This commit is contained in:
joye
2025-05-19 08:57:41 +08:00
parent f0e1dbca49
commit bd755d74ce

View File

@@ -36,7 +36,8 @@ enum struct GemmPipelineType
{
Mem,
CompV3,
CompV4
CompV4,
Async
};
template <GemmPipelineType PT, typename Problem>