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

[Contrib] Implement batch_matmul with CBLAS #3210

Merged
merged 1 commit into from
May 21, 2019
Merged

Conversation

hlu1
Copy link
Contributor

@hlu1 hlu1 commented May 20, 2019

@ajtulloch, @yinghai please review.

Copy link
Contributor

@yinghai yinghai left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. CI errors seem to be due to obvious lints. Please take a look.

if (TypeMatch(A->dtype, kDLFloat, 32)) {
CallBatchGemm(args, ret, CblasSgemmBatchIterativeOp());
} else {
LOG(FATAL) << "Unhandled type";
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we print the type here?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Implemented CblasDgemmBatchIterativeOp instead.

@hlu1
Copy link
Contributor Author

hlu1 commented May 21, 2019

@antinucleon, can you take a look too?

@Laurawly Laurawly merged commit 3d1d17e into apache:master May 21, 2019
hlu1 added a commit to hlu1/tvm that referenced this pull request May 24, 2019
wweic pushed a commit to wweic/tvm that referenced this pull request Jun 26, 2019
wweic pushed a commit to neo-ai/tvm that referenced this pull request Jun 27, 2019
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.

4 participants