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

Disable native atomic tests on L0 to mitigate GPU driver-level issues #111

Merged
merged 1 commit into from
Jan 25, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion SYCL/AtomicRef/add-native.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// RUN: %CPU_RUN_PLACEHOLDER %t.out
// TODO: Remove items from UNSUPPORTED once corresponding backends support
// "native" implementation
// UNSUPPORTED: cpu, cuda
// UNSUPPORTED: level_zero, cpu, cuda

#include <CL/sycl.hpp>
#include <algorithm>
Expand Down
2 changes: 1 addition & 1 deletion SYCL/AtomicRef/sub-native.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// RUN: %CPU_RUN_PLACEHOLDER %t.out
// TODO: Remove items from UNSUPPORTED once corresponding backends support
// "native" implementation
// UNSUPPORTED: cpu, cuda
// UNSUPPORTED: level_zero, cpu, cuda

#include <CL/sycl.hpp>
#include <algorithm>
Expand Down