Guillaume Lagrange
Guillaume Lagrange
### Checklist - [x] Confirmed that `run-checks all` script has been executed. ### Related Issues/PRs We missed a little something in PR #2141 ### Changes Updated `gather_update_outputs` to accept scalar...
### Checklist - [x] Confirmed that `run-checks all` script has been executed. ### Related Issues/PRs Fixes #2002 ### Changes To prevent users from creating 0-dim tensors (invalid), I've added checks...
### Checklist - [x] Confirmed that `run-checks all` script has been executed. ### Related Issues/PRs Follow-up to #2025 ### Changes - Added float ops as `q_*` ops in `QTensorOps` with...
### Checklist - [x] Confirmed that `run-checks all` script has been executed. ### Changes Added `list_available_devices` to `Backend` and `JitRuntime` trait along with backend-specific implementation Allows the user to get...
For use cases that differ from the typical examples we have, implementing a custom dataset with loader and batcher seems to be a common struggle among new users. We should...
### Checklist - [x] Confirmed that `run-checks all` script has been executed. ### Related Issues/PRs Fixes #2329 (better help message) ### Changes Added checks for output rank with `unsqueeze_dim` and...
Especially w.r.t data loading, the data should automatically be transferred to the correct device. Right now the batch is moved to the first GPU and users are moving the inputs...
Following #2188 The notebooks examples haven't been revamped in a while. Would be great to demonstrate something a bit more useful.
### Checklist - [ ] Confirmed that `run-checks all` script has been executed. ### Related Issues/PRs [Originally from discord](https://discord.com/channels/1038839012602941528/1059209073784008835/1364976790250061944) `tensor.clamp(min, max)` would not compile for an f16 input with Cuda...
### Checklist - [ ] Confirmed that `run-checks all` script has been executed. - [x] Made sure the book is up to date with changes in this PR. ### Related...