* bugfix for warpctc
* fix warpctc commit id
* fix warpctc commit id
* fix warpctc commit id
* fix warpctc commit id
* fix warpctc commit id
* fix WARPCTC_WITH_HIP invalid
* Add logs to find out why can not dlopen libwarpctc.so
* fix warpctc commit id
* fix unit test test_warpctc_op
* Optime failed log for dlopen
* Optime failed log for dlopen
* Delete extra changes
* fix warpctc commit id
* fix warpctc commit id
* Add is_compiled_with_rocm for test_warpctc_op
* fix warpctc commit id
* Cancel optimize dlopen failed reason, move to next pr, due to it makes windows ci failed
* Cancel optimize dlopen failed reason, move to next pr, due to it makes windows ci failed
* Cancel optimize dlopen failed reason, move to next pr, due to it makes windows ci failed
* fix code style problems
* support multihead_matmul_fuse_pass_v3
* fix compile problems
* embedding_eltwise_ln pass support lookup_table_v2
* suppoort matmul and matmul_v2 in qkv matmul
* add deprecated for softmax_with_cross_entropy, test=develop
* test for deprecated in english doc, test=develop
* test deprecated for softmax_with_cross_entropy in english doc, test=develop
* fix readme and English doc for cross_entropy, test=develop
* rm test for softmax_with_cross_entropy deprecated, test=develop
* update readme for CrossEntropyLoss, test=develop
* fix readme format, test=develop
* fix readme format, test=develop
* fix readme format for cross_entropy, test=develop
* add softmax_switch and fix softlabel for cross_entropy, test=develop
* 1)recovery softmax_with_cross_entropy in fluid 2) change softmax_switch to use_softmax 3) add example for softlabel for cross_entropy, test=develop
* fix Example number for cross_entropy, test=develop
* fix code format, test=develop
* fix for CI-Coverage, test=develop
* fix for CI-Coverage, test=develop
* fix ci-coverage for Non-ASCII character '\xe2' in file, test=develop
* fix ci-coverage for Non-ASCII character '\xe2' in nn.layer.loss.py, test=develop
* update description for doc when use_softmax=Fasle, test=develop
* fix some docs and code example for cross_entropy, test=develop
* delete redundant description for soft_label parameter of cross_entropy, test=develop
* fix some comment for test_cross_entropy_loss.py, test=develop
* give shape related contructor and reshape warning
* change line num to fit ut
* change ut to fit
* remove useless code
* call resize directly in constructor
* add roi_align_plugin
* add roi align unit_test
* add roi align serialization
* remove roi align static plugin because of batch dim issue
* refine roi align unittest and add fp16/serialization
* add trt roi align condition to op_teller
* refine error message
* remove unnecessary reshape layer
* trt affine channel converter
* add trt affine channel base test
* add trt affine channel NHWC
* remove asterisk for python2 compatibility
* trt affine channel converter
* add trt affine channel base test
* add trt affine channel NHWC
* remove asterisk for python2 compatibility
* fix rebase
* move LodTensor to Tensor
* add dbg info
* affine channel converter only support NCHW
* scale,bias are parameters, use create_parameters api
* reduce test input size to not exceed the timelimit of ci
* refine affine channel unittest and add serialization/dynamic test
* change super to InferencePassTest for python2 compatibility
* change super to InferencePassTest for python2 compatibility
* fix affine channel fp16 serialize setting
* add multiclass_nms
* add multiclass_nms unittest
* add default enable_tensorrt_oss option
* refine multiclas nms unittest and add serialization/dynamic test
* change super to InferencePassTest for python2 compatibility
* refine multiclass nms unittest
* move out dynamic shape test due to ci timelimit
Our old `loop_body` function may return single element when `loop_vars` just contains only 1 element, which can cause bug. The key point of this PR is forcing `loop_body` functions always return tuple.
* fix tensorrt output varible reshape
* move padding shape x 1 x 1 in ernie to qkv and fc
* update layer name
* fix softmax when input is dynamic, fc not padding any more
* fix varlen
* move fc x_dim assert to op_teller
* nearest_interp op converter w/ dynamic/static
* fix data_layout include
* add trt nearest unit_test
* add nearest_interp NHWC test
* update trt nearest interp nhwc testcase
* remove asterisk for python2 compatibility
* add empty line to prevent conflict
* nearest_interp op converter w/ dynamic/static
* fix data_layout include
* add trt nearest unit_test
* add nearest_interp NHWC test
* update trt nearest interp nhwc testcase
* remove asterisk for python2 compatibility
* add empty line to prevent conflict
* change the priority of out_h, out_w
message(FATAL_ERROR"cmake ${CMAKE_VERSION} is not supported when WITH_GPU=ON because of bug https://cmake.org/pipermail/cmake/2018-September/068195.html. "