mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-11 16:45:25 +08:00
Revert "performance: Enable direct submission on DG2 Windows"
This reverts commit b520c64775.
Signed-off-by: Compute-Runtime-Validation <compute-runtime-validation@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
a111c18fb1
commit
946e421f77
@@ -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));
|
||||
}
|
||||
Reference in New Issue
Block a user