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

[#878] use static llvm:ThreadPool in vec pipeline #891

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

philipportner
Copy link
Collaborator

@philipportner philipportner commented Oct 31, 2024

This patch persists the hwloc topology info used in vectorized pipelines
over the execution of multiple pipelines. This significantly reduces
overhead in workloads that consint of multiple pipelines. With the
tested script this patch reduced overall runtimes from ~6s to ~0.9s.

closes #878

This PR is stacked on top of #890

@philipportner philipportner changed the title [#877] persist hwloc info in different pipelines [#878] use static llvm:ThreadPool in vec pipeline Oct 31, 2024
This patch persists the hwloc topology info used in vectorized pipelines
over the execution of multiple pipelines. This significantly reduces
overhead in workloads that consint of multiple pipelines. With the
tested script this patch reduced overall runtimes from ~6s to ~0.9s.

closes #877
This patch adds a static llvm::ThreadPool which is to be used by the
MTWrapper for creating WorkerCPU instances.

closes #878
@philipportner philipportner changed the base branch from 877-hwloc-vec to main November 5, 2024 08:19
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.

1 participant