tracel-ai / burn

Burn is a new comprehensive dynamic Deep Learning Framework built using Rust with extreme flexibility, compute efficiency and portability as its primary goals.
https://burn.dev
Apache License 2.0
8.42k stars 413 forks source link

Implement `modulo` or `remainder` operation. #1510

Open zemelLeong opened 5 months ago

zemelLeong commented 5 months ago

https://pytorch.org/docs/stable/generated/torch.remainder.html

laggui commented 3 weeks ago

Accidentally closed this thinking we had full remainder support with the linked PRs, but actually this was only implemented for tensor % scalar. We still need element-wise remainder support.