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 2527015 commit 401380bCopy full SHA for 401380b
level_zero/core/test/unit_tests/sources/cmdlist/test_cmdlist_1.cpp
@@ -404,9 +404,9 @@ class MockCommandListForAppendLaunchKernel : public WhiteBox<::L0::CommandListCo
404
} else {
405
return ZE_RESULT_SUCCESS;
406
}
407
- auto corssThreadData = kernel->getCrossThreadData();
+ auto crossThreadData = kernel->getCrossThreadData();
408
auto element = arg.as<NEO::ArgDescValue>().elements[0];
409
- auto pDst = ptrOffset(corssThreadData, element.offset);
+ auto pDst = ptrOffset(crossThreadData, element.offset);
410
cmdListHelper.useOnlyGlobalTimestamp = *(uint32_t *)(pDst);
411
412
0 commit comments