Ömercan Yazici
Ömercan Yazici
The only thing I quite remember is that there was around 80 new commits in thorin. That large number was the reason I updated it :D
So, I further tested standard compilation (no JIT) and no errors seem to be triggered. It very likely is a JIT only problem. Maybe the jit.cpp in AnyDSL/runtime has to...
All the errors can be reproduces (for AVX2) with the following code: [v0_missShader_full.txt](https://github.com/AnyDSL/thorin/files/8685337/v0_missShader_full.txt) The code is artic source code and still quite large. I try to minimize it. I used...
More information: Found a single line which triggers the error messages (the artifacts still remain). ``` if mat.bsdf.is_specular || num_lights == 0 { return(ShadowRay::None) } ``` The line is from...
These are the last log entries which definitely worked: Thorin: ``` commit 719833f675dc98452d432444bba0b0bb6ff3e30e (HEAD -> master, origin/master, origin/HEAD) Date: Fri Feb 18 20:22:33 2022 +0100 Whitespace, formatting. ``` Artic: ```...
Yet another quick update. The artifacts with AVX2 are an issue with Ignis not thorin (most likely) as they still occur within the very old commits, but the error messages...
The following file contains a mini-dump on Windows, with a crash due to a stack overflow. Starting at the line https://github.com/AnyDSL/thorin/blob/6fa217b6709120a8d7ecfd51de4e4f8358180e1d/src/thorin/transform/importer.cpp#L81 and (after a recursion depth of > 64) crashing...
Fixed with daa65233460e4ae8dd89b9849c071dd18b2dd043
> The following file contains a mini-dump on Windows, with a crash due to a stack overflow. Starting at the line > > https://github.com/AnyDSL/thorin/blob/6fa217b6709120a8d7ecfd51de4e4f8358180e1d/src/thorin/transform/importer.cpp#L81 > > and (after a recursion...
I also get an `Access Violation` with the new changes while compiling code. I would suggest taking the last commit back until more information is available?