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

Implement primitive cache for FullyConnected OP and class refact #17

Open
wants to merge 272 commits into
base: refactor
Choose a base branch
from

Conversation

jinhuang415
Copy link

Description

  1. Implement primitive cache for fully connected OP
  2. class refact for fully connected OP

Note: There is issue in current implementation that would call CreateMKLDNNMem() twice, is discussing this issue in another sum op PR(#12), send out this PR first for rest of the review.

Checklist

Essentials

  • Passed code style checking (make lint)
  • Changes are complete (i.e. I finished coding on this PR)
  • All changes have test coverage
  • For user-facing API changes, API doc string has been updated. For new C++ functions in header files, their functionalities and arguments are well-documented.
  • To my best knowledge, examples are either not affected by this change, or have been fixed to be compatible with this change

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.

6 participants