mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-07-13 10:37:42 +00:00
Fix ref algorithm dispatching.
This commit is contained in:
@@ -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{};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user