mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-04 15:53:45 +08:00
fix: respect num devices when reserving cpu address range for non-svm heaps
in case of reserving in upper 48 bit address space Related-To: NEO-15843, GSD-11464 Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
4b663e7b60
commit
3116ebd051
@@ -104,7 +104,7 @@ class GfxPartition {
|
||||
static const std::array<HeapIndex, 8> heapNonSvmNames;
|
||||
|
||||
protected:
|
||||
bool initAdditionalRange(uint32_t cpuAddressWidth, uint64_t gpuAddressSpace, uint64_t &gfxBase, uint64_t &gfxTop, uint32_t rootDeviceIndex, uint64_t systemMemorySize);
|
||||
bool initAdditionalRange(uint32_t cpuAddressWidth, uint64_t gpuAddressSpace, uint64_t &gfxBase, uint64_t &gfxTop, uint32_t rootDeviceIndex, uint64_t systemMemorySize, size_t numRootDevices);
|
||||
|
||||
class Heap {
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user