-
Notifications
You must be signed in to change notification settings - Fork 5.3k
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
Update graph_optimization.ipynb for Intel Xeon 6 Processors #2331
Update graph_optimization.ipynb for Intel Xeon 6 Processors #2331
Conversation
Signed-off-by: Tsai, Louie <[email protected]>
PreviewPreview and run these notebook edits with Google Colab: Rendered notebook diffs available on ReviewNB.com.Format and styleUse the TensorFlow docs notebook tools to format for consistent source diffs and lint for style:$ python3 -m pip install -U --user git+https://github.com/tensorflow/docsIf commits are added to the pull request, synchronize your local branch: git pull origin graph_optimze
|
Hi @louie-tsai, I don't know anything about this. Do you have any references showing that this is true? |
Thanks for asking. |
Cool, thanks. I see the processors have FP16. Does anyone know for sure that this actualy works with the |
It works for AMP optimizer. |
Hi @MarkDaoust yes, it is now supported in TF and XLA. We have been working with @penpornk to add support for fp16 AMP using the AMX-FP16 that was introduced in the latest Intel Xeon CPUs. |
Cool thanks! |
@markmcd |
Done - copybara will merge shortly. |
Intel Xeon 6 Processors also support fp16 with auto mixed precision optimizer