Sigbjørn Skjæret
Sigbjørn Skjæret
This happens with chat templates that rewrite history (remove thinking).
I suggest using `Add suggestion to batch` and commit them all at once (from `Files changed`).
Unfortunately, the reason no backends support `CONV_3D` is that `ggml_conv_3d` uses the `IM2COL_3D` op instead. This is an unused op.
I wonder though, sometimes you want to compare apples to oranges (like two different models, or at the very least various settings), so it might make sense to broaden the...
Regen the CSV, at least `TOPK_MOE` should no longer be there.
> Is everything correct and finalized now? I really did mean that you should regen it, there are more ops in the CSV that would be removed if you did.
> I tried to regenerate the CSV, but I couldn’t find any mechanism in the current LLAMA/ggml version that actually rebuilds SYCL.csv automatically. As explained here, simply run `test-backend-ops support...
> Hello [@CISC](https://github.com/CISC), I really hope it’s okay now. Thank you so much for your help! Yes, perfect, thank you! :)
@NeoZhangJianyu No, this is correct, those "ops" are fusion and are now filtered from the list. Edit: If at some point `test-backend-ops` becomes capable of detecting that fusion happens they...
> Why other backends support them if those ops are fusion in the MD? It's outdated information, it will disappear for all other backends as well. Every backend that has...