Skip to content

Commit e48ae26

Browse files
authored
[SYCL][NFC] Remove outdated TODO comment (#2770)
`cl::sycl::half` has been added to the specification by KhronosGroup/SYCL-Docs#83.
1 parent ff90e06 commit e48ae26

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

sycl/include/CL/sycl/aliases.hpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,6 @@ using uint = unsigned int;
7979
using ulong = unsigned long;
8080
using longlong = long long;
8181
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
8482
using half = cl::sycl::detail::half_impl::half;
8583
using cl_bool = bool;
8684
using cl_char = std::int8_t;

0 commit comments

Comments
 (0)