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

Commit 4ab7155

Browse files
Marking 'UNSUPPORTED' for failing Non-ESIMD kernels
1 parent f923fa8 commit 4ab7155

File tree

270 files changed

+275
-4
lines changed

Some content is hidden

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

270 files changed

+275
-4
lines changed

SYCL/Assert/assert_in_kernels.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// REQUIRES: linux
22
// FIXME unsupported on CUDA and HIP until fallback libdevice becomes available
33
// UNSUPPORTED: cuda || hip
4+
// UNSUPPORTED: esimd_emulator
45
// RUN: %clangxx -DSYCL_ENABLE_FALLBACK_ASSERT -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
56
// RUN: %CPU_RUN_PLACEHOLDER %t.out &> %t.txt || true
67
// RUN: %CPU_RUN_PLACEHOLDER FileCheck %s --input-file %t.txt

SYCL/Assert/assert_in_multiple_tus.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// REQUIRES: linux
22
// FIXME unsupported on CUDA and HIP until fallback libdevice becomes available
33
// UNSUPPORTED: cuda || hip
4+
// UNSUPPORTED: esimd_emulator
45
// RUN: %clangxx -DSYCL_ENABLE_FALLBACK_ASSERT -fsycl -fsycl-targets=%sycl_triple -I %S/Inputs %s %S/Inputs/kernels_in_file2.cpp -o %t.out
56
// RUN: %CPU_RUN_PLACEHOLDER %t.out &> %t.txt || true
67
// RUN: %CPU_RUN_PLACEHOLDER FileCheck %s --input-file %t.txt

SYCL/Assert/assert_in_multiple_tus_one_ndebug.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// REQUIRES: linux
22
// FIXME unsupported on CUDA and HIP until fallback libdevice becomes available
33
// UNSUPPORTED: cuda || hip
4+
// UNSUPPORTED: esimd_emulator
45
// RUN: %clangxx -DSYCL_ENABLE_FALLBACK_ASSERT -fsycl -fsycl-targets=%sycl_triple -DDEFINE_NDEBUG_INFILE2 -I %S/Inputs %S/assert_in_multiple_tus.cpp %S/Inputs/kernels_in_file2.cpp -o %t.out
56
// RUN: %CPU_RUN_PLACEHOLDER %t.out &> %t.txt || true
67
// RUN: %CPU_RUN_PLACEHOLDER FileCheck %s --input-file %t.txt

SYCL/Assert/assert_in_one_kernel.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// REQUIRES: linux
22
// FIXME unsupported on CUDA and HIP until fallback libdevice becomes available
33
// UNSUPPORTED: cuda || hip
4+
// UNSUPPORTED: esimd_emulator
45
// RUN: %clangxx -DSYCL_ENABLE_FALLBACK_ASSERT -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
56
// RUN: %CPU_RUN_PLACEHOLDER %t.out &> %t.txt || true
67
// RUN: %CPU_RUN_PLACEHOLDER FileCheck %s --input-file %t.txt

SYCL/Assert/assert_in_simultaneous_kernels.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// REQUIRES: linux
22
// FIXME unsupported on CUDA and HIP until fallback libdevice becomes available
33
// UNSUPPORTED: cuda || hip
4+
// UNSUPPORTED: esimd_emulator
45
// RUN: %clangxx -DSYCL_ENABLE_FALLBACK_ASSERT -fsycl -fsycl-targets=%sycl_triple %s -o %t.out %threads_lib
56
// RUN: %CPU_RUN_PLACEHOLDER %t.out &> %t.txt || true
67
// RUN: %CPU_RUN_PLACEHOLDER FileCheck %s --input-file %t.txt

SYCL/AtomicRef/accessor.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
// RUN: %HOST_RUN_PLACEHOLDER %t.out
33
// RUN: %CPU_RUN_PLACEHOLDER %t.out
44
// RUN: %GPU_RUN_PLACEHOLDER %t.out
5+
// UNSUPPORTED: esimd_emulator
56

67
#include <CL/sycl.hpp>
78
#include <algorithm>

SYCL/AtomicRef/add.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
// RUN: %GPU_RUN_PLACEHOLDER %t.out
55
// RUN: %CPU_RUN_PLACEHOLDER %t.out
66
// RUN: %ACC_RUN_PLACEHOLDER %t.out
7+
// UNSUPPORTED: esimd_emulator
78

