mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-27 07:44:16 +08:00
add dispatch hints for more flixable control on workload dispatch
Change-Id: Iecfe3031172fd108a1ef0d77d2fff8ad3cef22b3
This commit is contained in:
@@ -423,6 +423,9 @@ class CommandQueue : public BaseObject<_cl_command_queue> {
|
||||
|
||||
uint64_t getSliceCount() const { return sliceCount; }
|
||||
|
||||
// extend dispatch hints
|
||||
uint64_t dispatchHints = 0;
|
||||
|
||||
protected:
|
||||
void *enqueueReadMemObjForMap(TransferProperties &transferProperties, EventsRequest &eventsRequest, cl_int &errcodeRet);
|
||||
cl_int enqueueWriteMemObjForUnmap(MemObj *memObj, void *mappedPtr, EventsRequest &eventsRequest);
|
||||
|
||||
Reference in New Issue
Block a user