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

Add Intel AMX/AVX512 support to accelerate inference #2247

Merged
merged 1 commit into from
Aug 21, 2023

Conversation

LeiZhou-97
Copy link
Contributor

@LeiZhou-97 LeiZhou-97 commented Aug 17, 2023

Why are these changes needed?

Currently, CPU only inference mode does not support accelerator. Now use intel extension for pytorch to accelerate inference when CPU has Intel AI accelerator.

RFC: https://intel.github.io/intel-extension-for-pytorch/cpu/latest/tutorials/examples.html#bfloat16

Related issue number (if applicable)

Checks

  • I've run format.sh to lint the changes in this PR.
  • I've included any doc changes needed.
  • I've made sure the relevant tests are passing (if applicable).

Currently, CPU only inference mode does not support accelerator.
Now use intel extension for pytorch to accelerate inference when
CPU has AI accelerator.

Signed-off-by: LeiZhou-97 <lei.zhou@intel.com>
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.

2 participants