This repository was archived by the owner on Mar 28, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 7
7
//
8
8
// ===----------------------------------------------------------------------===//
9
9
// REQUIRES: gpu
10
- // UNSUPPORTED: cuda || hip
10
+ // UNSUPPORTED: gpu-intel-dg1, cuda, hip
11
11
// UNSUPPORTED: ze_debug-1,ze_debug4
12
12
// RUN: %clangxx -fsycl %s -o %t.out
13
13
// RUN: %HOST_RUN_PLACEHOLDER %t.out
14
14
// RUN: %GPU_RUN_PLACEHOLDER %t.out
15
15
16
+ // The test checks raw send functionality with atomic write implementation
17
+ // on SKL. It does not work on DG1 due to send instruction incompatibility.
18
+
16
19
#include " esimd_test_utils.hpp"
17
20
18
21
#include < CL/sycl.hpp>
Original file line number Diff line number Diff line change 7
7
//
8
8
// ===----------------------------------------------------------------------===//
9
9
// REQUIRES: gpu
10
- // UNSUPPORTED: cuda || hip
10
+ // UNSUPPORTED: gpu-intel-dg1, cuda, hip
11
11
// RUN: %clangxx -fsycl %s -o %t.out
12
12
// RUN: %GPU_RUN_PLACEHOLDER %t.out
13
13
14
+ // The test checks raw send functionality with block read/write implementation
15
+ // on SKL. It does not work on DG1 due to send instruction incompatibility.
16
+
14
17
#include " esimd_test_utils.hpp"
15
18
16
19
#include < CL/sycl.hpp>
You can’t perform that action at this time.
0 commit comments