89
#include "add.h"
910
#include <iostream>

SYCL/AtomicRef/assignment.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
// RUN: %CPU_RUN_PLACEHOLDER %t.out
44
// RUN: %GPU_RUN_PLACEHOLDER %t.out
55
// RUN: %ACC_RUN_PLACEHOLDER %t.out
6+
// UNSUPPORTED: esimd_emulator
67

78
#include "assignment.h"
89
#include <iostream>

SYCL/AtomicRef/atomic_memory_order.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
// L0, OpenCL, and HIP backends don't currently support
77
// info::device::atomic_memory_order_capabilities
88
// UNSUPPORTED: level_zero || opencl || hip
9+
// UNSUPPORTED: esimd_emulator
910

1011
// NOTE: General tests for atomic memory order capabilities.
1112

SYCL/AtomicRef/atomic_memory_order_seq_cst.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
// L0, OpenCL, and HIP backends don't currently support
77
// info::device::atomic_memory_order_capabilities
88
// UNSUPPORTED: level_zero || opencl || hip
9+
// UNSUPPORTED: esimd_emulator
910

1011
// NOTE: Tests load and store for sequentially consistent memory ordering.
1112

SYCL/AtomicRef/compare_exchange.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
// RUN: %CPU_RUN_PLACEHOLDER %t.out
44
// RUN: %GPU_RUN_PLACEHOLDER %t.out
55
// RUN: %ACC_RUN_PLACEHOLDER %t.out
6+
// UNSUPPORTED: esimd_emulator
67

78
#include "compare_exchange.h"
89
#include <iostream>

SYCL/AtomicRef/exchange.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
// RUN: %CPU_RUN_PLACEHOLDER %t.out
44
// RUN: %GPU_RUN_PLACEHOLDER %t.out
55
// RUN: %ACC_RUN_PLACEHOLDER %t.out
6+
// UNSUPPORTED: esimd_emulator
67

78
#include "exchange.h"
89
#include <iostream>

SYCL/AtomicRef/load.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
// RUN: %CPU_RUN_PLACEHOLDER %t.out
44
// RUN: %GPU_RUN_PLACEHOLDER %t.out
55
// RUN: %ACC_RUN_PLACEHOLDER %t.out
6+
// UNSUPPORTED: esimd_emulator
67

78
#include "load.h"
89
#include <iostream>

SYCL/AtomicRef/max.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
// RUN: %GPU_RUN_PLACEHOLDER %t.out
44
// RUN: %CPU_RUN_PLACEHOLDER %t.out
55
// RUN: %ACC_RUN_PLACEHOLDER %t.out
6+
// UNSUPPORTED: esimd_emulator
67

78
#include "max.h"
89
#include <iostream>

SYCL/AtomicRef/min.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
// RUN: %GPU_RUN_PLACEHOLDER %t.out
44
// RUN: %CPU_RUN_PLACEHOLDER %t.out
55
// RUN: %ACC_RUN_PLACEHOLDER %t.out
6+
// UNSUPPORTED: esimd_emulator
67

78
#include "min.h"
89
#include <iostream>

SYCL/AtomicRef/store.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
// RUN: %CPU_RUN_PLACEHOLDER %t.out
44
// RUN: %GPU_RUN_PLACEHOLDER %t.out
55
// RUN: %ACC_RUN_PLACEHOLDER %t.out
6+
// UNSUPPORTED: esimd_emulator
67

78
#include "store.h"
89
#include <iostream>

SYCL/AtomicRef/sub.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
// RUN: %GPU_RUN_PLACEHOLDER %t.out
55
// RUN: %CPU_RUN_PLACEHOLDER %t.out
66
// RUN: %ACC_RUN_PLACEHOLDER %t.out
7+
// UNSUPPORTED: esimd_emulator
78

89
#include "sub.h"
910
#include <iostream>

SYCL/Basic/access_to_subset.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
// RUN: %CPU_RUN_PLACEHOLDER %t.out
44
// RUN: %GPU_RUN_PLACEHOLDER %t.out
55
// RUN: %ACC_RUN_PLACEHOLDER %t.out
6+
// UNSUPPORTED: esimd_emulator
67

78
//==---------- access_to_subset.cpp --- access to subset of buffer test ----==//
89
//

SYCL/Basic/accessor/accessor.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
// RUN: %CPU_RUN_PLACEHOLDER %t.out
44
// RUN: %GPU_RUN_PLACEHOLDER %t.out
55
// RUN: %ACC_RUN_PLACEHOLDER %t.out
6+
// UNSUPPORTED: esimd_emulator
67

78
//==----------------accessor.cpp - SYCL accessor basic test ----------------==//
89
//

SYCL/Basic/accessor/device_accessor_deduction.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@
33
// RUN: %CPU_RUN_PLACEHOLDER %t.out
44
// RUN: %GPU_RUN_PLACEHOLDER %t.out
55
// RUN: %ACC_RUN_PLACEHOLDER %t.out
6+
// UNSUPPORTED: esimd_emulator

SYCL/Basic/accessor/get_device_access_deduction.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@
33
// RUN: %CPU_RUN_PLACEHOLDER %t.out
44
// RUN: %GPU_RUN_PLACEHOLDER %t.out
55
// RUN: %ACC_RUN_PLACEHOLDER %t.out
6+
// UNSUPPORTED: esimd_emulator

SYCL/Basic/barrier_order.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
// RUN: %HOST_RUN_PLACEHOLDER %t.out
33
// RUN: %CPU_RUN_PLACEHOLDER %t.out
44
// RUN: %GPU_RUN_PLACEHOLDER %t.out
5+
// UNSUPPORTED: esimd_emulator
56

67
#include <CL/sycl.hpp>
78
#include <stdlib.h>

SYCL/Basic/bit_cast/bit_cast.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
// RUN: %CPU_RUN_PLACEHOLDER %t.out
44
// RUN: %GPU_RUN_PLACEHOLDER %t.out
55
// RUN: %ACC_RUN_PLACEHOLDER %t.out
6+
// UNSUPPORTED: esimd_emulator
67

78
#include <CL/sycl.hpp>
89

SYCL/Basic/boolean.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
// RUN: %CPU_RUN_PLACEHOLDER %t.out
44
// RUN: %GPU_RUN_PLACEHOLDER %t.out
55
// RUN: %ACC_RUN_PLACEHOLDER %t.out
6+
// UNSUPPORTED: esimd_emulator
67
#include <CL/sycl.hpp>
78

89
#include <cassert>

SYCL/Basic/buffer/buffer.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
// RUN: %CPU_RUN_PLACEHOLDER %t2.out
66
// RUN: %GPU_RUN_PLACEHOLDER %t2.out
77
// RUN: %ACC_RUN_PLACEHOLDER %t2.out
8+
// UNSUPPORTED: esimd_emulator
89

910
//==------------------- buffer.cpp - SYCL buffer basic test ----------------==//
1011
//

SYCL/Basic/buffer/buffer_container.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
// RUN: %CPU_RUN_PLACEHOLDER %t2.out
66
// RUN: %GPU_RUN_PLACEHOLDER %t2.out
77
// RUN: %ACC_RUN_PLACEHOLDER %t2.out
8+
// UNSUPPORTED: esimd_emulator
89

910
#include <CL/sycl.hpp>
1011

SYCL/Basic/buffer/buffer_dev_to_dev.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
// RUN: %CPU_RUN_PLACEHOLDER %t.out
44
// RUN: %GPU_RUN_PLACEHOLDER %t.out
55
// RUN: %ACC_RUN_PLACEHOLDER %t.out
6+
// UNSUPPORTED: esimd_emulator
67

78
//==---------- buffer_dev_to_dev.cpp - SYCL buffer basic test --------------==//
89
//

SYCL/Basic/buffer/buffer_full_copy.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
// RUN: %CPU_RUN_PLACEHOLDER %t2.out
66
// RUN: %GPU_RUN_PLACEHOLDER %t2.out
77
// RUN: %ACC_RUN_PLACEHOLDER %t2.out
8+
// UNSUPPORTED: esimd_emulator
89

910
//==------------- buffer_full_copy.cpp - SYCL buffer basic test ------------==//
1011
//

SYCL/Basic/buffer/reinterpret.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
// RUN: %ACC_RUN_PLACEHOLDER %t.out
55
//
66
// XFAIL: level_zero&&gpu
7+
// UNSUPPORTED: esimd_emulator
78

