jason1987d

Results 26 comments of jason1987d

Fixed most of the issues listed here. I will read up and do what I can to figure out the alternatives system, and will also have a template where this...

So it's failing for architectures that I would guess don't have SSE extensions? i686 and armv6l-musl. Should I set archs= and exclude those?

For the first, made a fix. For the second, digging through issues https://github.com/lightvector/KataGo/issues . For the second, not really a c++ ninja, but checking the types here "no matching function"...

Got the upstream to fix that error in several places, and I set up patches in my pull request.

FATAL ERROR: Failed test assert: sizeof(size_t) == 8

Is there any way to cancel the CI runs to save void resources if I pushed by mistake?

It actually built for i686 on my machine, why would it then fail here on something like this? ``` APPROX_EQ(betapdf(1-1e-4,.5e5,.5e1), 8773.80701229644182604, 1e-14); ```

Although yes I was able to get this built and installed on my system, I'll need the AMD opencl setup. Specifically, was complaining about the lack of this file: /usr/share/clc/gfx909-amdgcn-mesa-mesa3d.bc'...

For Eigen (CPU based) specifically, I found this error. ``` CMake Error at CMakeLists.txt:296 (find_package): By not providing "FindEigen3.cmake" in CMAKE_MODULE_PATH this project has asked CMake to find a package...

> According to [llvm/llvm-project#44186](https://github.com/llvm/llvm-project/issues/44186), symlinking `gfx909` to same file `gfx900` will work. However, Void will not accept it until upstream accept the fix. > > Eigen is header only library....