aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/hvx
diff options
context:
space:
mode:
authorGravatar Quanlong <cybertk@users.noreply.github.com>2018-04-13 03:59:26 +0800
committerGravatar Jonathan Hseu <vomjom@vomjom.net>2018-04-12 12:59:26 -0700
commit4c7fe9e83f206fc177dd6deaa6a1338b6192f263 (patch)
tree581b6c467f41e0e8b207276185989c1680339fc7 /tensorflow/contrib/hvx
parent5c237ddfcc0e54427e4fc31cccff809d65e66321 (diff)
Latest nngraph cannot build with Hexagon SDK 3.0 (#17963)
* fix: latest nngraph cannot build with Hexagon SDK 3.0 * Fix typo
Diffstat (limited to 'tensorflow/contrib/hvx')
-rw-r--r--tensorflow/contrib/hvx/README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/tensorflow/contrib/hvx/README.md b/tensorflow/contrib/hvx/README.md
index 163993a3f6..68e34f3b09 100644
--- a/tensorflow/contrib/hvx/README.md
+++ b/tensorflow/contrib/hvx/README.md
@@ -42,11 +42,12 @@ If you've finished walking through the quick start guide, you may want to try bu
### Build libhexagon\_nn\_skel.so
-Download Hexagon NN library from codeaurora.org and build it.
+Download Hexagon NN library from codeaurora.org and build it. For Hexagon SDK 3.0, we need use the compatible version([721b2d58f](https://source.codeaurora.org/quic/hexagon_nn/nnlib/commit/?id=721b2d58f0f4e2d5b182f41e6b7c4db5356bf0fb)) of nnlib.
```shell
git clone https://source.codeaurora.org/quic/hexagon_nn/nnlib
cd nnlib
+git reset 721b2d58f --hard
```
Just follow the instructions in `README.HOW_TO_BUILD`. You can find the file `libhexagon_nn_skel.so` in `hexagon_Release_dynamic_toolv72_v60/ship`.