[LLM:Feature] Add segment operator runtime support#4554
Conversation
|
这个 PR 目前看起来基于较旧的 我按当前 |
20a9389 to
8ecf6b8
Compare
|
rebase 后我重新看了一遍,之前那些无关 diff 已经消失了。当前我只看到一个需要合并前确认/修掉的问题:
auto size = static_cast<CPUBackend *>(backend())->getTensorSize(input0);
...
auto inp = i0 + start * bytes;
auto inp1 = i1 + start * bytes;
...
mSilu((float *)out, (float *)inp1, realSize);
mMul((float *)out, (float *)out, (float *)inp, realSize, -1);如果出现 建议二选一:
另外 |
|
One more thing from the second pass after the rebase:
For the LLM |
Description
Module
Type
Checklist
[Module:Type] Descriptionformat