Skip to content

Commit b4e238f

Browse files
adurangsarnex
andauthored
Update offload/plugins-nextgen/level_zero/include/L0Device.h
Co-authored-by: Nick Sarnie <[email protected]>
1 parent 44b2f48 commit b4e238f

File tree

1 file changed

+1
-1
lines changed
  • offload/plugins-nextgen/level_zero/include

1 file changed

+1
-1
lines changed

offload/plugins-nextgen/level_zero/include/L0Device.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ class L0DeviceTy final : public GenericDeviceTy {
288288
L0DeviceTy(GenericPluginTy &Plugin, int32_t DeviceId, int32_t NumDevices,
289289
ze_device_handle_t zeDevice, L0ContextTy &DriverInfo,
290290
const std::string_view zeId, int32_t ComputeIndex)
291-
: GenericDeviceTy(Plugin, DeviceId, NumDevices, {}),
291+
: GenericDeviceTy(Plugin, DeviceId, NumDevices, SPIRVGridValues),
292292
l0Context(DriverInfo), zeDevice(zeDevice), zeId(zeId),
293293
ComputeIndex(ComputeIndex) {
294294
DeviceProperties.stype = ZE_STRUCTURE_TYPE_DEVICE_PROPERTIES;

0 commit comments

Comments
 (0)