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

[WIP] ThreadVector implementations kernels for SET, SCAL, GEMV and GEMM #1556

Draft
wants to merge 23 commits into
base: develop
Choose a base branch
from

Conversation

mzuzek
Copy link

@mzuzek mzuzek commented Sep 29, 2022

WIP: based on #1540 and #1550 - please review and merge those first


This PR introduces ThreadVector{Set,Scale,Gemv,Gemm} implementations for functor-level kernels, which use ThreadVectorRange and thus can be executed under TeamPolicy from within TeamThreadRange in application.

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.

None yet

1 participant