mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-10 12:53:42 +08:00
Return submission status from flushTagUpdate method
Related-To: NEO-7412 Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:

committed by
Compute-Runtime-Automation

parent
6b64c1b04b
commit
57cea7365e
@ -110,8 +110,8 @@ struct UltCommandStreamReceiverTest
|
||||
}
|
||||
|
||||
template <typename CommandStreamReceiverType>
|
||||
void flushSmallTask(CommandStreamReceiverType &commandStreamReceiver,
|
||||
size_t startOffset = 0) {
|
||||
SubmissionStatus flushSmallTask(CommandStreamReceiverType &commandStreamReceiver,
|
||||
size_t startOffset = 0) {
|
||||
return commandStreamReceiver.flushSmallTask(
|
||||
commandStream,
|
||||
startOffset);
|
||||
|
Reference in New Issue
Block a user