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
Enable python/triton_kernels/tests as optional in test-triton.sh (#4924)
- Add tests from triton_kernels directory to test-triton.sh
- Tests can be triggered with test-triton.sh --triton-kernels - ENABLED
BY DEFAULT
- Ignore tests in test_tensor_details directory to skip NVIDIA HW tests
- Added get_device_capability() function to conftest.py with XPU
support, returning capability tuple (9,) for XPU devices and (0,) as
fallback for unknown devices.
- Parametrized device in mxfp and routing tests enabling testing on
different backends including XPU.
- Added XPU backend support to target_info.py by implementing is_xpu()
function for XPU device detection and extending num_sms() to return
max_compute_units for XPU devices.
- Fixed SwiGLU kernel XPU compatibility by excluding XPU backend from
NVIDIA-specific maxnreg parameter.
0 commit comments