ibartol
ibartol
Fixes #2933 ## Description Hi, after reading #2933, there are a few things that I noted while attempting to solve this issue: 1. While `torch.cross` is more flexible and allows...
Fixes #2858 ## Description Based on the discussion on #2858 I added a few examples on how to use `torch.compile` in nested modules and functions. Also, I added a few...
#### Description When initializing a vector one can assing the values to the vector in different (presummably wrong) ways and some of them will silently pass as ok but not...