mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-23 11:03:02 +08:00
Limiting VME tests to supporting platforms
Change-Id: I06aac13fc69d74fc4db26dfdd3b2035e53405d08 Signed-off-by: Koska, Andrzej <andrzej.koska@intel.com> Related-To: NEO-3416
This commit is contained in:
committed by
sys_ocldev
parent
2548bea71d
commit
dd777559ba
@@ -1485,6 +1485,9 @@ TEST_F(PatchTokenTests, ConstantMemoryObjectKernelArg) {
|
||||
}
|
||||
|
||||
TEST_F(PatchTokenTests, VmeKernelArg) {
|
||||
if (!pDevice->getExecutionEnvironment()->getHardwareInfo()->capabilityTable.supportsVme) {
|
||||
GTEST_SKIP();
|
||||
}
|
||||
// PATCH_TOKEN_INLINE_VME_SAMPLER_INFO token indicates a VME kernel.
|
||||
cl_device_id device = pDevice;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user