-
Notifications
You must be signed in to change notification settings - Fork 99
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] GEMM: implement Trans::ConjTranspose
#1540
base: develop
Are you sure you want to change the base?
Conversation
Status Flag 'Pre-Test Inspection' - - This Pull Request Requires Inspection... The code must be inspected by a member of the Team before Testing/Merging |
77ecfed
to
5b6712b
Compare
Status Flag 'Pre-Test Inspection' - - This Pull Request Requires Inspection... The code must be inspected by a member of the Team before Testing/Merging |
Trans::ConjTranspose
Trans::ConjTranspose
WIP: based on #1539 (review and merge first, please)
This PR implements
Trans::ConjTranspose
in functor-level GEMM routines, includingAlgo::CompactMKL
impl ofSerialGemm
.