89
//==---------- reinterpret.cpp --- SYCL buffer reinterpret basic test ------==//
910
//

SYCL/Basic/buffer/subbuffer.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
// RUN: %CPU_RUN_PLACEHOLDER %t.out
44
// RUN: %GPU_RUN_PLACEHOLDER %t.out
55
// RUN: %ACC_RUN_PLACEHOLDER %t.out
6+
// UNSUPPORTED: esimd_emulator
67
//
78
//==---------- subbuffer.cpp --- sub-buffer basic test ---------------------==//
89
//

SYCL/Basic/compare_exchange_strong.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
// RUN: %CPU_RUN_PLACEHOLDER %t.out
33
// RUN: %GPU_RUN_PLACEHOLDER %t.out
44
// RUN: %ACC_RUN_PLACEHOLDER %t.out
5+
// UNSUPPORTED: esimd_emulator
56

67
#include <CL/sycl.hpp>
78
using namespace cl::sycl;

SYCL/Basic/context-with-multiple-devices.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// REQUIRES: accelerator, aoc
2+
// UNSUPPORTED: esimd_emulator
23

34
// RUN: %clangxx -fsycl -fintelfpga -fsycl-unnamed-lambda %s -o %t2.out
45
// RUN: env CL_CONFIG_CPU_EMULATE_DEVICES=2 %t2.out

SYCL/Basic/device_equality.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
// RUN: %HOST_RUN_PLACEHOLDER %t1.out
33
// RUN: %CPU_RUN_PLACEHOLDER %t1.out
44
// RUN: %GPU_RUN_PLACEHOLDER %t1.out
5+
// UNSUPPORTED: esimd_emulator
56

67
//==------- device_equality.cpp - SYCL device equality test ----------------==//
78
//

SYCL/Basic/device_event.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
// Crashes on AMD, returns error "Barrier is not supported on the host device
99
// yet." with Nvidia.
1010
// XFAIL: hip_amd || hip_nvidia
11+
// UNSUPPORTED: esimd_emulator
1112

1213
//==--------device_event.cpp - SYCL class device_event test ----------------==//
1314
//

SYCL/Basic/enqueue_barrier.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
// The test is failing sporadically on Windows OpenCL RTs
77
// Disabling on windows until fixed
88
// UNSUPPORTED: windows
9+
// UNSUPPORTED: esimd_emulator
910

1011
#include <CL/sycl.hpp>
1112
#include <sycl/ext/intel/fpga_device_selector.hpp>

SYCL/Basic/event.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
// RUN: %HOST_RUN_PLACEHOLDER %t.out
33
// RUN: %CPU_RUN_PLACEHOLDER %t.out
44
// RUN: %GPU_RUN_PLACEHOLDER %t.out
5+
// UNSUPPORTED: esimd_emulator
56

67
//==--------------- event.cpp - SYCL event test ----------------------------==//
78
//

SYCL/Basic/event_profiling_info.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
// RUN: %CPU_RUN_PLACEHOLDER %t.out
55
// RUN: %GPU_RUN_PLACEHOLDER %t.out
66
// RUN: %ACC_RUN_PLACEHOLDER %t.out
7+
// UNSUPPORTED: esimd_emulator
78
//==------------------- event_profiling_info.cpp ---------------------------==//
89
//
910
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.

SYCL/Basic/free_function_queries/free_function_queries.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
// RUN: %ACC_RUN_PLACEHOLDER %t.out
44
// RUN: %CPU_RUN_PLACEHOLDER %t.out
55
// RUN: %GPU_RUN_PLACEHOLDER %t.out
6+
// UNSUPPORTED: esimd_emulator
67

78
//==- free_function_queries.cpp - SYCL free function queries test -=//
89
//

SYCL/Basic/get_backend.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
//
44
// Failing on HIP AMD
55
// XFAIL: hip_amd
6+
// UNSUPPORTED: esimd_emulator
67
//
78
//==----------------- get_backend.cpp ------------------------==//
89
// This is a test of get_backend().

SYCL/Basic/group_async_copy.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
//
77
// Crashes on AMD
88
// XFAIL: hip_amd
9+
// UNSUPPORTED: esimd_emulator
910

