Skip to content

Commit 7f53c91

Browse files
vasilytricbb-sycl
authored andcommitted
[SYCL][ESIMD] Remove sycl::half and double from core types (intel#831)
1 parent 57f2b6f commit 7f53c91

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

SYCL/ESIMD/api/functional/type_coverage.hpp

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,7 @@ template <tested_types required> auto get_tested_types() {
255255
return named_type_pack<
256256
char, unsigned char, signed char, short, unsigned short, int,
257257
unsigned int, long, unsigned long, float, long long,
258+
<<<<<<< HEAD
258259
unsigned long long>::generate("char", "unsigned char", "signed char",
259260
"short", "unsigned short", "int",
260261
"unsigned int", "long", "unsigned long",
@@ -273,11 +274,13 @@ template <tested_types required> auto get_tested_types() {
273274
return named_type_pack<
274275
char, unsigned char, signed char, short, unsigned short, int,
275276
unsigned int, long, unsigned long, float, sycl::half, double, long long,
277+
=======
278+
>>>>>>> f3c83b533 ([SYCL][ESIMD] Remove sycl::half and double from core types (#831))
276279
unsigned long long>::generate("char", "unsigned char", "signed char",
277280
"short", "unsigned short", "int",
278281
"unsigned int", "long", "unsigned long",
279-
"float", "sycl::half", "double",
280-
"long long", "unsigned long long");
282+
"float", "long long",
283+
"unsigned long long");
281284
} else if constexpr (required == tested_types::fp) {
282285
<<<<<<< HEAD
283286
return named_type_pack<float, sycl::half, double>::generate(

0 commit comments

Comments
 (0)