mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-30 01:35:20 +08:00
fix dispatch hints missing in task flush
Change-Id: Iceec3d28a469a32041e67b7e00b4a02731f3fd0b Signed-off-by: Lindong Wu <lindong.wu@intel.com>
This commit is contained in:
@@ -425,7 +425,6 @@ class CommandQueue : public BaseObject<_cl_command_queue> {
|
||||
|
||||
uint64_t getSliceCount() const { return sliceCount; }
|
||||
|
||||
// extend dispatch hints
|
||||
uint64_t dispatchHints = 0;
|
||||
|
||||
protected:
|
||||
|
||||
@@ -710,6 +710,7 @@ CompletionStamp CommandQueueHw<GfxFamily>::enqueueNonBlocked(
|
||||
}
|
||||
|
||||
if (this->dispatchHints != 0) {
|
||||
dispatchFlags.engineHints = this->dispatchHints;
|
||||
dispatchFlags.epilogueRequired = true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user