Daniel Lawrence Lu
Daniel Lawrence Lu
Yes, I also use Google Chrome and Chromium. Both work perfectly fine with GPU acceleration. I got some more crashes in Mattermost today. ``` 16:10:02.403 › show back button 16:10:05.733...
I can confirm that this fix is needed even after checking out the latest `develop` branch of `rawspeed` and compiling Darktable.
Fuschia's recently open sourced `netstack3` also has an [implementation for packet reassembly](https://fuchsia-docs.firebaseapp.com/rust/src/netstack3_core/ip/reassembly.rs.html) which has a BSD-like license. Perhaps that can be integrated into `pnet`?
> If this is a native Linux game, then the vast majority of the libraries it's loading should be coming from your host system anyway, assuming the same SONAME for...
I think the libSDL2 that ships with Metro Exodus is 2.0.8 but the one in my system is 2.0.14. But as you can see here, for some reason the newer...
hmmm I was able to compile it by adding `cuda_provider_factory.h` to the `wrapper.h` and changing ```diff - // OrtSessionOptionsAppendExecutionProvider_CUDA(sessionOptions, 0); + unsafe { + OrtSessionOptionsAppendExecutionProvider_CUDA(session_options_ptr, 0); + } ``` ```...
Oh yeah actually I was able to get CUDA based inferencing working with just ```diff diff --git a/onnxruntime-sys/wrapper.h b/onnxruntime-sys/wrapper.h index e63d352..c7c0cde 100644 --- a/onnxruntime-sys/wrapper.h +++ b/onnxruntime-sys/wrapper.h @@ -1 +1,2 @@...
Unlike `SetIntraOpNumThreads`, it seems that the function `OrtSessionOptionsAppendExecutionProvider_CUDA` exists in the global scope and you don't need to call it through `g_ort()`. However, we should probably check its return value...
Yes, it is quite demoralizing to be winning against Maia and then lose on time because the bot starts playing moves super fast when it is low on time whereas...
A table would be better. The chess unicode characters tend to be slightly wider than usual, even for a monospace font. Even on my computer the example you provided doesn't...