Skip to content
This repository has been archived by the owner on Mar 28, 2023. It is now read-only.

[SYCL] Add test for relaxed fp64 aspect requirements #1668

Open
wants to merge 4 commits into
base: intel
Choose a base branch
from

Commits on Mar 16, 2023

  1. [SYCL] Add test for relaxed fp64 aspect requirements

    This commit adds a test checking the expected behavior when the use of
    fp64 is and isn't optimized out of a kernel.
    
    Signed-off-by: Larsen, Steffen <steffen.larsen@intel.com>
    steffenlarsen committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    8c235ca View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2023

  1. Configuration menu
    Copy the full SHA
    ca9dc0d View commit details
    Browse the repository at this point in the history
  2. Fix assert message and make check explicit

    Signed-off-by: Larsen, Steffen <steffen.larsen@intel.com>
    steffenlarsen committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    d34ef9c View commit details
    Browse the repository at this point in the history
  3. Switch to no-sycl-early-optimizations to avoid unrecognized -O0

    Signed-off-by: Larsen, Steffen <steffen.larsen@intel.com>
    steffenlarsen committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    cd97595 View commit details
    Browse the repository at this point in the history