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

Escape subnormal values #1953

Merged
merged 1 commit into from
May 30, 2024
Merged

Escape subnormal values #1953

merged 1 commit into from
May 30, 2024

Commits on May 22, 2024

  1. Escape subnormal values

    Currently we don't escape subnormal values when generating image data. In
    sampler read tests, we use `!=` to check the two values even when it is
    floating-point data, which requires the two values are bitwise equal. However, a
    sampler might flush subnormal values, causing the test case to fail.
    
    In this patch, when generating random image data, we escape subnormal values.
    shiltian committed May 22, 2024
    Configuration menu
    Copy the full SHA
    e1c4015 View commit details
    Browse the repository at this point in the history