Sylvain Benner

Results 23 issues of Sylvain Benner
trafficstars

**Describe the bug** wgpu tests are failing on Windows GitHub runner using Basic Render Driver via WARP. They are crashing in `matmul` operations. **To Reproduce** On a Windows host: 1....

bug

**Describe the bug** We have a build error banner on the documentation reference page hosted on `doc.rs`. **To Reproduce** Steps to reproduce the behavior: 1. Click on the link: https://docs.rs/crate/burn/latest...

documentation
accessibility

Hello Samuel, This PR makes sure that an object is not an Atom before converting it. This is required for some different implementation of Python like IronPython where `class Atom(str)`...

There is latency when keeping `j` or `k` pressed and the buffer continues to scroll when the user stop pressing the keys. More info in this issue: https://github.com/syl20bnr/spacemacs/issues/6094

Hi Ken, This PR prevents to pollute the parent process output when the port has been closed by the erlang process. This is implemented with an optional parameter in start()...

See https://github.com/syl20bnr/spacemacs/issues/3997

Update `tch` once the [upstream fix](https://github.com/pytorch/pytorch/issues/124009) is released in `Pytorch 2.3.1` and `tch` is updated. See compilation bug issue: https://github.com/LaurentMazare/tch-rs/issues/870

bug
dependencies

We tried to update tch to 0.16 which adds support for pytorch 2.3 in [burn](https://github.com/tracel-ai/burn) and we get a compilation error on Windows: ``` INTEL MKL ERROR: The specified module...

This PR refactor the xtask crate to usethe new crates `xtask-common` and `xtask-macros` from the [xtask repository](https://github.com/tracel-ai/xtask). It also refactors the `test.yml` into the `ci.yml` files using composite actions to...

From @Luni-4 on discord: > we should replace cargo-udeps with cargo-machete which runs on stable and it's faster We use `cargo-udeps` in our `dependencies` xtask command here https://github.com/Tracel-AI/burn/blob/main/xtask/src/dependencies.rs#L88 This issue...

enhancement
good first issue
dependencies
infrastructure