pytorch / xla

Enabling PyTorch on XLA Devices (e.g. Google TPU)
https://pytorch.org/xla
Other
2.46k stars 467 forks source link

Add support for native_layer_norm #8031

Open matinehAkhlaghinia opened 1 week ago

matinehAkhlaghinia commented 1 week ago

Removes native_layer_norm from the skiplist.

No fixes were needed for this, the tests passed locally.

lsy323 commented 1 week ago

Hi @matinehAkhlaghinia seems that is conflict with HEAD, could you please rebase? Thanks