Skip to content

Commit e948928

Browse files
committed
PR comments
1 parent 9fed447 commit e948928

File tree

1 file changed

+3
-1
lines changed
  • sycl/include/CL/sycl/detail

1 file changed

+3
-1
lines changed

sycl/include/CL/sycl/detail/pi.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,10 @@
5858

5959
// NOTE: This file presents a maping of OpenCL to PI enums, constants and
6060
// typedefs. The general approach taken was to replace `CL_` prefix with `PI_`.
61-
// Please consider this when adding or modifying values, as the strinct value
61+
// Please consider this when adding or modifying values, as the strict value
6262
// match is required.
63+
// TODO: We should consider re-implementing PI enums and constants and only
64+
// perform a mapping of PI to OpenCL in the pi_opencl backend.
6365
#include <CL/sycl/detail/export.hpp>
6466

6567
#include <cstddef>

0 commit comments

Comments
 (0)