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

Commit cb09441

Browse files
Missing TODO comments for esimd_emulator support markup
1 parent 092f7c1 commit cb09441

15 files changed

+15
-1
lines changed

SYCL/ESIMD/histogram_256_slm_spec_2020.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// TODO enable on Windows
22
// REQUIRES: linux && gpu
33
// UNSUPPORTED: cuda || hip
4+
// TODO online_compiler check fails for esimd_emulator
45
// XFAIL: esimd_emulator
56
// RUN: %clangxx -fsycl %s -o %t.out
67
// RUN: %GPU_RUN_PLACEHOLDER %t.out 16

SYCL/ESIMD/mandelbrot/mandelbrot_spec.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
// TODO enable on Windows
1010
// REQUIRES: linux && gpu
1111
// UNSUPPORTED: cuda || hip
12+
// TODO online_compiler check fails for esimd_emulator
1213
// XFAIL: esimd_emulator
1314
// RUN: %clangxx -fsycl %s -I%S/.. -o %t.out
1415
// RUN: %GPU_RUN_PLACEHOLDER %t.out %T/output_spec.ppm %S/golden_hw.ppm 512 -2.09798 -1.19798 0.004 4.0

SYCL/ESIMD/regression/complex-lib-lin.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
//
88
// REQUIRES: linux,gpu
99
// UNSUPPORTED: cuda || hip
10+
// TODO/DEBUG Segmentation fault occurs with esimd_emulator backend
1011
// XFAIL: esimd_emulator
1112
//
1213
// RUN: %clangxx -fsycl -fPIC -O3 %S/Inputs/complex-lib-sycl.cpp -c -o %t-lib-sycl.o

SYCL/ESIMD/regression/globals.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// REQUIRES: gpu
22
// UNSUPPORTED: cuda || hip
3-
// Sub-group is not supported
3+
// TODO: esimd_emulator fails due to unimplemented sub-group support
44
// UNSUPPORTED: esimd_emulator
55
// RUN: %clangxx -fsycl %s -o %t.out
66
// RUN: %GPU_RUN_PLACEHOLDER %t.out

SYCL/ESIMD/spec_const/spec_const_bool.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
// RUN: %clangxx -fsycl -I%S/.. %s -o %t.out
1010
// RUN: %GPU_RUN_PLACEHOLDER %t.out
1111
// UNSUPPORTED: cuda || hip
12+
// TODO online_compiler check fails for esimd_emulator
1213
// XFAIL: esimd_emulator
1314

1415
#include <cstdint>

SYCL/ESIMD/spec_const/spec_const_char.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
// RUN: %clangxx -fsycl -I%S/.. %s -o %t.out
1010
// RUN: %GPU_RUN_PLACEHOLDER %t.out
1111
// UNSUPPORTED: cuda || hip
12+
// TODO online_compiler check fails for esimd_emulator
1213
// XFAIL: esimd_emulator
1314

1415
#include <cstdint>

SYCL/ESIMD/spec_const/spec_const_double.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
// RUN: %clangxx -fsycl -I%S/.. %s -o %t.out
1010
// RUN: %GPU_RUN_PLACEHOLDER %t.out
1111
// UNSUPPORTED: cuda || hip
12+
// TODO online_compiler check fails for esimd_emulator
1213
// XFAIL: esimd_emulator
1314

1415
#include <cstdint>

SYCL/ESIMD/spec_const/spec_const_float.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
// RUN: %clangxx -fsycl -I%S/.. %s -o %t.out
1010
// RUN: %GPU_RUN_PLACEHOLDER %t.out
1111
// UNSUPPORTED: cuda || hip
12+
// TODO online_compiler check fails for esimd_emulator
1213
// XFAIL: esimd_emulator
1314

1415
#include <cstdint>

SYCL/ESIMD/spec_const/spec_const_int.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
// RUN: %clangxx -fsycl -I%S/.. %s -o %t.out
1010
// RUN: %GPU_RUN_PLACEHOLDER %t.out
1111
// UNSUPPORTED: cuda || hip
12+
// TODO online_compiler check fails for esimd_emulator
1213
// XFAIL: esimd_emulator
1314

1415
#include <cstdint>

SYCL/ESIMD/spec_const/spec_const_int64.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
// RUN: %clangxx -fsycl -I%S/.. %s -o %t.out
1010
// RUN: %GPU_RUN_PLACEHOLDER %t.out
1111
// UNSUPPORTED: cuda || hip
12+
// TODO online_compiler check fails for esimd_emulator
1213
// XFAIL: esimd_emulator
1314

1415
#include <cstdint>

SYCL/ESIMD/spec_const/spec_const_short.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
// RUN: %clangxx -fsycl -I%S/.. %s -o %t.out
1010
// RUN: %GPU_RUN_PLACEHOLDER %t.out
1111
// UNSUPPORTED: cuda || hip
12+
// TODO online_compiler check fails for esimd_emulator
1213
// XFAIL: esimd_emulator
1314

1415
#include <cstdint>

SYCL/ESIMD/spec_const/spec_const_uchar.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
// RUN: %clangxx -fsycl -I%S/.. %s -o %t.out
1010
// RUN: %GPU_RUN_PLACEHOLDER %t.out
1111
// UNSUPPORTED: cuda || hip
12+
// TODO online_compiler check fails for esimd_emulator
1213
// XFAIL: esimd_emulator
1314

1415
#include <cstdint>

SYCL/ESIMD/spec_const/spec_const_uint.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
// RUN: %clangxx -fsycl -I%S/.. %s -o %t.out
1010
// RUN: %GPU_RUN_PLACEHOLDER %t.out
1111
// UNSUPPORTED: cuda || hip
12+
// TODO online_compiler check fails for esimd_emulator
1213
// XFAIL: esimd_emulator
1314

1415
#include <cstdint>

SYCL/ESIMD/spec_const/spec_const_uint64.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
// RUN: %clangxx -fsycl -I%S/.. %s -o %t.out
1010
// RUN: %GPU_RUN_PLACEHOLDER %t.out
1111
// UNSUPPORTED: cuda || hip
12+
// TODO online_compiler check fails for esimd_emulator
1213
// XFAIL: esimd_emulator
1314

1415
#include <cstdint>

SYCL/ESIMD/spec_const/spec_const_ushort.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
// RUN: %clangxx -fsycl -I%S/.. %s -o %t.out
1010
// RUN: %GPU_RUN_PLACEHOLDER %t.out
1111
// UNSUPPORTED: cuda || hip
12+
// TODO online_compiler check fails for esimd_emulator
1213
// XFAIL: esimd_emulator
1314

1415
#include <cstdint>

0 commit comments

Comments
 (0)