You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My question is regarding TF_ENABLE_ZENDNN_OPTS=0 setting which is ment to disable ZenDNN. Can you clarify on this if it is expexted to disable ZenDNN for Tensorflow models.
The text was updated successfully, but these errors were encountered:
Please note, when TF_ENABLE_ZENDNN_OPTS is set to 1, TF_ENABLE_ONEDNN_OPTS is set to 0 inside TensorFlow code.
Above setting works for ZenDNN v4.0 and ZenDNN v4.1 release.
We are refering the below ZenDNN tuning guide for Tensorflow models.
Tuning guide
In the section 9.2, For Resnet50 it is recommended to use below settings.
My question is regarding
TF_ENABLE_ZENDNN_OPTS=0
setting which is ment to disable ZenDNN. Can you clarify on this if it is expexted to disable ZenDNN for Tensorflow models.The text was updated successfully, but these errors were encountered: