Skip to content

[SYCL][Doc] Fix rendering of bindless images spec #19545

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -1531,8 +1531,6 @@ construct `ImageHandle` using an `image_descriptor` with member
`image_type::gather`. Calling `gather_image` on an `ImageHandle` constructed
with `image_descriptor::num_channels < 4` will result in undefined behavior.

====

=== Recognized standard types [[recognized_standard_types]]

For the purposes of this extension, the following are classified as recognized
Expand All @@ -1545,8 +1543,6 @@ standard types.

Any other types are classified as user-defined types.

===

==== User-defined types

Some examples of a user-defined types may be:
Expand Down