Manuel Drehwald

Results 200 comments of Manuel Drehwald

> do you have the full backtrace Yes both output1. and output 2 have it as well as different print information

It will be interesting bc. e.g. dot/gemv/gemm are merged into one function for convenience, but yes we should do that long term. For now, @ToddMCr are you able to reduce...

@wsmoses A couple of bugs here. Release mode + loose types gives this as a new error: [rel_error.ll.txt](https://github.com/user-attachments/files/15780061/rel_error.ll.txt) But let's keep looking at this llvm bug. gdb gives: ```sh #0...

I kind of get that extending 128 bit to 64 bit causes issues. Shall I write an inline fn check that trunc >64 bit to 64, since we mainly care...

working my way through it. Already lead to some nice improvement, because I now return incorrect function signatures for df if I encounter a usage error, knowing that compilation will...

I added a lot of tests and the needed fixes to not make any of them ICE. I'll hopefully get to the remaining fewer comments soon. For the meantime, has...

But .. I force pushed a rebased implementation which *has* a commit not on the rust master? Why does git(hub) think it should close this? Git fun.

@jieyouxu ok, so I *think* I'm mostly done by now, please let me know if I missed an important comment. cc @compiler-errors since you also provided some feedback. I have...

Well I'll go ahead and ping @ pnkfelix. This is the frontend for the new, experimental autodiff macro. The previous and the first comment have a summary of this work....

Also, let us not loose the original focus due to which I started looking into documenting this. Under release mode, high-level vec resize functions disappear, as visible here: https://play.rust-lang.org/?version=nightly&mode=release&edition=2021&gist=a68343446d1e5d79183603a1eb3b089f You'll...