atalman a1abb57636 update to 2.9.1 PyTorch release
tests

xformers

xformers_release

torchao_pin_advance

Update conv.py

Update env_override.py

[Release 2.10] Test Torch 2.10 RC

triton

release_210_testing

release_210_testing

release_210_testing

release_210_testing

update_to_210

fix_210_resr

update_291_test

python_only_compile
2025-12-24 12:07:47 -08:00
..

compile test folder structure

  • compile/test_*.py : various unit tests meant for testing particular code path/features. Future tests are most likely added here. New test files added here will be included in CI automatically
  • compile/fullgraph/ : full model tests, including all tests previously in compile/piecewise. These tests do not target particular features. New test files added here will be included in CI automatically
  • compile/distributed/ : tests that require multiple GPUs. New test files added here will NOT be included in CI automatically as these tests generally need to be manually configured to run in runners with particular number/type of GPUs.