Skip to content

Instantly share code, notes, and snippets.

@leshikus
Created March 19, 2024 23:26
Show Gist options
  • Save leshikus/87df0b2f481bf7a1e3f113504d0fe97d to your computer and use it in GitHub Desktop.
Save leshikus/87df0b2f481bf7a1e3f113504d0fe97d to your computer and use it in GitHub Desktop.
Run one test
rm -rf /home/jovyan/.triton/cache && ( cd intel-xpu-backend-for-triton/python && python3 -m pytest -n 1 --verbose --device xpu test/regression/test_functional_regressions.py 2>&1 ) | tee test.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment