mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
Merge "Fix VTS generated test with reusable execution."
This commit is contained in:
@@ -736,8 +736,8 @@ void EvaluatePreparedModel(const std::shared_ptr<IDevice>& device,
|
||||
// If a sync fence is returned, try start another run waiting for the sync
|
||||
// fence.
|
||||
if (testConfig.reusable) {
|
||||
ret = execution->executeFenced(waitFor, kNoDeadline, kNoDuration,
|
||||
&executionResult);
|
||||
// Nothing to do because at most one execution may occur on a reusable
|
||||
// execution object at any given time.
|
||||
} else if (testConfig.useConfig) {
|
||||
ret = preparedModel->executeFencedWithConfig(
|
||||
request, waitFor,
|
||||
|
||||
Reference in New Issue
Block a user