Skip to content
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

Parallelize python-inspector during analyzer execution #6206

Closed
bennati opened this issue Dec 9, 2022 · 1 comment
Closed

Parallelize python-inspector during analyzer execution #6206

bennati opened this issue Dec 9, 2022 · 1 comment
Labels
analyzer About the analyzer tool enhancement Issues that are considered to be enhancements won't fix An issue that will not be fixed

Comments

@bennati
Copy link
Contributor

bennati commented Dec 9, 2022

Python inspector runs on a single core, parallelizing its execution could speed up large python projects.

@sschuberth sschuberth added enhancement Issues that are considered to be enhancements analyzer About the analyzer tool labels Dec 9, 2022
@sschuberth sschuberth changed the title parallelize python-inspector during analyzer execution Parallelize python-inspector during analyzer execution Apr 27, 2023
@sschuberth
Copy link
Member

As discussed in the community meeting, the ORT analyzer does not run any single of its analyzers in parallel currently (only analyzers for different definition files are run in parallel). In general, it's not in the scope of the ORT analyzer to implement parallelism when running an analyzer of a specific type; instead, that is the responsibility of the analyzer implementation, i.e. in this case the python-inspector. So I'm closing this in favor of the upstream python-inspector issue. When updating to a python-inspector version that has this feature implemented, we'll take care of making use of it in ORT.

@sschuberth sschuberth closed this as not planned Won't fix, can't repro, duplicate, stale Apr 27, 2023
@sschuberth sschuberth added the won't fix An issue that will not be fixed label Apr 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
analyzer About the analyzer tool enhancement Issues that are considered to be enhancements won't fix An issue that will not be fixed
Projects
None yet
Development

No branches or pull requests

2 participants