Stonepia
Stonepia
# 🚀 1. The feature This RFC proposes using Triton language to implement Intel GPU (`torch.xpu`) kernels. ## 1.1. Motivation This RFC aims to discuss the XPU kernel implementation with...
## Summary The default errorbar is None, which would lead to "TypeError: unsupported operand type(s) for -: 'int' and 'NoneType'". We don't override the `errorbar` and let `seaborn` decide the...
This PR makes `test_float8_tensor.py` device agnostic and supports XPU. ## Dependencies This PR dependends on following PR. - PyTorch: https://github.com/pytorch/pytorch/pull/166056 : 166056 registered `torch._scaled_mm` for XPU device. Without it, the...