Skip to content

[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

Open
wants to merge 1 commit into
base: sycl
Choose a base branch
from
Open
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
10 changes: 0 additions & 10 deletions unified-runtime/source/adapters/level_zero/image_common.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1014,16 +1014,6 @@ bool verifyCommonImagePropertiesSupport(
}
}

// Verify unnormalized channel type support.
// LevelZero currently doesn't support unnormalized channel types.
switch (pImageFormat->channelType) {
default:
break;
case UR_IMAGE_CHANNEL_TYPE_UNORM_INT8:
case UR_IMAGE_CHANNEL_TYPE_UNORM_INT16:
return false;
}

return supported;
}

Expand Down
Loading