Raphael Menges
Raphael Menges
Since there were no further suggestions, I have changed the PR from draft to an open pull request!
Nice! But is it also "correct" or "modern" without `.js`? I am not sure what is the _intended_ way 🤔 PS: I can verify that when I use `Bundler` for...
I get a similar error but for `avg_pool2d`: > `thread 'main' (34885003) panicked at /Users/raphael/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/onnx-ir-0.19.0/src/node/avg_pool2d.rs:60:9: ceil_mode is not supported` I guess it is the same "problem" 😬
I have spotted the following configuration which seems opposing to the idea of building static libraries of ONNX runtime. I am not sure whether this line can cause the issue:...
On Windows, I observed that `mouce` apparently assumes one line to be 150px and already uses the pixel-accurate API of Windows: https://github.com/emrebicer/mouce/pull/27/files#diff-ee9da70e8a36920d0c024abb7c25308cb435c3dcba46a3566abca2a11fd1cfffL206 For uinput, no idea.
> I am not sure how I can extract the scroll distance on Windows, so I left it as a TODO for now Perhaps [GET_WHEEL_DELTA_WPARAM](https://learn.microsoft.com/en-us/windows/win32/api/winuser/nf-winuser-get_wheel_delta_wparam) is useful for that? You...
Perhaps check issues at the ONNX runtime repository about multi-GPU support, i.e. : > One session can only use one GPU. Seems to be a limitation of ONNX runtime itself?...