Skip to content

Tags: Pqlet/ao

Tags

ciflow/xpu/4384

Toggle ciflow/xpu/4384's commit message
use torch.acceraltor.current_accelerator()

ciflow/xpu/4535

Toggle ciflow/xpu/4535's commit message
Add test/test_low_bit_optim.py to XPU CI

ciflow/xpu/4523

Toggle ciflow/xpu/4523's commit message
enable inference/bench_float8_inference.py benchmark for xpu

ciflow/xpu/4532

Toggle ciflow/xpu/4532's commit message
[xpu][mx][test] Enable multicard tests for xpu

Signed-off-by: Ula Golowicz <urszula.golowicz@intel.com>

ciflow/xpu/4530

Toggle ciflow/xpu/4530's commit message
enable microbenchmarks for xpu

ciflow/xpu/4272

Toggle ciflow/xpu/4272's commit message
[mx][test] Enable non-cuda in test_mx_serialization

Signed-off-by: Ula Golowicz <urszula.golowicz@intel.com>

ciflow/xpu/4251

Toggle ciflow/xpu/4251's commit message
[mx][test] Enable non-cuda in test_mx_mm

- Replace hardcoded device="cuda" with torch.accelerator
- Use F.scaled_mm (torch 2.10+) which takes explicit
  ScalingType/SwizzleType args enabling non-CUDA backends,
  fall back to torch._scaled_mm on older versions
  (CUDA-only, implicit layout).
- Skip xpu tests when oneDNN < 3.11

Signed-off-by: Ula Golowicz <urszula.golowicz@intel.com>

ciflow/xpu/4214

Toggle ciflow/xpu/4214's commit message
[mx][test] Enable non-cuda in test_mx_tensor

- Replace hardcoded device="cuda" with torch.accelerator
- Add prameter ids for readable test names.

Signed-off-by: Ula Golowicz <urszula.golowicz@intel.com>

ciflow/xpu/4213

Toggle ciflow/xpu/4213's commit message
[mx][test] Enable non-cuda in mx_formats/test_kernels

- Replace hardcoded device="cuda" with torch.accelerator
- Add prameter ids for readable test names.

ciflow/xpu/4524

Toggle ciflow/xpu/4524's commit message
enable float8/float8_roofline.py benchmark for xpu