mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-06 12:20:52 +01:00
Add missing ${CMAKE_CURRENT_SOURCE_DIR}/complex_test.cpp (#37080)
Summary: This test is never built in OSS CI Pull Request resolved: https://github.com/pytorch/pytorch/pull/37080 Differential Revision: D21179296 Pulled By: anjali411 fbshipit-source-id: 22a5b82f17676213c8ec51642bef35dc61f9cace
This commit is contained in:
parent
ca665c682c
commit
7c7cb74887
|
|
@ -37,6 +37,7 @@ list(APPEND ATen_CPU_TEST_SRCS
|
|||
${CMAKE_CURRENT_SOURCE_DIR}/memory_format_test.cpp
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/cpu_rng_test.cpp
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/ivalue_test.cpp
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/complex_test.cpp
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/type_test.cpp)
|
||||
|
||||
list(APPEND ATen_CUDA_TEST_SRCS
|
||||
|
|
|
|||
|
|
@ -10,6 +10,7 @@ VALGRIND=${VALGRIND:=ON}
|
|||
./atest
|
||||
./scalar_test
|
||||
./broadcast_test
|
||||
./complex_test
|
||||
./wrapdim_test
|
||||
./apply_utils_test
|
||||
./dlconvertor_test
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user