Skip to content

Commit f1f426c

Browse files
refactor: correct spelling
Signed-off-by: Kamil Kopryk <[email protected]>
1 parent a084b1c commit f1f426c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

level_zero/core/test/unit_tests/sources/device/test_l0_device.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ TEST(L0DeviceTest, givenDeviceWithoutAnyCompilerLibraryThenInvalidDependencyIsNo
284284
Os::frontEndDllName = oldFclDllName;
285285
}
286286

287-
TEST(L0DeviceTest, givenDeviceWithoutIGCCompilerLibraryAndMidThreadPremptionThenInvalidDependencyIsReturned) {
287+
TEST(L0DeviceTest, givenDeviceWithoutIGCCompilerLibraryAndMidThreadPreemptionThenInvalidDependencyIsReturned) {
288288
ze_result_t returnValue = ZE_RESULT_SUCCESS;
289289

290290
std::unique_ptr<DriverHandleImp> driverHandle(new DriverHandleImp);
@@ -304,7 +304,7 @@ TEST(L0DeviceTest, givenDeviceWithoutIGCCompilerLibraryAndMidThreadPremptionThen
304304
Os::igcDllName = oldIgcDllName;
305305
}
306306

307-
TEST(L0DeviceTest, givenDeviceWithoutAnyCompilerLibraryAndMidThreadPremptionThenInvalidDependencyIsReturned) {
307+
TEST(L0DeviceTest, givenDeviceWithoutAnyCompilerLibraryAndMidThreadPreemptionThenInvalidDependencyIsReturned) {
308308
ze_result_t returnValue = ZE_RESULT_SUCCESS;
309309

310310
std::unique_ptr<DriverHandleImp> driverHandle(new DriverHandleImp);

opencl/test/unit_test/preemption/preemption_tests.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2020-2023 Intel Corporation
2+
* Copyright (C) 2020-2024 Intel Corporation
33
*
44
* SPDX-License-Identifier: MIT
55
*
@@ -43,7 +43,7 @@ TEST_F(ThreadGroupPreemptionTests, GivenValidKernelsInMdiThenThreadGroupPreempti
4343
EXPECT_EQ(PreemptionMode::ThreadGroup, ClPreemptionHelper::taskPreemptionMode(device->getDevice(), multiDispatchInfo));
4444
}
4545

46-
TEST_F(ThreadGroupPreemptionTests, GivenValidKernelsInMdiAndDisabledPremptionThenPreemptionIsDisabled) {
46+
TEST_F(ThreadGroupPreemptionTests, GivenValidKernelsInMdiAndDisabledPreemptionThenPreemptionIsDisabled) {
4747
device->setPreemptionMode(PreemptionMode::Disabled);
4848
MultiDispatchInfo multiDispatchInfo;
4949
multiDispatchInfo.push(*dispatchInfo);

0 commit comments

Comments
 (0)