mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-24 21:18:24 +08:00
Add support of GPU preemption (v1.00).
https://github.com/intel/compute-runtime/pull/119 Change-Id: I3134d62b66751c8621b80002373a7a9b198e044e
This commit is contained in:
@@ -640,6 +640,7 @@ CompletionStamp CommandQueueHw<GfxFamily>::enqueueNonBlocked(
|
||||
gtpinNotifyPreFlushTask(this);
|
||||
}
|
||||
|
||||
printDebugString(DebugManager.flags.PrintDebugMessages.get(), stdout, "preemption = %d.\n", static_cast<int>(dispatchFlags.preemptionMode));
|
||||
CompletionStamp completionStamp = getCommandStreamReceiver().flushTask(
|
||||
commandStream,
|
||||
commandStreamStart,
|
||||
|
||||
Reference in New Issue
Block a user