We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff90e06 commit e48ae26Copy full SHA for e48ae26
sycl/include/CL/sycl/aliases.hpp
@@ -79,8 +79,6 @@ using uint = unsigned int;
79
using ulong = unsigned long;
80
using longlong = long long;
81
using ulonglong = unsigned long long;
82
-// TODO cl::sycl::half is not in SYCL specification, but is used by Khronos CTS.
83
-// Related tests issue: KhronosGroup/SYCL-CTS#37
84
using half = cl::sycl::detail::half_impl::half;
85
using cl_bool = bool;
86
using cl_char = std::int8_t;
0 commit comments