Elias Hogstvedt
Elias Hogstvedt
Is it supposed to work with f16 without xformers? If so I only get black images. f32 works, but it uses a lot of memory and is very slow compared...
``` (gdb) run runtests.lua Starting program: /home/caps/goluwa/framework/lua/build/luajit_forks/repo/fsfod-intrinsicpr_debug-assert_52compat_gc64/src/luajit runtests.lua running fpr running gpr running gpr64 Program received signal SIGSEGV, Segmentation fault. 0x000000001815fe74 in ?? () (gdb) bt #0 0x000000001815fe74 in ??...
compiled with `gcc 5.4.0` on `x64 linux` with the flags `LUA_USE_ASSERT`, `CCDEBUG=-g` and `CCOPT=-fomit-frame-pointer` I applied this patch on the vectors branch to get it compiling https://gist.github.com/CapsAdmin/00326ad8eda9ca48557013bcd90546fc Only happens when...
in lj_gc.c:963 the function `sweep_arena` is forward declared as `void sweep_arena(global_State *g, MSize i);` but is later declared as `static void sweep_arena(global_State *g, MSize i, MSize celltop)` I changed the...
At the moment error messages are a bit all over the place. In some cases the token nodes that the error points to is also not always correct. I've thought...
Using `it` and `describe` doesn't work well for me because I spend too much time thinking about how to describe what's going on. This is especially difficult for me since...
The typesystem at the moment passes "false, error_message" when something happens which the analyzer uses assertion for. In some cases I need to concatenate multiple errors, like when multiple type...
This project does not compile out of box because it fails to find the library headers. The readme states that freeimage will use its own version but looking around at...
A temporary solution is to go to steamcommunity.com to accept the friend requests. If I accept the friend request within pidgin it will pop up again later.
This started happening a while ago and I keep getting the same message over and over. Sometimes it can appear up to 20 times in a row. ``` Accept certificate...