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

Commit 22b2c8e

Browse files
Merge branch 'intel' into interop-task-mem
2 parents b82c649 + 3ecc505 commit 22b2c8e

File tree

183 files changed

+4358
-1292
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

183 files changed

+4358
-1292
lines changed

SYCL/AtomicRef/add-native.cpp

Lines changed: 0 additions & 198 deletions
This file was deleted.

SYCL/AtomicRef/add-emulated.cpp renamed to SYCL/AtomicRef/add.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
// RUN: %clangxx -fsycl -fsycl-unnamed-lambda -fsycl-targets=%sycl_triple %s -o %t.out
1+
// RUN: %clangxx -fsycl -fsycl-unnamed-lambda -fsycl-targets=%sycl_triple %s -o %t.out \
2+
// RUN: -Xsycl-target-backend=nvptx64-nvidia-cuda-sycldevice --cuda-gpu-arch=sm_60
23
// RUN: %HOST_RUN_PLACEHOLDER %t.out
34
// RUN: %GPU_RUN_PLACEHOLDER %t.out
45
// RUN: %CPU_RUN_PLACEHOLDER %t.out

SYCL/AtomicRef/max-native.cpp

Lines changed: 0 additions & 72 deletions
This file was deleted.

SYCL/AtomicRef/max-emulated.cpp renamed to SYCL/AtomicRef/max.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// RUN: %clangxx -fsycl -fsycl-unnamed-lambda -fsycl-targets=%sycl_triple %s -o %t.out
22
// RUN: %HOST_RUN_PLACEHOLDER %t.out
3-
// RUN: %CPU_RUN_PLACEHOLDER %t.out
43
// RUN: %GPU_RUN_PLACEHOLDER %t.out
4+
// RUN: %CPU_RUN_PLACEHOLDER %t.out
55

66
#include <CL/sycl.hpp>
77
#include <algorithm>

SYCL/AtomicRef/min-native.cpp

Lines changed: 0 additions & 70 deletions
This file was deleted.

SYCL/AtomicRef/min-emulated.cpp renamed to SYCL/AtomicRef/min.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// RUN: %clangxx -fsycl -fsycl-unnamed-lambda -fsycl-targets=%sycl_triple %s -o %t.out
22
// RUN: %HOST_RUN_PLACEHOLDER %t.out
3-
// RUN: %CPU_RUN_PLACEHOLDER %t.out
43
// RUN: %GPU_RUN_PLACEHOLDER %t.out
4+
// RUN: %CPU_RUN_PLACEHOLDER %t.out
55

66
#include <CL/sycl.hpp>
77
#include <algorithm>

0 commit comments

Comments
 (0)