1011
#include <CL/sycl.hpp>
1112
#include <iostream>

SYCL/Basic/handler/handler_copy_with_offset.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
// RUN: %CPU_RUN_PLACEHOLDER %t.out
44
// RUN: %GPU_RUN_PLACEHOLDER %t.out
55
// RUN: %ACC_RUN_PLACEHOLDER %t.out
6+
// UNSUPPORTED: esimd_emulator
67
//==--- handler_copy_with_offset.cpp - SYCL handler copy with offset test --==//
78
//
89
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.

SYCL/Basic/handler/handler_generic_integral_lambda.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
// RUN: %CPU_RUN_PLACEHOLDER %t.out
33
// RUN: %GPU_RUN_PLACEHOLDER %t.out
44
// RUN: %ACC_RUN_PLACEHOLDER %t.out
5+
// UNSUPPORTED: esimd_emulator
56
//==-------------- handler_generic_integral_lambda.cpp ---------------------==//
67
//
78
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.

SYCL/Basic/handler/handler_mem_op.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
// RUN: %GPU_RUN_PLACEHOLDER %t.out
55

66
// UNSUPPORTED: cuda
7+
// UNSUPPORTED: esimd_emulator
78

89
//==- handler.cpp - SYCL handler explicit memory operations test -*- C++-*--==//
910
//

SYCL/Basic/host-task-dependency.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
// TODO: Behaviour is unstable for level zero on Windows. Enable when fixed.
77
// TODO: The test is sporadically fails on CUDA. Enable when fixed.
88
// UNSUPPORTED: (windows && level_zero) || cuda || hip_nvidia
9+
// UNSUPPORTED: esimd_emulator
910

1011
#define SYCL2020_DISABLE_DEPRECATION_WARNINGS
1112

SYCL/Basic/image/image.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// UNSUPPORTED: hip
2+
// UNSUPPORTED: esimd_emulator
23
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
34
// RUN: %HOST_RUN_PLACEHOLDER %t.out
45
// RUN: %CPU_RUN_PLACEHOLDER %t.out

SYCL/Basic/image/image_accessor_range.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// UNSUPPORTED: cuda || hip
2+
// UNSUPPORTED: esimd_emulator
23
// CUDA does not support SYCL 1.2.1 images.
34
//
45
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out

SYCL/Basic/image/image_accessor_readsampler.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// UNSUPPORTED: cuda || hip
2+
// UNSUPPORTED: esimd_emulator
23
// CUDA cannot support SYCL 1.2.1 images.
34
//
45
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out

SYCL/Basic/image/image_accessor_readwrite.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// UNSUPPORTED: cuda || hip
2+
// UNSUPPORTED: esimd_emulator
23
// CUDA cannot support SYCL 1.2.1 images.
34
//
45
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out

SYCL/Basic/image/image_max_size.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
// RUN: %GPU_RUN_PLACEHOLDER %t.out
55

66
// UNSUPPORTED: cuda || hip || (windows && opencl && gpu)
7+
// UNSUPPORTED: esimd_emulator
78
// CUDA does not support info::device::image3d_max_width query.
89
// TODO: Irregular runtime fails on Windows/opencl:gpu require analysis.
910

SYCL/Basic/image/image_read.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// UNSUPPORTED: hip
2+
// UNSUPPORTED: esimd_emulator
23
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
34
// RUN: %HOST_RUN_PLACEHOLDER %t.out
45
// RUN: %CPU_RUN_PLACEHOLDER %t.out

SYCL/Basic/image/image_sample.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
// RUN: %CPU_RUN_PLACEHOLDER %t.out
33
// RUN: %GPU_RUN_PLACEHOLDER %t.out
44
// UNSUPPORTED: cuda || hip
5+
// UNSUPPORTED: esimd_emulator
56

67
#include <CL/sycl.hpp>
78

SYCL/Basic/image/image_write.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
// RUN: %GPU_RUN_PLACEHOLDER %t.out
55

66
// UNSUPPORTED: cuda || hip
7+
// UNSUPPORTED: esimd_emulator
78
// TODO: re-enable on cuda device.
89
// See https://github.com/intel/llvm/issues/1542#issuecomment-707877817 for more
910
// details.

0 commit comments

Comments
 (0)