David Andersen
David Andersen
What CUDA version are you compiling with and what platform (linux?) are you running on?
Yup. Notably, the behavior for this image varies by library: djpeg prints out a warning but will try to save a full-sized (with lots of grey) image. The python bindings...
That'd be a nice solution.
I third the request for this, but for others, the way I'm implementing it now is using: https://docs.rs/digest_auth/0.2.3/digest_auth/ Code snippet: ``` use digest_auth::AuthContext; ... // Step 1: Get the auth...
cargo 1.47.0 (f3c7e066a 2020-08-28) Cargo tests all pass. The Cargo.lock for my test program was: ``` [[package]] name = "mozjpeg" version = "0.8.20" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c1d3a4f737389e9512b662e4f2c412761919994203874e2366afa97927865b27" dependencies...
I see what you mean. But as a _library_, that warning info should be available to the programmer, not just get printed to stderr, no? (Did I miss a part...
Just chiming in - this would be useful even if doesn't do multiple threads per GPU. I'm using this right now to accelerate CPU-only inference (perhaps there's a better way?)....
This PR fixes the bug I'm seeing with nested struct names getting duplicated, but it leaves in several debugging println! statements that render it unusable until fixed. :-) ```Attempting to...
Are you behind a firewall / filter or is it possibly blocked in your country? Works from everywhere I'm able to test from. Ypool is the default, so you might...
This is due to a recent change in setuputils that has broken a lot of packages: https://github.com/pypa/setuptools/issues/3693 (it affected us as well.). The solution appears to be to stop using...