Replies: 2 comments
-
Source code for NPU plugin is private. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks for the reply |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I followed default build steps, but not able to generate libopenvino_intel_npu_plugin.so.
build steps
git clone https://github.com/openvinotoolkit/openvino.git
cd openvino/
git submodule update --init --recursive
chmod +x install_build_dependencies.sh
sudo ./install_build_dependencies.sh
mkdir build && cd build
cmake -DENABLE_PROFILING_ITT=ON -DCMAKE_BUILD_TYPE=Release -DENABLE_INTEL_NPU=ON ..
make --jobs=$(nproc --all)
Beta Was this translation helpful? Give feedback.
All reactions