Skip to content

Commit 7a16884

Browse files
authored
[SYCL][Doc] Fix typo in DeviceLibExtension doc (#12008)
This PR fixes typo in devicelib extension doc. In doc, we uses the term "cl_intel_devicelib_cassert" but we use "cl_intel_devicelib_assert" in sycl runtime and devicelib implementation. And for other cl_intel_devicelib_* extension aiming to support CXX std library such as math and complex functions, we use "cl_intel_devicelib_math", "cl_intel_devicelib_complex". To align with other "cl_intel_devicelib_*" extension and sycl runtime& devicelib implementation, we change "cl_intel_devicelib_cassert" to "cl_intel_devicelib_assert".
1 parent 6708610 commit 7a16884

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/doc/design/DeviceLibExtensions.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Device library extensions
44
Device compiler that indicates support for a particular extension is
55
supposed to support *all* the corresponding functions.
66

7-
cl_intel_devicelib_cassert
7+
cl_intel_devicelib_assert
88
==========================
99

1010
.. code:

0 commit comments

Comments
 (0)