mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-15 13:01:45 +08:00
Extended AUB fixtures with expect compressed memory
Related-To: NEO-5577 Signed-off-by: Slawomir Milczarek <slawomir.milczarek@intel.com>
This commit is contained in:

committed by
Compute-Runtime-Automation

parent
4d59d5fd50
commit
905ed9e5bf
@ -27,6 +27,7 @@ struct HardwareContext {
|
||||
virtual void dumpSurface(const SurfaceInfo &surfaceInfo) = 0;
|
||||
virtual ~HardwareContext() = default;
|
||||
virtual void writeMemory2(AllocationParams allocationParams) = 0;
|
||||
virtual void writeMMIO(uint32_t offset, uint32_t value) = 0;
|
||||
};
|
||||
|
||||
} // namespace aub_stream
|
||||
|
Reference in New Issue
Block a user