pytorch/test/cpp/lazy
cyy a8986963da Fix some CMake issues (#153686)
These issues were discovered when trying CMake 3.27:
1. set C++ language on HIP sources.
2. add missing link to gtest_main.

Pull Request resolved: https://github.com/pytorch/pytorch/pull/153686
Approved by: https://github.com/Skylion007
2025-05-19 00:31:34 +00:00
..
CMakeLists.txt Fix some CMake issues (#153686) 2025-05-19 00:31:34 +00:00
test_backend_device.cpp
test_cache.cpp
test_ir_util.cpp
test_ir.cpp Enable Wno-unused-private-field,Wunused-lambda-capture and fix CUDA warnings (#110856) 2023-10-25 03:39:05 +00:00
test_lazy_graph_executor.cpp Introduce cache clearing APIs for the lazy graph executor (#144489) 2025-01-29 17:38:01 +00:00
test_lazy_ops_util.cpp [BE]: Replace clone detach with detach clone to be more efficient (#144469) 2025-01-09 18:28:39 +00:00
test_lazy_ops_util.h
test_lazy_ops.cpp c10::string_view -> std::string_view in more places (#142517) 2024-12-12 19:45:59 +00:00
test_misc.cpp [9/N] Replace c10::optional with std::optional (#130674) 2024-07-15 00:48:43 +00:00
test_permutation_util.cpp
test_shape.cpp
test_tensor_impl.cpp
test_trie_cache.cpp
test_util.cpp