Skip to content

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

Merged
merged 1 commit into from
Oct 6, 2023
Merged

vpu: remove deprecated plugin #1549

merged 1 commit into from
Oct 6, 2023

Conversation

mythi
Copy link
Contributor

@mythi mythi commented Sep 26, 2023

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

@codecov-commenter
Copy link

codecov-commenter commented Sep 26, 2023

Codecov Report

Merging #1549 (90a6511) into main (4ae3310) will not change coverage.
The diff coverage is n/a.

❗ Current head 90a6511 differs from pull request most recent head 319843c. Consider uploading reports for the commit 319843c to get more accurate results

@@           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

@mythi mythi mentioned this pull request Jul 18, 2023
3 tasks
@mythi mythi marked this pull request as ready for review September 26, 2023 12:46
Copy link
Contributor

@tkatila tkatila left a 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.

@mythi
Copy link
Contributor Author

mythi commented Sep 26, 2023

Should we also remove the deployments? And there are some VPU mentions in the readme.

oops, yes of course.

tkatila
tkatila previously approved these changes Sep 27, 2023
tkatila
tkatila previously approved these changes Sep 27, 2023
@tkatila
Copy link
Contributor

tkatila commented Oct 2, 2023

@hj-johannes-lee please review

Copy link
Contributor

@hj-johannes-lee hj-johannes-lee left a 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]>
@mythi
Copy link
Contributor Author

mythi commented Oct 2, 2023

@tkatila tkatila merged commit 7ebb43b into intel:main Oct 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

deprecate and remove vpu-plugin
4 participants