mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-07 12:42:54 +08:00
Add Pipe Control command for Post Sync Operation Related-To: NEO-7586, HSD-14014966230 Signed-off-by: Krzysztof Gibala <krzysztof.gibala@intel.com>
11 lines
278 B
C++
11 lines
278 B
C++
/*
|
|
* Copyright (C) 2023 Intel Corporation
|
|
*
|
|
* SPDX-License-Identifier: MIT
|
|
*
|
|
*/
|
|
|
|
#include "shared/test/common/test_macros/hw_test_base.h"
|
|
|
|
HWTEST_EXCLUDE_PRODUCT(ProductHelperTest, givenProductHelperWhenAskedIfPipeControlWAIsRequiredThenFalseIsReturned, IGFX_ALDERLAKE_S);
|