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

frontend: Fix stats config params for stats decimation. #12

Merged
merged 1 commit into from
Nov 3, 2023
Merged

Conversation

naushir
Copy link
Collaborator

@naushir naushir commented Nov 3, 2023

Decimate the stats config params in the buffer provided by FrontEnd::Prepare(). With this change, we use the undecimated coordinate space for all the config structures within the Frontend class.

@naushir
Copy link
Collaborator Author

naushir commented Nov 3, 2023

Fix for #10.

@naushir
Copy link
Collaborator Author

naushir commented Nov 3, 2023

@njhollinghurst can you check my logic looks correct here?

@njhollinghurst
Copy link
Collaborator

Yes I think so, if you put back the force-to-even (and maybe do some check to ensure nonzero?)

BTW I vaguely feel Prepare/Finalize ought to be more like this in general, to abstract the user configuration at a higher level and be more opaque about the details of the "binary" configuration. But that's outside the scope here.

Decimate the stats config params in the buffer provided by FrontEnd::Prepare().
With this change, we use the undecimated coordinate space for all the
config structures within the Frontend class.

Signed-off-by: Naushir Patuck <[email protected]>
@naushir naushir merged commit c66bc35 into main Nov 3, 2023
6 of 7 checks passed
@naushir naushir deleted the stats branch November 3, 2023 13:30
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.

2 participants