Skip to content

Commit 9bf6b38

Browse files
authored
fix: inference result id not updated (#3)
1 parent 94ce413 commit 9bf6b38

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

components/acoustics-porting/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ set(CMAKE_CXX_STANDARD_REQUIRED ON)
77
set(CMAKE_CXX_EXTENSIONS OFF)
88

99
set(ACOUSTICS_SDK_VERSION_MAJOR 1)
10-
set(ACOUSTICS_SDK_VERSION_MINOR 9)
11-
set(ACOUSTICS_SDK_VERSION_PATCH 22)
10+
set(ACOUSTICS_SDK_VERSION_MINOR 12)
11+
set(ACOUSTICS_SDK_VERSION_PATCH 5)
1212

1313
set(ACOUSTICS_PORTING_INCLUDES_DIR
1414
${CMAKE_CURRENT_LIST_DIR}/porting

components/acoustics/api/v1/task_sc.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -564,6 +564,7 @@ struct TaskSC final
564564
}
565565
data["perfMs"] += _perf_ms;
566566
}
567+
_current_id = _current_id_next;
567568

568569
return status;
569570
}

0 commit comments

Comments
 (0)