mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-15 13:01:45 +08:00
Add gpuAddressSpace param to AubManager::create()
Related-To: NEO-2941 Change-Id: I5d6a35748ec4752c830a6ed329b5ca4a3d6627f8 Signed-off-by: Igor Venevtsev <igor.venevtsev@intel.com>
This commit is contained in:

committed by
sys_ocldev

parent
61ba7a838f
commit
d4d5971d84
3
third_party/aub_stream/headers/aub_manager.h
vendored
3
third_party/aub_stream/headers/aub_manager.h
vendored
@ -35,7 +35,8 @@ class AubManager {
|
||||
virtual void writePhysicalMemoryPages(const void *memory, std::vector<PageInfo> &pages, size_t size, int hint) = 0;
|
||||
virtual void freeMemory(uint64_t gfxAddress, size_t size) = 0;
|
||||
|
||||
static AubManager *create(uint32_t productFamily, uint32_t devicesCount, uint64_t memoryBankSize, bool localMemorySupported, uint32_t streamMode);
|
||||
static AubManager *create(uint32_t productFamily, uint32_t devicesCount, uint64_t memoryBankSize,
|
||||
bool localMemorySupported, uint32_t streamMode, uint64_t gpuAddressSpace);
|
||||
};
|
||||
|
||||
} // namespace aub_stream
|
||||
|
Reference in New Issue
Block a user