-
Notifications
You must be signed in to change notification settings - Fork 738
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
[Bindless][Exp] Add texture fetch functionality #12447
Merged
steffenlarsen
merged 67 commits into
intel:sycl
from
codeplaysoftware:przemek/sampled-image-fetch
May 2, 2024
Merged
[Bindless][Exp] Add texture fetch functionality #12447
steffenlarsen
merged 67 commits into
intel:sycl
from
codeplaysoftware:przemek/sampled-image-fetch
May 2, 2024
Conversation
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
With this commit, it is now possible to "fetch" sampled image data by passing integer coordinates to the `read_image` funtion.
przemektmalon
had a problem deploying
to
WindowsCILock
January 19, 2024 14:19
— with
GitHub Actions
Failure
przemektmalon
had a problem deploying
to
WindowsCILock
January 19, 2024 14:24
— with
GitHub Actions
Failure
przemektmalon
temporarily deployed
to
WindowsCILock
January 22, 2024 09:55
— with
GitHub Actions
Inactive
przemektmalon
temporarily deployed
to
WindowsCILock
January 22, 2024 10:37
— with
GitHub Actions
Inactive
przemektmalon
temporarily deployed
to
WindowsCILock
February 6, 2024 09:56
— with
GitHub Actions
Inactive
przemektmalon
had a problem deploying
to
WindowsCILock
February 6, 2024 10:45
— with
GitHub Actions
Error
przemektmalon
temporarily deployed
to
WindowsCILock
February 6, 2024 10:45
— with
GitHub Actions
Inactive
przemektmalon
temporarily deployed
to
WindowsCILock
February 6, 2024 11:22
— with
GitHub Actions
Inactive
Note that this PR is dependent on the following UR PR: Once the above is merged I will update the UR TAG in the CMakeLists. Otherwise this is ready for review. |
isaacault
approved these changes
Feb 6, 2024
Seanst98
approved these changes
Feb 6, 2024
sycl/doc/extensions/experimental/sycl_ext_oneapi_bindless_images.asciidoc
Show resolved
Hide resolved
sycl/doc/extensions/experimental/sycl_ext_oneapi_bindless_images.asciidoc
Outdated
Show resolved
Hide resolved
przemektmalon
had a problem deploying
to
WindowsCILock
April 10, 2024 17:38
— with
GitHub Actions
Failure
przemektmalon
had a problem deploying
to
WindowsCILock
April 10, 2024 18:47
— with
GitHub Actions
Failure
przemektmalon
temporarily deployed
to
WindowsCILock
April 10, 2024 18:57
— with
GitHub Actions
Inactive
przemektmalon
temporarily deployed
to
WindowsCILock
April 10, 2024 19:37
— with
GitHub Actions
Inactive
Update UR TAG
przemektmalon
had a problem deploying
to
WindowsCILock
April 17, 2024 12:46
— with
GitHub Actions
Error
aarongreig
approved these changes
Apr 17, 2024
przemektmalon
temporarily deployed
to
WindowsCILock
April 17, 2024 13:08
— with
GitHub Actions
Inactive
przemektmalon
had a problem deploying
to
WindowsCILock
April 17, 2024 13:49
— with
GitHub Actions
Error
przemektmalon
temporarily deployed
to
WindowsCILock
April 17, 2024 13:53
— with
GitHub Actions
Inactive
przemektmalon
temporarily deployed
to
WindowsCILock
April 17, 2024 14:36
— with
GitHub Actions
Inactive
przemektmalon
temporarily deployed
to
WindowsCILock
April 22, 2024 07:48
— with
GitHub Actions
Inactive
przemektmalon
temporarily deployed
to
WindowsCILock
April 22, 2024 08:35
— with
GitHub Actions
Inactive
przemektmalon
temporarily deployed
to
WindowsCILock
April 30, 2024 12:51
— with
GitHub Actions
Inactive
przemektmalon
temporarily deployed
to
WindowsCILock
April 30, 2024 13:45
— with
GitHub Actions
Inactive
przemektmalon
temporarily deployed
to
WindowsCILock
May 2, 2024 10:28
— with
GitHub Actions
Inactive
kbenzie
approved these changes
May 2, 2024
przemektmalon
temporarily deployed
to
WindowsCILock
May 2, 2024 11:36
— with
GitHub Actions
Inactive
@intel/llvm-gatekeepers please merge |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
With this commit, it is now possible to "fetch" sampled image data by passing integer coordinates and a
sampled_image_handle
to thefetch_image
function.