Bjorn Beishline
Bjorn Beishline
@datdenkikniet I've sent a email with my contact information.
Same problem here but with some special keys I have on my keyboard, notably the XF86Launch1 key.
I have the exact same issues, and I noticed the same things with the Raspberry Pi Pico, I would be willing to tackle this issue as well with a team...
Wow! This is a great find @ionspin! I'll experiment using rykv on my fork as well in #2892. Maybe we could approach it by first creating a new recorder.
My PR #2892 has been merged! The memory savings weren't quite what I expected. I believe that the most optimization will probably come from the executor backend. I'm going to...
I've created a new pull request that addresses this issue. From the PR (#3615). > An example repo has been constructed and run on dev, but more cleanups and fixing...
Checklist of things that need to be done - [x] pull request to cubecl and cubecl-common to fix errors with alloc ``` use alloc::{boxed::Box, sync::Arc, task::Wake, vec::Vec}; | ^^^^ ^^^^^^^^^^...
@antimora I've tested my patch with the example I've constructed and got it working. I've also verified that the results are identical to those of an `std` environment with alloc....
I believe I have actually found the issue. `burn-core` says this ```toml [dependencies] # ** Please make sure all dependencies support no_std when std is disabled ** burn-common = {...
This pull request only supports `ndarray`. Do you all think that exploration into other backend supports should be done, like `autodiff` or `candle`?