mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-06 12:20:52 +01:00
Move dict_test.cpp to test folder and fix dict_test.cpp for Aten includes (#24071)
Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/24071 Pull Request resolved: https://github.com/pytorch/pytorch/pull/24071 Test Plan: Imported from OSS Differential Revision: D16728574 Pulled By: wanchaol fbshipit-source-id: 6952b9703a40dc35f567bf17fbdcef6e0c6c2d6e
This commit is contained in:
parent
e327df3965
commit
3613a30345
|
|
@ -10,6 +10,7 @@ list(APPEND ATen_CPU_TEST_SRCS
|
|||
${CMAKE_CURRENT_SOURCE_DIR}/basic.cpp
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/atest.cpp
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/Dimname_test.cpp
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/Dict_test.cpp
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/NamedTensor_test.cpp
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/half_test.cpp
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/broadcast_test.cpp
|
||||
|
|
|
|||
|
|
@ -21,6 +21,7 @@ VALGRIND=${VALGRIND:=ON}
|
|||
./xla_tensor_test
|
||||
./tensor_iterator_test
|
||||
./Dimname_test
|
||||
./Dict_test
|
||||
./NamedTensor_test
|
||||
./cpu_generator_test
|
||||
if [[ -x ./cudnn_test ]]; then
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user