-
Notifications
You must be signed in to change notification settings - Fork 621
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
Adjust test epsilons #5642
Open
mzient
wants to merge
1
commit into
NVIDIA:main
Choose a base branch
from
mzient:adjust_resampling_test_eps
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Adjust test epsilons #5642
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mzient
commented
Sep 20, 2024
Comment on lines
447
to
451
// Epsilons are quite big because: | ||
// - GPU uses fma | ||
// - GPU uses different rounding | ||
// - processing order in the reference is forced to be XYZ or YXZ, whereas | ||
// the tested implementation can use any order. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The comments were swapped between CPU and GPU functions.
CI MESSAGE: [18580895]: BUILD STARTED |
JanuszL
approved these changes
Sep 20, 2024
JanuszL
changed the title
Adjust test epsilons for CUDA 12.8 / sm100
Adjust test epsilons
Sep 20, 2024
CI MESSAGE: [18580895]: BUILD FAILED |
CI MESSAGE: [18580895]: BUILD PASSED |
mzient
force-pushed
the
adjust_resampling_test_eps
branch
from
September 23, 2024 08:59
117f1c5
to
af4ded2
Compare
Signed-off-by: Michal Zientkiewicz <[email protected]>
mzient
force-pushed
the
adjust_resampling_test_eps
branch
from
September 23, 2024 09:02
af4ded2
to
9a47ec8
Compare
CI MESSAGE: [18644546]: BUILD STARTED |
CI MESSAGE: [18644546]: BUILD PASSED |
banasraf
approved these changes
Sep 23, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Category:
Other (e.g. Documentation, Tests, Configuration)
Test
Description:
Separable resampling 3D test doesn't pass on some devices. This PR adjusts the threshold values.
Additional information:
Affected modules and functionalities:
Tests.
Key points relevant for the review:
Tests:
Checklist
Documentation
DALI team only
Requirements
REQ IDs: N/A
JIRA TASK: N/A