Skip to content

Conversation

@pabloantoniom
Copy link
Contributor

Motivation

I get Incoherent blockGemm tuning parameter size errors very frequently and I always keep adding this debug messages to see what's wrong.

Technical Details

Added debug messages

Test Plan

No new test was added

Test Result

All test pass

Submission Checklist


if (param.gemmMPerThread < 2 || param.gemmMPerThread > 4)
if (param.gemmMPerThread < 2 || param.gemmMPerThread > 4) {
LLVM_DEBUG(llvm::dbgs() << "gemmMPerThread is not in the range [2, 4]\n");
Copy link
Member

Choose a reason for hiding this comment

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

These are only for non-accel. Can you add such messages for Accel as well?

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.

5 participants