Balint Cristian
Balint Cristian
Starting with PR https://github.com/apache/tvm/pull/17631 , LLVM should compile on {10,11,12,13,14,15,16,17,18,19,20} .
Thank you @Lurkrazy for this contribution ! I add Cc to relevant folks here: @comaniac @jcf94 @merrymercy @FrozenGene @minminsun @jinhongyii
@mulanxiaodingdang , Please provide a testcase for the issue in order to reproduce.
@ggardet , Can you remove ```gtest``` & ```gtest-devel``` package and recompile tvm ? It seems that only the [test](https://github.com/apache/tvm/blob/main/CMakeLists.txt#L646-L647) part fails against llvm20, the rest should be fine.
Hi @yohuna77777 , * If you pre-define the length (=1024 in this case) of arrays there will be no SVE "dynamism" involved. * But can try tune your pre-defined kernel...
Thank you @JieGH for the detailed report ! It seems that trying to fix MSWIN in the past we broke this, and we have no tests (ideally a real RV...
As of mentioned #17958 this was fixed. I close this, if there are still issues with it please report.
Hi @erdayang , Can post the onnx file here ? I could look and fix this with a small reproducer (preffering a real one).
@fzi-peccia , can look at i386 CI failure ?
> @fzi-peccia , can look at i386 CI failure ? @fzi-peccia , Permit me a change proposal on how to avoid **aprofile** (serving ARM only), don't know if this will...