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

Call GEMM for ab,bc->ac and DOT for a,a-> #24

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

Conversation

termoshtt
Copy link
Owner

@termoshtt termoshtt commented Dec 4, 2022

Close #22

Since einsum subscript has been normalized in #23, we can easily determine a subscript can be replaced by BLAS routines, i.e. GEMM is ab,bc->ac, DOT is a,a->, and others are not compatible.

@termoshtt termoshtt self-assigned this Dec 4, 2022
@termoshtt termoshtt force-pushed the call-blas-routines branch 2 times, most recently from cec9657 to c3bbb33 Compare December 4, 2022 14:32
Copy link

codspeed-hq bot commented Mar 5, 2024

CodSpeed Performance Report

Merging #24 will not alter performance

Comparing call-blas-routines (5cb284d) with main (554c326)

Summary

✅ 12 untouched benchmarks

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.

Call BLAS routines if possible
1 participant