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 a18ddcd commit 4ef3f91Copy full SHA for 4ef3f91
sycl/source/detail/program_manager/program_manager.cpp
@@ -1005,11 +1005,11 @@ DynRTDeviceBinaryImage::DynRTDeviceBinaryImage(
1005
Bin->Format = pi::getBinaryImageFormat(Bin->BinaryStart, DataSize);
1006
1007
switch(Bin->Format) {
1008
- case PI_DEVICE_BINARY_TYPE_SPIRV:
1009
- Bin->DeviceTargetSpec = PI_DEVICE_BINARY_TARGET_SPIRV64;
1010
- break;
1011
- default:
1012
- Bin->DeviceTargetSpec = PI_DEVICE_BINARY_TARGET_UNKNOWN;
+ case PI_DEVICE_BINARY_TYPE_SPIRV:
+ Bin->DeviceTargetSpec = PI_DEVICE_BINARY_TARGET_SPIRV64;
+ break;
+ default:
+ Bin->DeviceTargetSpec = PI_DEVICE_BINARY_TARGET_UNKNOWN;
1013
}
1014
1015
init(Bin);
0 commit comments