Emma Smith
Emma Smith
Ah, well I expect you'd be interested in the actual CLI tools themselves, which are all linked from the readme. I only make them available in an apt repo.
Sorry, I somehow missed the comment in the snuba repo. I think this is follow up to that issue, so I am going to close this and leave a comment...
Ah, seems to be https://github.com/rust-math/intel-mkl-src/issues/68
Would it be acceptable to pin anyhow in the Cargo.toml until a new intel-mkl-src release is made?
Okay, so I built OpenBLAS on Windows. We could do so by a) downloading and extracting flang and libflang from conda's artifacts: https://anaconda.org/conda-forge/flang/files b) requiring MSVC build tools, cmake, and...
I'm using ndarray and rust-numpy , and lapack routines, bound back to Python via PyO3 and rust-numpy
Hi! Sorry for not responding sooner, been a bit busy recently. Let me start by giving context into why PEP 561 makes the tradeoffs it does, and what I was...
Ahh, I see, that makes sense. Yeah having some means of using the written out unions would be very handy.
Hey @kripken did you ever end up working on something around this? I'd be interested in using/contributing if so!
First of all, the structs defined in qml_global.h are empty, which is undefined behavior in C. GCC allows this for some reason. I worked around this by putting in a...