mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 06:49:52 +08:00
Fix don't store internal host mem in hostPtrMap
Signed-off-by: Maciej Plewka <maciej.plewka@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
0d68c55198
commit
f9307bb20e
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (C) 2018-2021 Intel Corporation
|
||||
* Copyright (C) 2018-2022 Intel Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: MIT
|
||||
*
|
||||
@@ -18,6 +18,7 @@ constexpr DeviceBitfield mockDeviceBitfield(0b1);
|
||||
class MockGraphicsAllocation : public MemoryAllocation {
|
||||
public:
|
||||
using MemoryAllocation::allocationOffset;
|
||||
using MemoryAllocation::allocationType;
|
||||
using MemoryAllocation::aubInfo;
|
||||
using MemoryAllocation::gpuAddress;
|
||||
using MemoryAllocation::MemoryAllocation;
|
||||
|
||||
Reference in New Issue
Block a user