mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-19 06:24:51 +08:00
Aux translation [1/n]
- Mark Kernel for aux translation - Initial implementation of dispatchAuxTranslation for future use Change-Id: Ifca1c9a893876eecc5678cdc4f564b2bfcae959a
This commit is contained in:
committed by
sys_ocldev
parent
72740fc048
commit
ec6f0f9f86
@@ -415,6 +415,8 @@ class CommandQueue : public BaseObject<_cl_command_queue> {
|
||||
|
||||
virtual void obtainTaskLevelAndBlockedStatus(unsigned int &taskLevel, cl_uint &numEventsInWaitList, const cl_event *&eventWaitList, bool &blockQueue, unsigned int commandType){};
|
||||
|
||||
MOCKABLE_VIRTUAL void dispatchAuxTranslation(MultiDispatchInfo &multiDispatchInfo) {}
|
||||
|
||||
Context *context;
|
||||
Device *device;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user