intel / intel-xpu-backend-for-triton

OpenAI Triton backend for Intel® GPUs
MIT License
100 stars 28 forks source link

[test_core.py/test_reduce] Fix failure when `op == 'xor_sum'` #1535

Closed whitneywhtsang closed 1 day ago

whitneywhtsang commented 2 days ago
    if is_xpu() and op == 'xor_sum':
        pytest.skip("FIXME: Incorrect result on XPU")

It is a new test merged in https://github.com/intel/intel-xpu-backend-for-triton/pull/1533.