Dilshod Tadjibaev

Results 311 comments of Dilshod Tadjibaev

I will look into this in this upcoming release. Hopefully it's doable.

I've successfully removed a lock on the random's rng by using thread_rng for std and bypassing the lock for no_std. However, I've noted that no_std assumes single-threaded execution. This may...

@spadarian we will be looking into this some more. It feels like it should be doable but at the moment it's not straight forward.

OK. I figured out how to do this by using portable atomic lib. Here is the PR in WIP: https://github.com/burn-rs/burn/pull/374 My work is still blocked till we make changes in...

Someone submitted a PR to make ndarray thumbv6m-none-eabi compatible: https://github.com/rust-ndarray/ndarray/pull/1384

Closing this ticket and linking to this ticket: https://github.com/tracel-ai/burn/issues/1537. So someone else can pick up.

We will merge it, once we have an approval from @laggui