From 946e421f7723e5d90c6b898e1c5d7f474c05720f Mon Sep 17 00:00:00 2001 From: Compute-Runtime-Validation Date: Wed, 9 Oct 2024 07:25:57 +0200 Subject: [PATCH] Revert "performance: Enable direct submission on DG2 Windows" This reverts commit b520c6477521c949d9e2cccc24d6a723f5385563. Signed-off-by: Compute-Runtime-Validation --- shared/source/xe_hpg_core/windows/product_helper_dg2.cpp | 2 +- .../xe_hpg_core/dg2/windows/product_helper_tests_dg2.cpp | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/shared/source/xe_hpg_core/windows/product_helper_dg2.cpp b/shared/source/xe_hpg_core/windows/product_helper_dg2.cpp index 074e1b7349..bd4122845b 100644 --- a/shared/source/xe_hpg_core/windows/product_helper_dg2.cpp +++ b/shared/source/xe_hpg_core/windows/product_helper_dg2.cpp @@ -23,7 +23,7 @@ namespace NEO { template <> bool ProductHelperHw::isDirectSubmissionSupported(ReleaseHelper *releaseHelper) const { - return true; + return false; } template <> diff --git a/shared/test/unit_test/xe_hpg_core/dg2/windows/product_helper_tests_dg2.cpp b/shared/test/unit_test/xe_hpg_core/dg2/windows/product_helper_tests_dg2.cpp index 2c758470a7..0bb4404cf0 100644 --- a/shared/test/unit_test/xe_hpg_core/dg2/windows/product_helper_tests_dg2.cpp +++ b/shared/test/unit_test/xe_hpg_core/dg2/windows/product_helper_tests_dg2.cpp @@ -14,8 +14,4 @@ using Dg2ProductHelperWindows = ProductHelperTestWindows; HWTEST2_F(Dg2ProductHelperWindows, givenProductHelperWhenCheckingIsBufferPoolAllocatorSupportedThenCorrectValueIsReturned, IsDG2) { EXPECT_TRUE(productHelper->isBufferPoolAllocatorSupported()); -} - -HWTEST2_F(Dg2ProductHelperWindows, givenProductHelperWhenCheckDirectSubmissionSupportedThenTrueIsReturned, IsDG2) { - EXPECT_TRUE(productHelper->isDirectSubmissionSupported(nullptr)); } \ No newline at end of file