intel / intel-xpu-backend-for-triton

OpenAI Triton backend for Intel® GPUs
MIT License
118 stars 33 forks source link

[tl.random]: Add support for Triton's `tt.random.*` operations #160

Closed etiotto closed 7 months ago

etiotto commented 8 months ago

Test cases for the tt.random.* operation are in test_random.py which needs to be ported to XPU.

etiotto commented 7 months ago

Fixed by pull request https://github.com/intel/intel-xpu-backend-for-triton/pull/184. Now test_random.py is run as part of CI and also can be run via the test-triton.sh --core script.