mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-19 06:24:51 +08:00
test: skip drm command stream multi tile mem exec ults if heapless
Related-To: NEO-12653 Signed-off-by: Kamil Kopryk <kamil.kopryk@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
ebfa384a74
commit
d016c41825
@@ -54,6 +54,15 @@ struct DrmCommandStreamMultiTileMemExecFixture {
|
||||
executionEnvironment->memoryManager.reset(memoryManager);
|
||||
executionEnvironment->prepareRootDeviceEnvironments(1u);
|
||||
executionEnvironment->rootDeviceEnvironments[0]->setHwInfoAndInitHelpers(NEO::defaultHwInfo.get());
|
||||
|
||||
auto &compilerProductHelper = executionEnvironment->rootDeviceEnvironments[0]->getHelper<CompilerProductHelper>();
|
||||
auto heapless = compilerProductHelper.isHeaplessModeEnabled();
|
||||
auto heaplessStateInit = compilerProductHelper.isHeaplessStateInitEnabled(heapless);
|
||||
|
||||
if (heaplessStateInit) {
|
||||
GTEST_SKIP();
|
||||
}
|
||||
|
||||
UnitTestSetter::setCcsExposure(*executionEnvironment->rootDeviceEnvironments[0]);
|
||||
UnitTestSetter::setRcsExposure(*executionEnvironment->rootDeviceEnvironments[0]);
|
||||
executionEnvironment->calculateMaxOsContextCount();
|
||||
|
||||
Reference in New Issue
Block a user