ULT renaming: USM tests
Related-To: NEO-2236 Signed-off-by: Adam Cetnerowski <adam.cetnerowski@intel.com>
This commit is contained in:
parent
f13db6adad
commit
ee56027095
|
@ -612,7 +612,7 @@ TEST(clUnifiedSharedMemoryTests, whenClSetKernelArgMemPointerINTELisCalledWithIn
|
||||||
EXPECT_EQ(CL_INVALID_KERNEL, retVal);
|
EXPECT_EQ(CL_INVALID_KERNEL, retVal);
|
||||||
}
|
}
|
||||||
|
|
||||||
TEST(clUnifiedSharedMemoryTests, whenDeviceSupportSharedMemoryAllocationsAndSystemPointerIsPassedItIsProperlySetInKernel) {
|
TEST(clUnifiedSharedMemoryTests, whenDeviceSupportSharedMemoryAllocationsAndSystemPointerIsPassedThenItIsProperlySetInKernel) {
|
||||||
DebugManagerStateRestore restorer;
|
DebugManagerStateRestore restorer;
|
||||||
DebugManager.flags.EnableSharedSystemUsmSupport.set(1u);
|
DebugManager.flags.EnableSharedSystemUsmSupport.set(1u);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue