Skip to content

Commit 28ce170

Browse files
committed
apply review feedback
1 parent 04ba2ad commit 28ce170

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/doc_sources/api_reference/dpctl/compiler.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ from either an OpenCL* program source code represented as a string
88
or a SPIR-V binary file.
99

1010
It implements creation of interoperability
11-
``sycl::kernel_bundle<sycl::bundle_state_executable>`` (a collection of kernels),
11+
``sycl::kernel_bundle<sycl::bundle_state::executable>`` (a collection of kernels),
1212
as well as creation of individual ``sycl::kernel``, suitable for submission for
1313
execution via :py:meth:`dpctl.SyclQueue.submit`.
1414

docs/doc_sources/api_reference/dpctl/program.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ from either an OpenCL* program source code represented as a string
1111
or a SPIR-V binary file.
1212

1313
It implements creation of interoperability
14-
``sycl::kernel_bundle<sycl::bundle_state_executable>`` (a collection of kernels),
14+
``sycl::kernel_bundle<sycl::bundle_state::executable>`` (a collection of kernels),
1515
as well as creation of individual ``sycl::kernel``, suitable for submission for
1616
execution via :py:meth:`dpctl.SyclQueue.submit`.
1717

dpctl/compiler/_compiler.pxd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# cython: language_level=3
1919

2020

21-
"""The Cython declarations for the functions defined in _program.pyx.
21+
"""The Cython declarations for the functions defined in _compiler.pyx.
2222
"""
2323

2424

0 commit comments

Comments
 (0)