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

[SYCL][CUDA] Add SM version check to bfloat16 CUDA test #1423

Merged
merged 2 commits into from
Nov 29, 2022

Commits on Nov 29, 2022

  1. [SYCL][CUDA] Add SM version check to bfloat16 CUDA test

    bfloat16 requires SM80 on the CUDA backend. This commit changes CUDA
    tests to do an early exit if that requirement is not met.
    
    Signed-off-by: Larsen, Steffen <steffen.larsen@intel.com>
    steffenlarsen committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    a162d54 View commit details
    Browse the repository at this point in the history
  2. Remove CUDA specific test and try run SM80

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