-
Notifications
You must be signed in to change notification settings - Fork 6.8k
[operator] Integrate matmul primitive from oneDNN in batch dot #20340
Conversation
Hey @bartekkuncer , Thanks for submitting the PR
CI supported jobs: [windows-gpu, centos-gpu, miscellaneous, windows-cpu, unix-cpu, website, unix-gpu, sanity, centos-cpu, clang, edge] Note: |
cfe743f
to
bde0545
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We need to figure out how to remove the static inline, but otherwise this looks good!
@mxnet-bot run ci [unix-cpu] |
Jenkins CI successfully triggered : [unix-cpu] |
…e#20340) * [operator] Integrate matmul primitive from oneDNN in batch dot * Fix test_npx_batch_dot * Remove 'inline static' from BatchDotStorageType * Apply clang-formater * Add static to bool BatchDotStorageType function
apache#20340)" This reverts commit ff54582.
Description
This change integrates oneDNNs matmul primitive into batch dot execution.
Checklist
Changes