Revert "fix: set proper gmm usage type for misaligned user ptr"

This reverts commit a665f27676.

Signed-off-by: Compute-Runtime-Validation <compute-runtime-validation@intel.com>
This commit is contained in:
Compute-Runtime-Validation
2025-09-25 16:53:43 +02:00
committed by Compute-Runtime-Automation
parent da92fe6a4b
commit ce65d34a8f
12 changed files with 40 additions and 5 deletions

View File

@@ -974,6 +974,11 @@ uint32_t ProductHelperHw<gfxProduct>::adjustMaxThreadsPerThreadGroup(uint32_t ma
return maxThreadsPerThreadGroup;
}
template <PRODUCT_FAMILY gfxProduct>
bool ProductHelperHw<gfxProduct>::isMisalignedUserPtr2WayCoherent() const {
return false;
}
template <PRODUCT_FAMILY gfxProduct>
bool ProductHelperHw<gfxProduct>::isSvmHeapReservationSupported() const {
return true;