Skip to content

Commit

Permalink
Update npu_tim-vx_user_manual.md (#632)
Browse files Browse the repository at this point in the history
update npu_tim-vx_user_manual.md
  • Loading branch information
hongyangustc committed Apr 29, 2021
1 parent cae172b commit 7711300
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions doc/npu_tim-vx_user_manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ $ cd <tengine-lite-root-dir>
$ mkdir -p ./3rdparty/tim-vx/lib/x86_64
$ mkdir -p ./3rdparty/tim-vx/include
$ cp -rf ../TIM-VX/include/* ./3rdparty/tim-vx/include/
$ cp -rf ../TIM-VX/src ./src/dev/tim-vx/
$ cp -rf ../TIM-VX/src ./source/device/tim-vx/
$ cp -rf ../TIM-VX/prebuilt-sdk/x86_64_linux/include/* ./3rdparty/tim-vx/include/
$ cp -rf ../TIM-VX/prebuilt-sdk/x86_64_linux/lib/* ./3rdparty/tim-vx/lib/x86_64/
$ rm ./src/dev/tim-vx/src/tim/vx/*_test.cc
$ rm ./source/device/tim-vx/src/tim/vx/*_test.cc
```

Build Tengine
Expand All @@ -62,10 +62,10 @@ $ cd <tengine-lite-root-dir>
$ mkdir -p ./3rdparty/tim-vx/lib/aarch64
$ mkdir -p ./3rdparty/tim-vx/include
$ cp -rf ../TIM-VX/include/* ./3rdparty/tim-vx/include/
$ cp -rf ../TIM-VX/src ./src/dev/tim-vx/
$ cp -rf ../TIM-VX/src ./source/device/tim-vx/
$ cp -rf ../prebuild-sdk-a311d/include/* ./3rdparty/tim-vx/include/
$ cp -rf ../prebuild-sdk-a311d/lib/* ./3rdparty/tim-vx/lib/aarch64/
$ rm ./src/dev/tim-vx/src/tim/vx/*_test.cc
$ rm ./source/device/tim-vx/src/tim/vx/*_test.cc
```

**2.2.1 cross-compilation**
Expand Down

0 comments on commit 7711300

Please sign in to comment.