mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-08 22:12:59 +08:00
revert: disabled deferred deleter on DG2
Related-To: NEO-7532 Signed-off-by: Dominik Dabek <dominik.dabek@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
e6181d7933
commit
6b6e112412
@@ -41,7 +41,7 @@ int ProductHelperHw<gfxProduct>::configureHardwareCustom(HardwareInfo *hwInfo, O
|
||||
|
||||
template <>
|
||||
bool ProductHelperHw<gfxProduct>::isMultiContextResourceDeferDeletionSupported() const {
|
||||
return true;
|
||||
return false;
|
||||
}
|
||||
|
||||
template class ProductHelperHw<gfxProduct>;
|
||||
|
||||
@@ -13,6 +13,6 @@ using Dg2ProductHelperWindows = ProductHelperTestWindows;
|
||||
|
||||
HWTEST_EXCLUDE_PRODUCT(ProductHelperTest, givenProductHelperWhenCheckingIsMultiContextResourceDeferDeletionSupportedThenReturnFalse, IGFX_DG2);
|
||||
|
||||
HWTEST2_F(Dg2ProductHelperWindows, givenProductHelperWhenCheckingIsMultiContextResourceDeferDeletionSupportedThenReturnTrue, IsDG2) {
|
||||
EXPECT_TRUE(productHelper->isMultiContextResourceDeferDeletionSupported());
|
||||
HWTEST2_F(Dg2ProductHelperWindows, givenProductHelperWhenCheckingIsMultiContextResourceDeferDeletionSupportedThenReturnFalse, IsDG2) {
|
||||
EXPECT_FALSE(productHelper->isMultiContextResourceDeferDeletionSupported());
|
||||
}
|
||||
Reference in New Issue
Block a user