Revert "performance: Ensure hostptrs removed before creating new one"

This reverts commit a890ed5648.

Signed-off-by: Compute-Runtime-Validation <compute-runtime-validation@intel.com>
This commit is contained in:
Compute-Runtime-Validation
2024-10-08 06:18:43 +02:00
committed by Compute-Runtime-Automation
parent 4449842c7b
commit 60afb83b3b
14 changed files with 56 additions and 87 deletions

View File

@@ -14,8 +14,5 @@ class DeferrableDeletion : public IDNode<DeferrableDeletion> {
template <typename... Args>
static DeferrableDeletion *create(Args... args);
virtual bool apply() = 0;
bool isExternalHostptr() const { return externalHostptr; }
bool externalHostptr = false;
};
} // namespace NEO