feature: enable dummy blit WA for PVC

Related-To: NEO-9996
Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
Mateusz Jablonski
2024-03-01 12:37:42 +00:00
committed by Compute-Runtime-Automation
parent ea2ad550a1
commit a8fbed6120
3 changed files with 10 additions and 0 deletions

View File

@@ -11,6 +11,11 @@
#include "aubstream/product_family.h"
namespace NEO {
template <>
bool ProductHelperHw<gfxProduct>::isDummyBlitWaRequired() const {
return true;
}
template <>
bool ProductHelperHw<gfxProduct>::isMaxThreadsForWorkgroupWARequired(const HardwareInfo &hwInfo) const {
return PVC::isXl(hwInfo);