mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 23:03:02 +08:00
Revert "fix: change gmm resource for externalHostPtr"
This reverts commit 63843862df.
Signed-off-by: Compute-Runtime-Validation <compute-runtime-validation@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
b755a30919
commit
94a4bbac57
@@ -422,11 +422,6 @@ bool ProductHelperHw<gfxProduct>::useLocalPreferredForCacheableBuffers() const {
|
||||
return false;
|
||||
}
|
||||
|
||||
template <>
|
||||
std::optional<bool> ProductHelperHw<IGFX_UNKNOWN>::isCoherentAllocation(uint64_t patIndex) const {
|
||||
return std::nullopt;
|
||||
}
|
||||
|
||||
struct UnknownProduct {
|
||||
struct FrontEndStateSupport {
|
||||
static constexpr bool scratchSize = false;
|
||||
|
||||
Reference in New Issue
Block a user