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
* Change the block format policy for our oneDNN op and expand the block semantics with IPEX_XPU_ONEDNN_LAYOUT
1. For training:
Only with IPEX_XPU_ONEDNN_LAYOUT=1, the block is chosen, others are all plain
* This PR for now has no change to oneDNN backward integration code
2. For inference:
Only Conv can trigger the block when IPEX_XPU_ONEDNN_LAYOUT=1 or src is block or doing ATSM inference
Matmul chooses block only when IPEX_XPU_ONEDNN_LAYOUT=1 or src is block
Others choose block only when src is block
* This PR adds some helper function to contain the block suggestion condition
Signed-off-by: Chen, Zejun <zejun.chen@intel.com>
0 commit comments