aboutsummaryrefslogtreecommitdiff
path: root/targets
diff options
context:
space:
mode:
authorMikael Olsson <mikael.olsson@arm.com>2024-01-16 11:57:13 +0100
committerMikael Olsson <mikael.olsson@arm.com>2024-01-16 11:57:13 +0100
commit36638b51327efcb77951c2ed293ab1032d079e67 (patch)
treec44b578a48c8b71c074b915667c52022f7bcb232 /targets
parent296c4c267b0151e08a6f68d1be58970a384064e4 (diff)
downloadethos-u-core-platform-36638b51327efcb77951c2ed293ab1032d079e67.tar.gz
Remove cancel error for inference not in queue
Currently if the inference to cancel is not found in the inference queue, the message_handler_openamp will response with an error. The inference may already be running and therefore not be in the queue anymore or the inference is already done and the response is in the mailbox queue. In either case, responding with an error when the inference is not in the queue isn't useful so the check has been removed. The Linux kernel driver knows what inferences that are inflight and will track what inferences that have been cancelled and handle it accordingly. Change-Id: I780e0e08a68e458221649bc2cecf7d665adc3c33 Signed-off-by: Mikael Olsson <mikael.olsson@arm.com>
Diffstat (limited to 'targets')
0 files changed, 0 insertions, 0 deletions