Return submission status from flushTagUpdate method

Related-To: NEO-7412
Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
Mateusz Jablonski
2022-11-09 11:18:06 +00:00
committed by Compute-Runtime-Automation
parent 6b64c1b04b
commit 57cea7365e
13 changed files with 65 additions and 27 deletions

View File

@ -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);