-
Notifications
You must be signed in to change notification settings - Fork 798
[UR][L0] urBindlessImagesGetImageMemoryHandleTypeSupportExp correction #19667
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
base: sycl
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
VK_FORMAT_R8G8B8A8_UNORM is supported on L0 urt, correction to verifyCommonImagePropertiesSupport. Signed-off-by: Zhang, Winston <[email protected]>
a66165e
to
afebeb5
Compare
Signed-off-by: Zhang, Winston <[email protected]>
d558aad
to
f9cf01c
Compare
@@ -306,6 +306,7 @@ int runTest(D3D11ProgramState &d3d11ProgramState, sycl::queue syclQueue, | |||
// Back to the D3D11 process | |||
ThrowIfFailed(keyedMutex->ReleaseSync(d3d11ProgramState.key)); | |||
|
|||
printf("HERE\n"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If these prints were intended to stay as part of the test, I suggest hiding them behind VERBOSE_OUTPUT
macro (preferably in a way that doesn't pollute the test too much).
Signed-off-by: Zhang, Winston <[email protected]>
VK_FORMAT_R8G8B8A8_UNORM is supported on L0 urt, correction to verifyCommonImagePropertiesSupport.