-
Notifications
You must be signed in to change notification settings - Fork 753
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SYCL][Bindless] Update return types for image extent queries (#16829)
Updated return types of `max_image_linear_{dim/pitch}` queries to match the Bindless Images extension specification. While `uint32_t` is more than sufficient in most situations, CUDA uses `size_t` values for these properties when creating textures. Vulkan also allows implementations to use sizes greater than what can be expressed by `uint32_t`.
- Loading branch information
1 parent
bf2b21e
commit 0e5b5ee
Showing
3 changed files
with
13 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters