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

Sharing modulo commutativity, associativity, transpose #52

Open
2 of 7 tasks
fritzo opened this issue Aug 24, 2018 · 0 comments
Open
2 of 7 tasks

Sharing modulo commutativity, associativity, transpose #52

fritzo opened this issue Aug 24, 2018 · 0 comments

Comments

@fritzo
Copy link
Contributor

fritzo commented Aug 24, 2018

The shared_intermediates memoization mechanism #43 already implements sharing modulo permutation of tensor operands and alpha-renaming of the equation. @dgasmith and @jcmgray suggested in #43 (comment) that we could further quotient by tensor axis permutation. Note that this breaks into transposing the output (a bit easier), and transposing all of the inputs (a bit tougher).

Status

  • hashing einsum modulo alpha-renaming of equation
  • hashing einsum modulo reordering of inputs
  • hashing tensordot modulo reordering of inputs
  • hashing einsum modulo transpose of output
  • hashing tensordot modulo transpose of output
  • hashing tensordot modulo transpose of inputs
  • hashing einsum modulo transpose of inputs
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

1 participant