-
Notifications
You must be signed in to change notification settings - Fork 208
vpu: remove deprecated plugin #1549
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Codecov Report
@@ Coverage Diff @@
## main #1549 +/- ##
=======================================
Coverage 49.48% 49.48%
=======================================
Files 42 42
Lines 4923 4923
=======================================
Hits 2436 2436
Misses 2345 2345
Partials 142 142 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
$ grep -sir vpu *
demo/intelvpu-job.yaml: name: intelvpu-demo-job
demo/intelvpu-job.yaml: jobgroup: intelvpu-demo
demo/intelvpu-job.yaml: jobgroup: intelvpu-demo
demo/intelvpu-job.yaml: name: intelvpu-demo-job-1
demo/intelvpu-job.yaml: vpu.intel.com/hddl: 1
deployments/vpu_plugin/overlays/xlink/add_command_args.yaml: name: intel-vpu-plugin
deployments/vpu_plugin/overlays/xlink/add_command_args.yaml: - name: intel-vpu-plugin
deployments/vpu_plugin/overlays/xlink/kustomization.yaml: name: intel-vpu-plugin
deployments/vpu_plugin/base/intel-vpu-plugin.yaml: name: intel-vpu-plugin
deployments/vpu_plugin/base/intel-vpu-plugin.yaml: app: intel-vpu-plugin
deployments/vpu_plugin/base/intel-vpu-plugin.yaml: app: intel-vpu-plugin
deployments/vpu_plugin/base/intel-vpu-plugin.yaml: app: intel-vpu-plugin
deployments/vpu_plugin/base/intel-vpu-plugin.yaml: - name: intel-vpu-plugin
deployments/vpu_plugin/base/intel-vpu-plugin.yaml: image: intel/intel-vpu-plugin:devel
deployments/vpu_plugin/base/kustomization.yaml: - intel-vpu-plugin.yaml
docs/extensions.rst: ../cmd/vpu_plugin/README.md
README.md: * `vpu.intel.com` : `hddl`
README.md: * [intelvpu-job.yaml](demo/intelvpu-job.yaml)
Should we also remove the deployments? And there are some VPU mentions in the readme.
oops, yes of course. |
@hj-johannes-lee please review |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The VPU plugin can only be used with devices that are no longer supported by upper layers, such as OpenVINO. The deprecation plan for the plugin was announced earlier this year and post v0.28 marks the date when the plugin is removed from the repo. Releases before v0.29 have the plugin available should it be needed. Signed-off-by: Mikko Ylinen <[email protected]>
fixed, thank you |
The VPU plugin can only be used with devices that are
no longer supported by upper layers, such as OpenVINO.
The deprecation plan for the plugin was announced earlier
this year and v0.28 marks the date when the plugin is removed
from the repo.
Releases before v0.28 have the plugin available should it
be needed.
Fixes: #1422