[Windows] Add AOTI cross-compilation CI (#165573)

Pull Request resolved: https://github.com/pytorch/pytorch/pull/165573
Approved by: https://github.com/malfet
ghstack dependencies: #165560
This commit is contained in:
Shangdi Yu
2025-10-16 13:25:17 -07:00
committed by PyTorch MergeBot
parent 5d9b024276
commit d82527b32a
6 changed files with 472 additions and 0 deletions

View File

@ -107,6 +107,7 @@ TESTS = discover_tests(
"lazy/test_meta_kernel",
"lazy/test_extract_compiled_graph",
"test/inductor/test_aot_inductor_utils",
"inductor/test_aoti_cross_compile_windows",
"onnx/test_onnxscript_no_runtime",
"onnx/test_pytorch_onnx_onnxruntime_cuda",
"onnx/test_models",