mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 06:49:52 +08:00
fix: Release the Dummy Allocation before Root Device Environment
Related-To: GSD-6398, GSD-9027 Signed-off-by: Bari, Pratik <pratik.bari@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
7aceed58ca
commit
6b04cd4a1e
@@ -93,6 +93,7 @@ struct RootDeviceEnvironment : NonCopyableClass {
|
||||
HelperType &getHelper() const;
|
||||
const ProductHelper &getProductHelper() const;
|
||||
GraphicsAllocation *getDummyAllocation() const;
|
||||
void releaseDummyAllocation();
|
||||
|
||||
std::unique_ptr<SipKernel> sipKernels[static_cast<uint32_t>(SipKernelType::count)];
|
||||
std::unique_ptr<GmmHelper> gmmHelper;
|
||||
|
||||
Reference in New Issue
Block a user