mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 16:23:37 +00:00
Fix a bug in reusable burst execution.
The reusable burst execution incorrectly holds a reference to memory
identifier tokens.
Bug: 188568523
Test: NNT_static and inspect logcat
Change-Id: Ic8fb8be12bf579a316e7df8480ab3ccdc5c0e635
Merged-In: Ic8fb8be12bf579a316e7df8480ab3ccdc5c0e635
(cherry picked from commit 2082b871ab)
This commit is contained in:
@@ -62,7 +62,7 @@ class BurstExecution final : public nn::IExecution,
|
||||
private:
|
||||
const std::shared_ptr<const Burst> kBurst;
|
||||
const Request kRequest;
|
||||
const std::vector<int64_t>& kMemoryIdentifierTokens;
|
||||
const std::vector<int64_t> kMemoryIdentifierTokens;
|
||||
const bool kMeasure;
|
||||
const int64_t kLoopTimeoutDuration;
|
||||
const hal::utils::RequestRelocation kRelocation;
|
||||
|
||||
Reference in New Issue
Block a user