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

Spherical harmonics without control flow #331

Draft
wants to merge 9 commits into
base: main
Choose a base branch
from

Conversation

Linux-cpp-lisp
Copy link
Contributor

Description

Generate extra code to do spherical harmonics without control flow, and without extra allocations for normalization constants. This should allow the JIT fuser to do much more optimization.

Move generated code into a separate file.

How Has This Been Tested?

Unit tests.

Checklist:

  • I have read the CONTRIBUTING document.
  • My code follows the code style of this project.
  • I have updated the documentation (if relevant).
  • I have added tests that cover my changes (if relevant).
  • The modified code is cuda compatible (github tests don't test cuda) (if relevant).
  • I have updated the Changelog.

@Linux-cpp-lisp
Copy link
Contributor Author

Linux-cpp-lisp commented Dec 17, 2021

@mariogeiger please check xyz convention update.

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

Successfully merging this pull request may close these issues.

None yet

2 participants