Add _VectorSize to Traits

This commit is contained in:
Mateusz Ozga
2025-09-15 14:52:27 +00:00
parent 0b9a638f26
commit 954232d2a0

View File

@@ -56,6 +56,9 @@ struct TileGemmUniversalTraits
using BLayout = BLayout_;
using CLayout = CLayout_;
// TODO this can't be hardcoded here! Should be in policy!
static constexpr int _VectorSize = 16;
static constexpr bool TransposeC = TransposeC_;
static constexpr bool UseStructuredSparsity = UseStructuredSparsity_;
static constexpr bool UsePersistentKernel = UsePersistentKernel_;