Jonas Rickert

Results 12 comments of Jonas Rickert

The same happens for `[patch]` sections

I think [duplicacy ](https://github.com/gilbertchen/duplicacy) uses this file system based approach. They managed to implement the GC part to be lock free too, relying on atomic properties of the used file...

This seems to be on purpose: https://mesonbuild.com/FAQ.html#why-are-changes-to-default-project-options-ignored

We (AMD) are also interested in regular updates of the LLVM version.

Hello, the test TestGemmNNPA is failing in the s390x pipeline. I am a bit confused by this, as the code this PR touches, should not affect this test. As I...

While working on this, I found out that this parallel-conv optimization pattern misses some precondition checks and sometimes generates an invalid graph/IR due to wrong insertion points. I will update...

I updated this PR by including fixes for the following: - Missing check for static types - Missing check for no def-use chains between convs - Wrong insertion point in...

@AlexandreEichenberger @tungld I added additional fixes for the parallel-conv-fusion in this PR, it would be great if you could review