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

Adjust test epsilons #5642

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

mzient
Copy link
Contributor

@mzient mzient commented Sep 20, 2024

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:

  • Existing tests apply
  • New tests added
    • Python tests
    • GTests
    • Benchmark
    • Other
  • N/A

Checklist

Documentation

  • Existing documentation applies
  • Documentation updated
    • Docstring
    • Doxygen
    • RST
    • Jupyter
    • Other
  • N/A

DALI team only

Requirements

  • Implements new requirements
  • Affects existing requirements
  • N/A

REQ IDs: N/A

JIRA TASK: N/A

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.
Copy link
Contributor Author

@mzient mzient Sep 20, 2024

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.

@JanuszL JanuszL self-assigned this Sep 20, 2024
@dali-automaton
Copy link
Collaborator

CI MESSAGE: [18580895]: BUILD STARTED

@JanuszL JanuszL changed the title Adjust test epsilons for CUDA 12.8 / sm100 Adjust test epsilons Sep 20, 2024
@dali-automaton
Copy link
Collaborator

CI MESSAGE: [18580895]: BUILD FAILED

@dali-automaton
Copy link
Collaborator

CI MESSAGE: [18580895]: BUILD PASSED

Signed-off-by: Michal Zientkiewicz <michalz@nvidia.com>
@NVIDIA NVIDIA deleted a comment from dali-automaton Sep 23, 2024
@dali-automaton
Copy link
Collaborator

CI MESSAGE: [18644546]: BUILD STARTED

@dali-automaton
Copy link
Collaborator

CI MESSAGE: [18644546]: BUILD PASSED

@JanuszL JanuszL self-assigned this Sep 30, 2024
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.

4 participants