File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed
source/module_basis/module_pw/test Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change 9494# #==========================
9595# # GTEST
9696# #==========================
97- GTESTOPTS = -I/usr/local/gtest/ include -L/home/ubuntu/desktop/github/googletest /lib -lgtest -lpthread
97+ GTESTOPTS = -I${GTEST_DIR}/ include -L${GTEST_DIR} /lib -lgtest -lpthread
9898
9999
100100
@@ -105,7 +105,8 @@ VPATH=../../../module_base\
105105../../../module_base/module_device\
106106../../../module_base/module_container/ATen/core\
107107../../../module_base/module_container/ATen\
108- :../
108+ ../../../module_parameter\
109+ ../\
109110
110111MATH_OBJS0 =matrix.o\
111112matrix3.o\
@@ -126,7 +127,11 @@ pw_transform_k.o\
126127memory.o\
127128memory_op.o\
128129depend_mock.o\
129- tensor.o\
130+ parameter.o\
131+ fft_base.o\
132+ fft_bundle.o\
133+ fft_cpu.o\
134+
130135
131136OTHER_OBJS0 =
132137
You can’t perform that action at this time.
0 commit comments