未验证 提交 945f3cf6 编写于 作者: K Kevin 提交者: GitHub

fix code too big test=develop (#19111)

Fix seq_pool failed when input dims is too large.
Resolve issue #3023
上级 4a959883
......@@ -66,7 +66,7 @@ class SeqPoolCreator : public JitCodeCreator<seq_pool_attr_t> {
((attr.w / YMM_FLOAT_BLOCK + 4 /* for rest */) *
4 /* load, mul and save */ +
256) *
8;
16;
}
std::unique_ptr<GenBase> CreateJitCode(
const seq_pool_attr_t& attr) const override {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册