-
Notifications
You must be signed in to change notification settings - Fork 4.2k
update for ipex gpu release #2118
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
✅ Deploy Preview for pytorch-tutorials-preview ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
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.
A couple of minor suggestions. Thank you!
$ make | ||
|
||
If Found INTEL_EXT_PT_CPU is shown as TRUE, the extension had been linked into | ||
the binary. This can be verified with Linux command ldd. |
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.
the binary. This can be verified with Linux command ldd. | |
the binary. This can be verified with the Linux command `ldd`. |
$ make | ||
|
||
If Found INTEL_EXT_PT_CPU is shown as TRUE, the extension had been linked into |
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.
If Found INTEL_EXT_PT_CPU is shown as TRUE, the extension had been linked into | |
If Found `INTEL_EXT_PT_CPU` is shown as `TRUE`, the extension had been linked into |
Should Found be uppercase?
|
||
Use cases that had already been optimized by Intel engineers are available at | ||
`Model Zoo for Intel® Architecture <https://github.com/IntelAI/models/>`_ (with | ||
branch name in format of `pytorch-r<version>-models`). A bunch of PyTorch use |
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.
branch name in format of `pytorch-r<version>-models`). A bunch of PyTorch use | |
the branch name in format of `pytorch-r<version>-models`). Many PyTorch use |
`Model Zoo for Intel® Architecture <https://github.com/IntelAI/models/>`_ (with | ||
branch name in format of `pytorch-r<version>-models`). A bunch of PyTorch use | ||
cases for benchmarking are also available on the GitHub page. You can get | ||
performance benefits out-of-box by simply running scipts in the Model Zoo. |
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.
performance benefits out-of-box by simply running scipts in the Model Zoo. | |
performance benefits out-of-the-box by simply running scripts in the Model Zoo. |
Tutorials | ||
--------- | ||
|
||
Please visit `Intel® Extension for PyTorch* Github repo <https://github.com/intel/intel-extension-for-pytorch>`_ for more tutorials. | ||
More detailed tutorials are available at Github.io for `CPU <https://intel.github.io/intel-extension-for-pytorch/cpu/latest/>`_ |
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.
Should it say something like this:
are available in the official Intel® Extension for PyTorch* Documentation:
* `CPU tutorials <https://intel.github.io/intel-extension-for-pytorch/cpu/latest/>`__
* `GPU tutorials <https://intel.github.io/intel-extension-for-pytorch/xpu/latest/>`__
a1c4a40
to
19b9b2d
Compare
updated. |
May I know the status of this PR? |
Thanks for addressing all feedback, approved and will merge after it passes CI. |
No description provided.