-
Notifications
You must be signed in to change notification settings - Fork 137
Projection Optimization #1454
Copy link
Copy link
Open
Labels
Review effort 4/5enhancementNew feature or requestNew feature or requestsize:LThis PR changes 100-499 lines, ignoring generated filesThis PR changes 100-499 lines, ignoring generated files
Metadata
Metadata
Assignees
Labels
Review effort 4/5enhancementNew feature or requestNew feature or requestsize:LThis PR changes 100-499 lines, ignoring generated filesThis PR changes 100-499 lines, ignoring generated files
Type
Fields
Give feedbackNo fields configured for issues without a type.
The current code projects particles one at a time, with a different kernel for each. This is horribly inefficient. We need more parallelism. Explore a refactor that chooses the parallelism based on the particle count and have them both call the same interior checking code.