mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 06:49:52 +08:00
AUB CSR with a separate function to write memory
Move common code related to writing memory to dedicated function Change-Id: I4ac8ec779cb40146bd27b8e40728d81d3b5b4276
This commit is contained in:
@@ -36,6 +36,10 @@ class AubCenter {
|
||||
return streamProvider.get();
|
||||
}
|
||||
|
||||
AubDump::AubManager *getAubManager() const {
|
||||
return aubManager.get();
|
||||
}
|
||||
|
||||
protected:
|
||||
std::unique_ptr<PhysicalAddressAllocator> physicalAddressAllocator;
|
||||
std::unique_ptr<AddressMapper> addressMapper;
|
||||
|
||||
Reference in New Issue
Block a user