Skip to content

Commit a5db1c7

Browse files
committed
Vendor OpenVX Sample Implementation code
1 parent 35366f2 commit a5db1c7

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "vendor/openvx-sample-impl"]
2+
path = vendor/openvx-sample-impl
3+
url = https://github.com/KhronosGroup/OpenVX-sample-impl.git

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,10 @@ python Build.py \
7171
--streaming --pipelining
7272
```
7373

74+
The commit was added as a git submodule at [vendor/openvx-sample-impl](vendor/openvx-sample-impl) for convenience.
75+
7476
Building using `--conf_nnef` (the Neural Network Exchange Format) didn't work for some
75-
reason, and specifying `--opencl` always targeted NEON architecture, so didn't work.
77+
reason, and specifying `--opencl` always targeted NEON architecture, so didn't work.
7678

7779
To build the Rust projects, make sure the OpenVX library and headers are in scope:
7880

vendor/openvx-sample-impl

Submodule openvx-sample-impl added at 63ced2f

0 commit comments

Comments
 (0)