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

Improved performance of Velocity kernels by refining workload dispatcher. #1085

Merged
merged 12 commits into from
Oct 10, 2023

Conversation

m4rs-mt
Copy link
Owner

@m4rs-mt m4rs-mt commented Sep 8, 2023

This PR addresses a performance issue in the Velocity accelerator related to invoking kernels and splitting the actual workload into chunks. It changes the way Velocity kernels are executed by creating loops inside the Velocity backend directly to perform all work-heavy processing instead of relying on external thread dispatchers.

This PR depends on #1055.

@m4rs-mt m4rs-mt added this to the v2.0 milestone Sep 8, 2023
@m4rs-mt m4rs-mt marked this pull request as draft September 8, 2023 07:35
@m4rs-mt m4rs-mt changed the title Improved performance of Velocity kernels. Improved performance of Velocity kernels by refining workload dispatcher. Sep 8, 2023
@m4rs-mt m4rs-mt force-pushed the velocity3 branch 2 times, most recently from 443764b to 247b433 Compare October 1, 2023 07:42
@m4rs-mt m4rs-mt marked this pull request as ready for review October 1, 2023 07:42
@m4rs-mt m4rs-mt merged commit 0f67f7d into master Oct 10, 2023
47 checks passed
@m4rs-mt m4rs-mt deleted the velocity3 branch October 10, 2023 08:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants