We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6d32b1 commit ff71d0dCopy full SHA for ff71d0d
source/module_base/test/CMakeLists.txt
@@ -134,9 +134,8 @@ AddTest(
134
135
AddTest(
136
TARGET base_math_chebyshev
137
- LIBS parameter ${math_libs}
138
- SOURCES math_chebyshev_test.cpp ../blas_connector.cpp ../math_chebyshev.cpp ../tool_quit.cpp ../global_variable.cpp ../timer.cpp ../global_file.cpp ../global_function.cpp ../memory.cpp
139
- ../module_container/ATen/kernels/blas.cpp ../module_device/memory_op.cpp ../module_device/device.cpp
+ LIBS parameter ${math_libs} device container
+ SOURCES math_chebyshev_test.cpp ../blas_connector.cpp ../math_chebyshev.cpp ../tool_quit.cpp ../global_variable.cpp ../timer.cpp ../global_file.cpp ../global_function.cpp ../memory.cpp ../parallel_reduce.cpp
140
)
141
142
0 commit comments