-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Description
- Put in a test to show if we're reading too much of the geometry. The compiler may not actually be inlining when we tell it to inline.
Maybe define an array of fixed size and see at some point the compiler gives up on inlining.
Might have to look at nsys reports to see how much is being passed through.
Create new data structure like LocalGeometry but only contains two fields, to see if a simpler struct would actually reduce an important GPU usage metric.
Look in pointwise and broadcasts--anywhere projections are involved.
Look at UnrolledUtilities tests for inspiration for writing the test.
Links
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
In progress