mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-08 14:02:58 +08:00
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:
committed by
Compute-Runtime-Automation
parent
4449842c7b
commit
60afb83b3b
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user