mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 06:49:52 +08:00
performance: allow non cb events address extraction
Signed-off-by: Michal Mrozek <michal.mrozek@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
40612e93d3
commit
ef37b140de
@@ -121,6 +121,7 @@ struct Event : _ze_event_handle_t {
|
||||
MOCKABLE_VIRTUAL NEO::GraphicsAllocation *getPoolAllocation(Device *device) const;
|
||||
|
||||
void setEventPool(EventPool *eventPool) { this->eventPool = eventPool; }
|
||||
EventPool *peekEventPool() { return this->eventPool; }
|
||||
|
||||
MOCKABLE_VIRTUAL uint64_t getGpuAddress(Device *device) const;
|
||||
virtual uint32_t getPacketsInUse() const = 0;
|
||||
|
||||
Reference in New Issue
Block a user