Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[vmap] Most used torch.<x> operations: 150-200 #112

Open
40 of 50 tasks
Chillee opened this issue Sep 8, 2021 · 0 comments
Open
40 of 50 tasks

[vmap] Most used torch.<x> operations: 150-200 #112

Chillee opened this issue Sep 8, 2021 · 0 comments

Comments

@Chillee
Copy link
Contributor

Chillee commented Sep 8, 2021

  • quantize_per_tensor | 1392
  • diag_embed | 1364 (needs functionalization)
  • lerp | 1363
  • asin | 1345
  • eig | 1333 (actionable)
  • trunc | 1290
  • diagonal | 1287
  • cosh | 1279
  • rfft | 1269
  • cumprod | 1260
  • addr | 1211
  • roll | 1198
  • narrow | 1188
  • digamma | 1172
  • square | 1163
  • sinh | 1131
  • logspace | 1084
  • broadcast_tensors | 1070
  • irfft | 1013
  • frac | 997
  • hann_window | 994
  • solve | 989
  • logdet | 977
  • expm1 | 968
  • cdist | 946
  • addmv | 903
  • randint_like | 888
  • tensordot | 888
  • ifft | 877
  • true_divide | 854
  • erfinv | 830
  • addcdiv | 819
  • addbmm | 813
  • renorm | 781
  • pinverse | 753
  • isclose | 740
  • erfc | 729
  • is_storage | 725
  • triangular_solve | 723
  • rot90 | 709
  • logical_not | 686
  • geqrf | 681
  • slogdet | 677
  • lu | 665 (actionable)
  • hamming_window | 659
  • orgqr | 651 (actionable)
  • ormqr | 622 (actionable)
  • is_floating_point | 602
  • diagflat | 562 (needs OpInfo)
  • cholesky_solve | 559 (actionable)
vfdev-5 added a commit to vfdev-5/functorch that referenced this issue Sep 27, 2021
Description:
- Added roll batching rule
- Updated tests

Related to pytorch#112
@zou3519 zou3519 changed the title Most used torch.<x> operations: 150-200 [vmap] Most used torch.<x> operations: 150-200 Sep 27, 2021
Chillee pushed a commit that referenced this issue Sep 30, 2021
* Added roll batching rule
Description:
- Added roll batching rule
- Updated tests

Related to #112

* Fixes issue with no dims
@zou3519 zou3519 added the actionable It is clear what should be done for this issue label Oct 13, 2021
zou3519 pushed a commit that referenced this issue Oct 22, 2021
* Added roll batching rule
Description:
- Added roll batching rule
- Updated tests

Related to #112

* Fixes issue with no dims
@zou3519 zou3519 removed the actionable It is clear what should be done for this issue label Nov 12, 2021
zou3519 pushed a commit to zou3519/pytorch that referenced this issue Jul 20, 2022
* Added roll batching rule
Description:
- Added roll batching rule
- Updated tests

Related to pytorch/functorch#112

* Fixes issue with no dims
bigfootjon pushed a commit to pytorch/pytorch that referenced this issue Jul 21, 2022
* Added roll batching rule
Description:
- Added roll batching rule
- Updated tests

Related to pytorch/functorch#112

* Fixes issue with no dims
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants