We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6de775 commit de50dbfCopy full SHA for de50dbf
unified-runtime/source/adapters/level_zero/image_common.cpp
@@ -1014,16 +1014,6 @@ bool verifyCommonImagePropertiesSupport(
1014
}
1015
1016
1017
- // Verify unnormalized channel type support.
1018
- // LevelZero currently doesn't support unnormalized channel types.
1019
- switch (pImageFormat->channelType) {
1020
- default:
1021
- break;
1022
- case UR_IMAGE_CHANNEL_TYPE_UNORM_INT8:
1023
- case UR_IMAGE_CHANNEL_TYPE_UNORM_INT16:
1024
- return false;
1025
- }
1026
-
1027
return supported;
1028
1029
0 commit comments