Juan José García Ripoll
Juan José García Ripoll
Hi, I am showing versions built on different platforms, which are mostly identical, but "Old Tensor" uses Debian's default OpenBLAS selected by autoconf (I believe it is the serial one)...
I am only using gemm with different flags for transposed or no transposed matrices, vía OpenBlas' C interface. Some of the versions above relying on shared pointers could internally use...
I do not think this is related to multithreading. I have set OPENBLAS_NUM_THREADS=1 and get the same results. Please compare the red and purple lines in this plot. The red...
Same problem here with jedi-language-server. It is so pervasive that it probably makes sense to add a flag to remove this check, right?
I get the same error message, which is solved similarly by reconnecting. ``` eglot--apply-text-edits: jsonrpc-error: "Edits on ‘cross.py’ require version 0, you have 16", (jsonrpc-error-code . 32603), (jsonrpc-error-message . "Edits...
No, the eglot-events-buffer-size has the default value which is quite large. What should I report specifically to jedi-language-server if it is not possible to record the problem from eglot?
That is a horrible solution, buffer by buffer and manual. Instead, one may alias all of Flycheck's Python checkers to `python-shell-executable`, but that defeats the purpose: the user has to...