File tree Expand file tree Collapse file tree
docs/doc_sources/api_reference/dpctl Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ from either an OpenCL* program source code represented as a string
88or a SPIR-V binary file.
99
1010It 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),
1212as well as creation of individual ``sycl::kernel ``, suitable for submission for
1313execution via :py:meth: `dpctl.SyclQueue.submit `.
1414
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ from either an OpenCL* program source code represented as a string
1111or a SPIR-V binary file.
1212
1313It 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),
1515as well as creation of individual ``sycl::kernel ``, suitable for submission for
1616execution via :py:meth: `dpctl.SyclQueue.submit `.
1717
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments