Skip to content

Commit 68041ba

Browse files
committed
Remove reference to kernel type-name
The kernel compiler no longer supports a mechanism to get a kernel by its type-name, so remove this reference about the type-name.
1 parent 824feff commit 68041ba

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

sycl/doc/extensions/proposed/sycl_ext_oneapi_kernel_compiler_spirv.asciidoc

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -161,10 +161,6 @@ sycl::kernel_bundle<sycl::bundle_state::executable> kb = /*...*/;
161161
sycl::kernel k = kb.ext_oneapi_get_kernel("foo");
162162
```
163163

164-
There is no mechanism to decorate a SPIR-V kernel with a type-name, so the
165-
forms of `kernel_bundle::has_kernel` or `kernel_bundle::get_kernel` that take a
166-
type-name are not useful for kernels defined in SPIR-V.
167-
168164
=== Passing kernel arguments
169165

170166
The SPIR-V *OpEntryPoint* that defines a kernel has an associated *OpFunction*.

0 commit comments

Comments
 (0)