File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
paddle/fluid/inference/tensorrt/convert Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 1
1
nv_test (test_op_converter SRCS test_op_converter.cc mul_op.cc conv2d_op.cc DEPS ${FLUID_CORE_MODULES} )
2
- nv_test (test_trt_activation_op SRCS test_activation_op.cc activation_op.cc io_converter.cc
3
- DEPS ${FLUID_CORE_MODULES} activation_op tensorrt_engine
4
- SERIAL )
2
+ # This test is not stable
3
+ # See https://paddleci.ngrok.io/viewLog.html?tab=buildLog&buildTypeId=Paddle_PrCi2&buildId=36834&_focus=8828
4
+ #nv_test(test_trt_activation_op SRCS test_activation_op.cc activation_op.cc io_converter.cc
5
+ # DEPS ${FLUID_CORE_MODULES} activation_op tensorrt_engine
6
+ # SERIAL)
5
7
nv_test (test_io_converter SRCS test_io_converter.cc io_converter.cc DEPS dynload_cuda dynamic_loader lod_tensor )
You can’t perform that action at this time.
0 commit comments