mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-24 21:18:24 +08:00
fix: disable indirects detection on non-PVC
Also add ULTs for getting indirect detection version product helper methods. Related-To: GSD-10453 Signed-off-by: Dominik Dabek <dominik.dabek@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
4467b1e8de
commit
894c74b62d
@@ -118,7 +118,7 @@ bool ProductHelperHw<gfxProduct>::isDetectIndirectAccessInKernelSupported(const
|
||||
|
||||
template <PRODUCT_FAMILY gfxProduct>
|
||||
uint32_t ProductHelperHw<gfxProduct>::getRequiredDetectIndirectVersion() const {
|
||||
return IndirectDetectionVersions::requiredDetectIndirectVersionBindless;
|
||||
return IndirectDetectionVersions::disabled;
|
||||
}
|
||||
|
||||
template <PRODUCT_FAMILY gfxProduct>
|
||||
|
||||
Reference in New Issue
Block a user