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

Implement periodic concurrency manager/worker and inference profiler workflow #401

Conversation

matthewkotila
Copy link
Contributor

Implements new concurrency manager and worker that begin concurrency at user-specified START and increments it by STEP (adds STEP new concurrent requests) after each of the latest concurrent requests/threads reaches REQUEST_PERIOD number of responses received. Repeats until END requests have been sent/all of their responses received.

src/c++/perf_analyzer/periodic_concurrency_manager.h Outdated Show resolved Hide resolved
src/c++/perf_analyzer/periodic_concurrency_manager.cc Outdated Show resolved Hide resolved
src/c++/perf_analyzer/periodic_concurrency_manager.cc Outdated Show resolved Hide resolved
src/c++/perf_analyzer/periodic_concurrency_manager.cc Outdated Show resolved Hide resolved
src/c++/perf_analyzer/periodic_concurrency_manager.cc Outdated Show resolved Hide resolved
src/c++/perf_analyzer/inference_profiler.h Outdated Show resolved Hide resolved
src/c++/perf_analyzer/concurrency_worker.cc Outdated Show resolved Hide resolved
@matthewkotila
Copy link
Contributor Author

@nv-braf @debermudez @nv-hwoo everyone reviewed and resolved their conversations. Can someone approve?

Copy link
Contributor

@nv-hwoo nv-hwoo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@matthewkotila matthewkotila merged commit 2138a85 into periodic-concurrency-mode Sep 26, 2023
3 checks passed
@matthewkotila matthewkotila deleted the debermudez-matthewkotila-periodic-concurrency branch September 26, 2023 23:00
matthewkotila added a commit that referenced this pull request Oct 7, 2023
…workflow (#401)

* Implement periodic concurrency manager/worker and inference profiler workflow

* Address feedback

* Address feedback
matthewkotila added a commit that referenced this pull request Oct 7, 2023
…workflow (#401)

* Implement periodic concurrency manager/worker and inference profiler workflow

* Address feedback

* Address feedback
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

4 participants