mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-06-30 03:37:38 +00:00
Add odd specialization.
This commit is contained in:
@@ -46,6 +46,9 @@ using PassThrough = ck::tensor_operation::element_wise::PassThrough;
|
||||
static constexpr auto ConvSpec =
|
||||
ck::tensor_operation::device::ConvolutionForwardSpecialization::Default;
|
||||
|
||||
static constexpr auto ConvSpecOddC =
|
||||
ck::tensor_operation::device::ConvolutionForwardSpecialization::OddC;
|
||||
|
||||
static constexpr auto GemmSpec = ck::tensor_operation::device::GemmSpecialization::MNKPadding;
|
||||
|
||||
template <typename InputLay, typename WeightLay, typename OutputLay>
|
||||
|
||||
Reference in New Issue
Block a user