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 9fed447 commit e948928Copy full SHA for e948928
sycl/include/CL/sycl/detail/pi.h
@@ -58,8 +58,10 @@
58
59
// NOTE: This file presents a maping of OpenCL to PI enums, constants and
60
// 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
+// Please consider this when adding or modifying values, as the strict value
62
// 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.
65
#include <CL/sycl/detail/export.hpp>
66
67
#include <cstddef>
0 commit comments