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

Mkldnn without JIT #385

Closed
wants to merge 2 commits into from
Closed

Conversation

juntao2019
Copy link

Put JIT related source code in dedicated jit folders and add a definition MKLDNN_JIT to turn JIT on or off. By default JIT is enabled. With turning off JIT, reference method will be used and MKLDNN is then able to work on platforms which don't support JIT instructions, aarch64 for example.

By default it's ON and JIT works. If it is OFF, then we use reference
implementation for the MKLDNN APIs

Signed-off-by: Yuan Juntao <juntao.yuan@intel.com>
Put JIT related files in jit folders.

Signed-off-by: Yuan Juntao <juntao.yuan@intel.com>
@emfomenk emfomenk self-assigned this Jan 17, 2019
@emfomenk emfomenk closed this Jan 18, 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.

3 participants