pytorch/test/cpp/aoti_abi_check
Jane Xu 1690c0c3a0 [Reland] Migrate ScalarType to headeronly (#159911)
The non ghstack version of #159416, to make sure we don't get reverted again
Pull Request resolved: https://github.com/pytorch/pytorch/pull/159911
Approved by: https://github.com/mikaylagawarecki
2025-08-06 07:36:37 +00:00
..
CMakeLists.txt Actually test STD_TORCH_CHECK, add testfile to CMake (#159603) 2025-08-01 19:53:41 +00:00
main.cpp
README.md
test_cast.cpp
test_dtype.cpp [Reland] Migrate ScalarType to headeronly (#159911) 2025-08-06 07:36:37 +00:00
test_exception.cpp Cut a version of TORCH_ERROR_CODE_CHECK in headeronly from AOTI (#159604) 2025-08-06 00:29:56 +00:00
test_macros.cpp Reapply D77381084 / #156964: Rename torch::standalone to headeronly (#157251) 2025-06-30 23:25:30 +00:00
test_math.cpp
test_rand.cpp
test_vec_half.cpp Move some of vec into headeronly in preparation for Half.h (#158976) 2025-07-29 05:43:53 +00:00
test_vec.cpp

Tests in this directory are meant to guard certain ATen/c10 util functions and data structures are implemented in a header-only fashion, to make sure AOTInductor generated CPU model code is ABI backward-compatible.