Skip to content

Commit a81ed16

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

SYCL/ESIMD/api/functional/type_coverage.hpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -305,12 +305,12 @@ template <tested_types required> auto get_tested_types() {
305305
>>>>>>> c1366f1d7 ([SYCL][ESIMD] Split tests on simd constructors into core and fp_extra (#748))
306306
return named_type_pack<
307307
char, unsigned char, signed char, short, unsigned short, int,
308-
unsigned int, long, unsigned long, float, sycl::half, double, long long,
308+
unsigned int, long, unsigned long, float, long long,
309309
unsigned long long>::generate("char", "unsigned char", "signed char",
310310
"short", "unsigned short", "int",
311311
"unsigned int", "long", "unsigned long",
312-
"float", "sycl::half", "double",
313-
"long long", "unsigned long long");
312+
"float", "long long",
313+
"unsigned long long");
314314
} else if constexpr (required == tested_types::fp) {
315315
return named_type_pack<float>::generate("float");
316316
} else if constexpr (required == tested_types::fp_extra) {

0 commit comments

Comments
 (0)