bolt
bolt copied to clipboard
10x faster matrix and vector operations
Does the mithral C++ codebase provide functions for parameter optimization? I have problems finding it and executing `run_matmul()` in the struct `mithral_amm_task` returns a wrong output matrix, since the optimization...
### Summary The avx sgemm test fails at n=14 on my system, apparently due to a general protection fault reading unaligned memory. ### Problem Information `_mm256_load_ps` raises a general protection...
At present, Bolt's python code doesn't appear to be building on Ubuntu and hasn't been tested on Windows. It may also have issues building on other systems.
At present, Bolt is only implemented for x86 machines with AVX2 instructions. Adding support for other architectures would entail reimplementing the code in bolt.hpp and adding #ifdefs to select the...
I couldn't find any c++ examples (including basic matrix multiply) here. Any related code snippet would be very helpful... 😢
Hello, I've seen the other thread about installation but did not find an answer to my problem. I can install swig and numpy but when I do `python3 setup.py install`...
Because it's 2017 and I should really have support for this. Should be very little work since the Python footprint is pretty small. We might support this already, in fact.
I need to run MADDNESS Python implementation algorithm. My python version is py3.7 and there is a dependency Kmc2 which is compatible with Python 2.7. I want to ask for...
Using something like the eve library could work well to allow writing code that works on different architectures. I'm specifically interested in an SSE4.1 or AVX implementation. I could probably...
Dear Experts: Greetings! When I tried to run C++ code of Bolt on my own computer, I faced an issue: "undeclared inclusion(s) in rule '//:mithral'". Could you please shed some...