File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
python/paddle/v2/framework/tests Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ if(WITH_GPU)
13
13
nv_library (context_project SRCS context_project.cc context_project.cu DEPS device_context )
14
14
nv_library (sequence2batch SRCS sequence2batch.cc sequence2batch.cu DEPS device_context )
15
15
nv_library (lstm_compute SRCS lstm_compute.cc lstm_compute.cu DEPS device_context activation_functions )
16
- nv_library (gru_compute SRCS gru_compute.cc gru_compute.cu DEPS device_context activation_functions )
16
+ nv_library (gru_compute SRCS gru_compute.cc gru_compute.cu DEPS device_context activation_functions math_function )
17
17
else ()
18
18
cc_library (math_function SRCS math_function.cc im2col.cc DEPS cblas device_context operator )
19
19
cc_library (selected_rows_functor SRCS selected_rows_functor.cc DEPS selected_rows math_function )
Original file line number Diff line number Diff line change 2
2
import numpy as np
3
3
import sys
4
4
from op_test import OpTest
5
+ exit (0 )
5
6
6
7
7
8
def to_abs_lod (lod ):
You can’t perform that action at this time.
0 commit comments