Seth
Seth
This would be cool! Are you aware of any existing crates for this? I haven't seen / know much about gpu based compression.
@figsoda thanks for making an issue! Great point, I will look to move away from `core_affinity` ASAP / with the next release. I'm not sure when that's coming just yet,...
Reproduced in CI: https://github.com/sstadick/gzp/runs/3569336629?check_suite_focus=true
@QiWei thanks for making an issue! I've started looking into this but don't have a good windows setup to debug this on at the moment outside of CI. I've opened...
Ah! I see you linked to that in `hck` at some point! Sorry for the repeat. The decompression speed would be very nice to have, thanks for sharing the concrete...
@termoshtt / @jturner314 has anyone figured out how to get this working? Or is it left unsupported for now?
Using the openblas-system backend, installing openblas via homebrew, and adding the following to my `build.rs` seems to have worked. ```rust println!("cargo:rustc-link-search=/opt/homebrew/opt/openblas/lib"); ```
The compiler just complains that it couldn't find blas here: `/usr/local/opt/openblas/lib`. That path is coming rom openblas-src. It looks like `openblas-src` is expecting homebrew to symlink into a specific directory:...
I haven't tried `openblas-static` and don't have direct access to an M1 (I was debugging on a colleagues machine yesterday to get a project working for them).
Is this on the roadmap for a future release / are you interested in PR's for adding `resvg`?