-
Notifications
You must be signed in to change notification settings - Fork 3.7k
MKLDNN Sum and Batch Normalizaton kernels #115
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
Conversation
|
@pranavsharma how to kick off CI pipeline? |
jywu-msft
left a comment
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.
can you sync master? I think there are changes here that aren't yours.
|
@jywu-msft I noticed it. I am having problems to sync master.
|
|
did you fetch upstream to pull in the latest and then merge? |
|
yes |
|
@jywu-msft I now only see my changes. Can you please take a look? |
Sum Kernel
Modified base
class Sum_6incore\providers\cpu\math\element_wise_ops.hRemoved finalfor mkldnn to fallback to cpu computation.
Batch Norm Kernel
Modified base class
onnxruntime::BatchNormin filecore\providers\cpu\nn\batch_norm.hRemoved final and made epsilon_ as protected member.