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

MOPS-Tetris ? #63

Open
mitkotak opened this issue Aug 16, 2024 · 1 comment
Open

MOPS-Tetris ? #63

mitkotak opened this issue Aug 16, 2024 · 1 comment

Comments

@mitkotak
Copy link

Hey e3nn developer jumping in. Thanks for the wonderful work here. Can you point me to some examples or how I might go about implementing a simple nequip tetris model ?

@Luthaf
Copy link
Contributor

Luthaf commented Aug 26, 2024

Hi! I am not very familiar with the nequip tetris model, but mops works at at different layer than e3nn. Mops provides optimized versions of the very basic mathematical operations, but knows nothing of irreps, equivariants, clebsch-gordan coefficients, …

It would be up to e3nn to use mops internally to implement it's own different layers instead of using native torch operations if you'd want to speed up this tetris model. For example, a layer doing 12x1o \times 8x2e => 10x1o could be implemented using pre-computed CG coefficients and sparse_accumulation_of_products.

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