| @@ -57,8 +57,8 @@ public: | |||||
| } | } | ||||
| for (size_t oc_tile_size : {24, 48}) { | for (size_t oc_tile_size : {24, 48}) { | ||||
| refhold.emplace_back(new AlgoConv1x1( | refhold.emplace_back(new AlgoConv1x1( | ||||
| static_cast<MatrixMulImpl::AlgoBase*>(algo), | |||||
| oc_tile_size)); | |||||
| static_cast<MatrixMulImpl::AlgoBase*>(algo), | |||||
| oc_tile_size)); | |||||
| all_algos.emplace_back(refhold.back().get()); | all_algos.emplace_back(refhold.back().get()); | ||||
| } | } | ||||
| #if 0 | #if 0 | ||||
| @@ -6,7 +6,8 @@ | |||||
| * | * | ||||
| * Unless required by applicable law or agreed to in writing, | * Unless required by applicable law or agreed to in writing, | ||||
| * software distributed under the License is distributed on an | * software distributed under the License is distributed on an | ||||
| * "AS IS" BASIS, WITHOUT ARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | |||||
| * "AS IS" BASIS, WITHOUT ARRANTIES OR CONDITIONS OF ANY KIND, either express or | |||||
| * implied. | |||||
| */ | */ | ||||
| #pragma once | #pragma once | ||||
| @@ -6,7 +6,8 @@ | |||||
| * | * | ||||
| * Unless required by applicable law or agreed to in writing, | * Unless required by applicable law or agreed to in writing, | ||||
| * software distributed under the License is distributed on an | * software distributed under the License is distributed on an | ||||
| * "AS IS" BASIS, WITHOUT ARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | |||||
| * "AS IS" BASIS, WITHOUT ARRANTIES OR CONDITIONS OF ANY KIND, either express or | |||||
| * implied. | |||||
| */ | */ | ||||
| #include "src/fallback/convolution/algos.h" | #include "src/fallback/convolution/algos.h" | ||||