提交 498f7b2e 编写于 作者: M Megvii Engine Team

fix(opr): fix compile on GCC6

GitOrigin-RevId: b59756c923c0fc949041f06c8dc8ab7886bbdd31
上级 b9f3077d
......@@ -522,7 +522,7 @@ class AlgoChooser {
size_t result;
if_constexpr<opr_supports_preprocess<Opr>()>([&](auto _) {
auto&& opr = _(m_megdnn_opr);
auto prep = construct_fake_preprocess_filter();
auto prep = this->construct_fake_preprocess_filter();
PreprocessFilter<Opr>* prep_ptr =
prep.valid() ? &prep.val() : nullptr;
result = std::max(
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册