mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-09 06:23:01 +08:00
Fix typo
Change-Id: I53d2ffbc25fa5c699bdf038e99b6a1a8c2acf7f6
This commit is contained in:
committed by
sys_ocldev
parent
2527015bb8
commit
401380b69c
@@ -404,9 +404,9 @@ class MockCommandListForAppendLaunchKernel : public WhiteBox<::L0::CommandListCo
|
||||
} else {
|
||||
return ZE_RESULT_SUCCESS;
|
||||
}
|
||||
auto corssThreadData = kernel->getCrossThreadData();
|
||||
auto crossThreadData = kernel->getCrossThreadData();
|
||||
auto element = arg.as<NEO::ArgDescValue>().elements[0];
|
||||
auto pDst = ptrOffset(corssThreadData, element.offset);
|
||||
auto pDst = ptrOffset(crossThreadData, element.offset);
|
||||
cmdListHelper.useOnlyGlobalTimestamp = *(uint32_t *)(pDst);
|
||||
|
||||
return ZE_RESULT_SUCCESS;
|
||||
|
||||
Reference in New Issue
Block a user