File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed
unified-runtime/source/adapters/level_zero Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -1014,17 +1014,17 @@ bool verifyCommonImagePropertiesSupport(
10141014 }
10151015 }
10161016
1017- #if defined(_WIN32)
1018- // Verify unnormalized channel type support.
1019- // LevelZero currently doesn't support unnormalized channel types on Windows.
1020- switch (pImageFormat->channelType ) {
1021- default :
1022- break ;
1023- case UR_IMAGE_CHANNEL_TYPE_UNORM_INT8:
1024- case UR_IMAGE_CHANNEL_TYPE_UNORM_INT16:
1025- return false ;
1026- }
1027- #endif
1017+ #if defined(_WIN32)
1018+ // Verify unnormalized channel type support.
1019+ // LevelZero currently doesn't support unnormalized channel types on Windows.
1020+ switch (pImageFormat->channelType ) {
1021+ default :
1022+ break ;
1023+ case UR_IMAGE_CHANNEL_TYPE_UNORM_INT8:
1024+ case UR_IMAGE_CHANNEL_TYPE_UNORM_INT16:
1025+ return false ;
1026+ }
1027+ #endif
10281028
10291029 return supported;
10301030}
You can’t perform that action at this time.
0 commit comments