File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -18,20 +18,20 @@ add_simple_unittest(test_CpuGpuVector)
18
18
add_simple_unittest (test_Allocator )
19
19
20
20
if (WITH_GPU )
21
- nv_test (test_float16_gpu SRCS test_float16.cu )
22
21
CUDA_ADD_EXECUTABLE (test_Tensor test_Tensor.cu )
23
22
link_paddle_test (test_Tensor )
24
23
CUDA_ADD_EXECUTABLE (test_lazyAssign test_lazyAssign.cu )
25
- link_paddle_test (test_lazyAssign )
24
+ link_paddle_test (test_lazyAssign )
25
+ nv_test (test_float16_gpu SRCS test_float16.cu )
26
26
else ()
27
27
compile_cu_as_cpp (test_Tensor.cu )
28
28
add_unittest (test_Tensor test_Tensor.cu )
29
29
compile_cu_as_cpp (test_lazyAssign.cu )
30
30
add_unittest (test_lazyAssign test_lazyAssign.cu )
31
31
endif (WITH_GPU )
32
32
33
- cc_test (test_float16 SRCS test_float16.cpp )
34
33
add_simple_unittest (test_FPException )
35
34
add_simple_unittest (test_GpuProfiler )
36
35
add_simple_unittest (test_BaseMatrix )
37
36
add_simple_unittest (test_Matrix )
37
+ cc_test (test_float16 SRCS test_float16.cpp )
You can’t perform that action at this time.
0 commit comments