Skip to content

extend_mode_normalized and extend_mode #974

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

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

sagudev
Copy link
Contributor

@sagudev sagudev commented May 7, 2025

Current extend_mode is renamed to extend_mode_normalized (because it require normalized coordinates). To avoid rounding errors we introduce extend_mode that relaxes normalization requirement. Currently only EXTEND_PAD is implemented differently, others fallback to extend_mode_normalized for now.

partial fix #972

@sagudev sagudev force-pushed the extend_mode_norm branch from 1465e2d to 5059273 Compare May 7, 2025 12:29
@sagudev sagudev marked this pull request as ready for review May 7, 2025 12:37
Copy link
Member

@DJMcNab DJMcNab left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One thought on testing. Once that's addressed, I'll be happy to land. I don't think this is going to be meaningfully reviewed by anyone else anytime soon.

Signed-off-by: sagudev <[email protected]>
@sagudev
Copy link
Contributor Author

sagudev commented May 20, 2025

It works on my local ubuntu machine but not in CI. Is this the case for #[cfg_attr(skip_gpu_tests, ignore)]?

@DJMcNab
Copy link
Member

DJMcNab commented May 21, 2025

The windows failure certainly would be caused by the lack of GPU support for those runners. I'm not sure what the ubuntu failure is. Unfortunately, #892 means that the "current version" uploading of the snapshots is currently broken. I'll open a PR to fix that today.

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.

Images do not roundtrip
2 participants