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

Added cl_khr_fp16 extension support for test_decorate from spirv_new #1770

Merged
merged 12 commits into from
Feb 13, 2024

Commits on Jun 19, 2023

  1. Configuration menu
    Copy the full SHA
    dec1e62 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e09c504 View commit details
    Browse the repository at this point in the history
  3. Fixed clang format

    shajder committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    4ecf221 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2023

  1. scope of modifications:

    -changed naming convention of saturation .spvasm files related to
    test_decorate of spirv_new
    -restored float to char/uchar saturation tests
    -few minor corrections
    shajder committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    4e70c2b View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2023

  1. Configuration menu
    Copy the full SHA
    9cdb098 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    35d90ed View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2023

  1. fix ranges for half testing

    bashbaug committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    2acd05f View commit details
    Browse the repository at this point in the history
  2. fix formating

    bashbaug committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    f863f0e View commit details
    Browse the repository at this point in the history
  3. one more formatting fix

    bashbaug committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    6e271cd View commit details
    Browse the repository at this point in the history
  4. remove unused function

    bashbaug committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    1e98af0 View commit details
    Browse the repository at this point in the history
  5. use isnan instead of std::isnan

    isnan is currently implemented as a macro, not as a function, so
    we can't use std::isnan.
    bashbaug committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    eccdeb5 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

  1. Configuration menu
    Copy the full SHA
    d9e01b4 View commit details
    Browse the repository at this point in the history