Skip to content

Commit 43f0c7f

Browse files
committed
restart testing
Signed-off-by: Sergey V Maslov <sergey.v.maslov@intel.com>
1 parent d537cc5 commit 43f0c7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/plugins/level_zero/pi_level_zero.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2095,7 +2095,7 @@ pi_result piDevicesGet(pi_platform Platform, pi_device_type DeviceType,
20952095
*NumDevices = ZeDeviceCount;
20962096

20972097
if (NumEntries == 0) {
2098-
// Devices should be nullptr when querying the number of devices
2098+
// Devices should be nullptr when querying the number of devices.
20992099
PI_ASSERT(Devices == nullptr, PI_INVALID_VALUE);
21002100
return PI_SUCCESS;
21012101
}

0 commit comments

Comments
 (0)