Fix ref algorithm dispatching.

This commit is contained in:
Ville Pietilä
2026-01-07 03:56:50 -05:00
parent 02243cabe6
commit 37e9547a29

View File

@@ -112,7 +112,7 @@ constexpr auto make_conv_instance()
return typename ReferenceFactory<SIGNATURE, ALGORITHM, VERSION>::Instance{};
}
// CK Tile supports common factory for each direction
if constexpr(TileAlgorithm<AlgoType>)
else if constexpr(TileAlgorithm<AlgoType>)
{
return typename ConvTileFactory<SIGNATURE, ALGORITHM, VERSION>::Instance{};
}