mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-12 09:30:36 +08:00
refactor: unify naming for l3 flush after post sync
Signed-off-by: Kamil Kopryk <kamil.kopryk@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
36ded38589
commit
56415ddac7
@@ -107,7 +107,7 @@ struct DrmCommandStreamMultiTileMemExecTestWithCsr : public DrmCommandStreamMult
|
||||
HWCMDTEST_TEMPLATED_F(IGFX_XE_HP_CORE, DrmCommandStreamMultiTileMemExecTestWithCsr, GivenDrmSupportsCompletionFenceAndVmBindWhenCallingCsrExecThenMultipleTagAllocationIsPassed) {
|
||||
|
||||
auto &productHelper = device->getProductHelper();
|
||||
if (productHelper.isL3FlushAfterPostSyncRequired(true)) {
|
||||
if (productHelper.isL3FlushAfterPostSyncSupported(true)) {
|
||||
GTEST_SKIP();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user