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

Re-enable native atomic tests on GPU #118

Merged
merged 2 commits into from
Feb 15, 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: level_zero, cpu, cuda
// UNSUPPORTED: cpu, cuda

#include <CL/sycl.hpp>
#include <algorithm>
Expand Down
2 changes: 1 addition & 1 deletion SYCL/AtomicRef/max-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: gpu, cpu, cuda
// UNSUPPORTED: cpu, cuda

#include <CL/sycl.hpp>
#include <algorithm>
Expand Down
2 changes: 1 addition & 1 deletion SYCL/AtomicRef/min-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: gpu, cpu, cuda
// UNSUPPORTED: 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: level_zero, cpu, cuda
// UNSUPPORTED: cpu, cuda

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