Skip to content

Commit

Permalink
fix build issue
Browse files Browse the repository at this point in the history
Signed-off-by: Hu, Yuan2 <[email protected]>
  • Loading branch information
tiger100256-hu committed Mar 7, 2022
1 parent daf8514 commit e26fce5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/snippets/MULTI4.cpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#include <openvino/openvino.hpp>

int main() {
const ov::AnyMap hddl_config = ov::enable_profiling(true);
const ov::AnyMap gpu_config = ov::enable_profiling(true);
auto hddl_config = ov::enable_profiling(true);
auto gpu_config = ov::enable_profiling(true);
//! [part4]
// configure the HDDL device first
ov::Core core;
Expand Down

0 comments on commit e26fce5

Please sign in to comment.