Tim Gymnich

Results 55 issues of Tim Gymnich

It would be nice if the benchmark action could support the [lit](https://llvm.org/docs/CommandGuide/lit.html) the LLVM Integrated Tester. The json output generated by lit looks as follows: ``` { "__version__": [ 15,...

I tried loading a clang plugin with cling: ``` cling -Xclang -load -Xclang ~/Developer/Enzyme/enzyme/build/Enzyme/ClangEnzyme-11.dylib ``` which resulted in: ``` error: unknown argument: '-Xclang' input_line_3:1:10: fatal error: 'oad' file not found...

forward vector mode

https://bench.gymni.ch

https://gcc.gnu.org/onlinedocs/gccint/Soft-float-library-routines.html Adding support for mul and div would be a good start. ``` Runtime Function: complex float __mulsc3 (float a, float b, float c, float d) Runtime Function: complex double...

good first issue

Newly added test by @wsmoses fails on macOS. ``` FAIL: Enzyme :: Enzyme/ReverseMode/previdxout.ll (15 of 668) ******************** TEST 'Enzyme :: Enzyme/ReverseMode/previdxout.ll' FAILED ******************** Script: -- : 'RUN: at line 1';...

bug

Make our code more readable by actually giving the pair elements a name.

NFC