Skip to content

Commit

Permalink
[SYCL][Doc] Fix typo in DeviceLibExtension doc (#12008)
Browse files Browse the repository at this point in the history
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".
  • Loading branch information
jinge90 authored Nov 27, 2023
1 parent 6708610 commit 7a16884
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sycl/doc/design/DeviceLibExtensions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Device library extensions
Device compiler that indicates support for a particular extension is
supposed to support *all* the corresponding functions.

cl_intel_devicelib_cassert
cl_intel_devicelib_assert
==========================

.. code:
Expand Down

0 comments on commit 7a16884

Please sign in to comment.