Skip to content
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

[SPIR-V] Add support for SampleCmpLevel #6618

Merged
merged 2 commits into from
May 22, 2024
Merged

Conversation

Keenuts
Copy link
Collaborator

@Keenuts Keenuts commented May 14, 2024

SampleCmpLevel is similar to SampleCmpLevel0, except the LOD level can be specified using either a const-offset, or a variable. This should be available starting SM6.7

Fixes #6613

SampleCmpLevel is similar to SampleCmpLevel0, except the LOD level can
be specified using either a const-offset, or a variable.
This should be available starting SM6.7

Fixes microsoft#6613

Signed-off-by: Nathan Gauër <[email protected]>
@Keenuts Keenuts requested a review from sudonatalie May 14, 2024 12:08
@Keenuts Keenuts requested a review from a team as a code owner May 14, 2024 12:08
Copy link
Collaborator

@sudonatalie sudonatalie left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@Keenuts Keenuts requested a review from s-perron May 17, 2024 12:50
Signed-off-by: Nathan Gauër <[email protected]>
@Keenuts Keenuts merged commit 9ad095d into microsoft:main May 22, 2024
12 checks passed
@Keenuts Keenuts deleted the fix-6613 branch May 22, 2024 08:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

[SPIR-V][Feature Request][SM6.7] Implement SampleCmpLevel
3 participants