pytorch
e9cabef6 - enable xpu group norm channels last support (#87680)

Commit
3 years ago
enable xpu group norm channels last support (#87680) XPU would support channels last format for group norm operator, however, Pytorch converts all input tensor to contiguous format, which includes channels last tensor. Need Pytorch pass down this memory format hint to us. Pull Request resolved: https://github.com/pytorch/pytorch/pull/87680 Approved by: https://github.com/albanD
Author
Committer
Parents
Loading