- 27 9月, 2020 1 次提交
-
-
由 QingshuChen 提交于
* support elementwise add, activation, matmul on Baidu Kunlun * test=kunlun * minor * test=kunlun * reconstuct the xpu directory * test=kunlun * minor * test=kunlun * minor * test=kunlun * minor * test=kunlun * minor * test=kunlun * minor * test=kunlun
-
- 26 9月, 2020 1 次提交
-
-
由 joanna.wozna.intel 提交于
-
- 08 6月, 2020 1 次提交
-
-
由 Michał Gallus 提交于
test=develop
-
- 27 4月, 2020 1 次提交
-
-
由 Yiqun Liu 提交于
-
- 09 4月, 2020 1 次提交
-
-
由 mozga-intel 提交于
* Remove the NGraph engine from PDPD repository 1. Each operator was removed from the operator's directory 2. Each test was removed from the unittest directory 3. The parallel executor support was removed from the PDPD 4. The CMake file was removed from the PDPD 5. The NG flags were removed from the repository test=develop * Remove ngraph from: 1. Cmake file 2. Python file test=develop
-
- 26 2月, 2020 1 次提交
-
-
由 zhupengyang 提交于
-
- 25 2月, 2020 1 次提交
-
-
由 cc 提交于
* ngraph op test skip check grad ci, test=develop
-
- 21 1月, 2020 2 次提交
-
-
由 石晓伟 提交于
* add no_grad_set value check in op_test, test=develop * update ops list, test=develop
-
由 juncaipeng 提交于
* remove skip_check in test_activation_mkldnn_op, test=develop
-
- 19 1月, 2020 1 次提交
-
-
由 juncaipeng 提交于
-
- 17 1月, 2020 1 次提交
-
-
由 zhupengyang 提交于
-
- 16 1月, 2020 2 次提交
-
-
由 zhupengyang 提交于
-
由 zhupengyang 提交于
-
- 14 1月, 2020 1 次提交
-
-
由 juncaipeng 提交于
-
- 13 1月, 2020 1 次提交
-
-
由 zhongpu 提交于
-
- 10 1月, 2020 1 次提交
-
-
由 songyouwei 提交于
-
- 08 1月, 2020 1 次提交
-
-
由 juncaipeng 提交于
* modify test framework, test=develop * fix test_fsp_op, test=develop * up, test=develop * up, test=develop * up, test=develop * add check for threshold, test=develop * up, test=develop * up, test=develop * up, test=develop * up, test=develop * up, test=develop * up, test=develop * up, test=develop * update, test=develop * update, test=develop * update, test=develop
-
- 03 1月, 2020 1 次提交
-
-
由 huzhiqiang 提交于
-
- 02 1月, 2020 1 次提交
-
-
由 Pei Yang 提交于
-
- 31 12月, 2019 1 次提交
-
-
由 Zhang Ting 提交于
* add is_empty_grad_op for OpTest, test=develop
-
- 26 12月, 2019 1 次提交
-
-
由 juncaipeng 提交于
-
- 24 12月, 2019 2 次提交
-
-
由 juncaipeng 提交于
* remove return in op_test teardown, test=develop * add check_grad for fp64 and other type * update white list
-
由 huzhiqiang 提交于
* test the equality between running-time and compiling time * add white_list for compile_vs_runtime check test=develop * add check of new-registered op on compile&runtime-lodEquality test=develop * test=develop * test=develop * update white-list test=develop * merge with new code test=develop * fix code style test=develop * test=devleop * test=develop * test=develop * test=develop * add more ops to white_list test=develop * test=develop * test=develop * test=develop * test=develop * test=develop * fix code_style: add comments test=develop * test=develop
-
- 20 12月, 2019 2 次提交
-
-
由 Zhang Ting 提交于
-
由 zhupengyang 提交于
-
- 19 12月, 2019 1 次提交
-
-
由 Leo Chen 提交于
-
- 18 12月, 2019 1 次提交
-
-
由 juncaipeng 提交于
*use dtype to determine whether check_grade is needed, and delete useless class
-
- 17 12月, 2019 1 次提交
-
-
由 Zhang Ting 提交于
-
- 14 12月, 2019 1 次提交
-
-
由 juncaipeng 提交于
* update op test framework
-
- 05 12月, 2019 1 次提交
-
-
由 Leo Chen 提交于
* test=develop, fix docker with paddle nccl problem * don't expose numerous Tensor.set(), test=develop * fix condition, test=develop * fix float16 bug, test=develop * feed should be Tensor or np.array, not Variable or number, test=develop * use forcecast to copy numpy slice to new array, test=develop * remove float16-uint16 hacking, test=develop * add variable method to varbase and refactor to_variable to support return varbase * support kwargs in varbase constructor * add VarBase constructor to support default python args * refine varbase initial method * reset branch * fix ut for change VarBase error info to PaddleEnforce * cherry is parameter change before * overload isinstance to replace too many change of is_variable * rm useless files * rm useless code merged by git * test=develop, fix some ut failed error * test=develop, fix test_graph_wrapper * add some tests, test=develop * refine __getitem__, test=develop * add tests, test=develop * fix err_msg, test=develop
-
- 28 11月, 2019 1 次提交
-
-
由 Zeng Jinle 提交于
* use system allocator in unittests, test=develop * fix op bugs, test=develop * fix tensor copy bug when src and dst are the same, test=develop
-
- 25 11月, 2019 1 次提交
-
-
由 Zeng Jinle 提交于
* add global value getter setter, test=develop * fix error messages, test=develop
-
- 21 11月, 2019 1 次提交
-
-
由 zhongpu 提交于
* open dygraph op test, test=develop * modify to_variable, test=develop * modify input and output for dygraph, test=develop * modify input and output for dygraph(fix bug), test=develop * fix input processing of dygraph op test, test=develop * fix bug, test=develop * fix op test, test=develop * fix forward bug for dygraph, test=develop * fix mkldnn op test for forward, test=develop * update nn.py for dygraph, test=develop * fix crop_tensor_op, test=develop * fix elementwise_mul_op, test=develop * fix fill_op, test=develop * fix some mkldnn op, test=develop * open backward op test for dygraph, test=develop * delete log, test=develop * close backward op test for dygraph, test=develop * fix bug for edit_distance_op and test_lstm_cudnn_op, test=develop * fix optest backward bug for dygraph, test=develop * fix optest backward bug for dygraph, test=develop * close backward op test for dygraph, test=develop * close backward op test for dygraph, test=develop * open dygraph op test, test=develop * fix op test for dygraph, fix GradOpDescMaker, test=develop * fix bug for linear_chain_crf_op.h, test=develop * remove log, test=develop * remove log, test=develop * remove log for op_test.py, test=develop * remove log for op_test.py, test=develop * fix bug for var_conv_2d_op, change PADDLE_ENFORCE, test=develop * fix PADDLE_ENFORCE_EQ for hierarchical_sigmoid_op.cc, test=develop * fix bug for test_increment_ngraph_op.py, test=develop * fix lod for op test in dygraph, test=develop * refactor op_test.py to reduce redundant code, test=develop * fix lod optest, modify InputVar/OutputVar to HasInput/HasOutput, test=develop * remove debug log, test=develop * remove redundant code in base.py, test=develop * fix some error in optest, test=develop * fix ClearNoNeedBufferInputs function's bug for LoDTensor, test=develop * refactor op_test.py, test=develop * remove redundant writing, test=develop * fix error(get tensor of the grad variable), test=develop * fix test_concat_mkldnn test_conv2d_mkldnn, test=develop * fix optest.py for get tensor of LoDTensor, test=develop * fix optest.py for get tensor of LoDTensor, test=develop * fix optest.py for get tensor of LoDTensor, test=develop * fix some redundant code, test=develop * reslove conflict and rewrite paddle error message, test=develop
-
- 11 11月, 2019 1 次提交
-
-
由 Yiqun Liu 提交于
* Add the check of lod_level between compile-time and runtime. test=develop * Fix bug in check_compile_vs_runtime. test=develop * Fix the check of output when it is dispensiable or intermediate. test=develop * Share lod of x to out in match_matrix_tensor op in compile-time. * Implement GetLoDLevel in InferShapeContext. * Set the default value of check_compile_vs_runtime to False and enable it in test_sequence_pad_op. test=develop * Enable check_compile_vs_runtime in test_match_matrix_tensor. * Add the implementation of SetLoDLevel in InferShapeContext. * Remove the implementation of IncreaseLoDLevel and call Get/SetLoDLevel instead. * Remove the implementation of DecreaseLoDLevel and call Set/GetLoDLevel instead. * Refine some ops and unittests. test=develop * Fix a typo. test=develop * Remove the check of var type, and change int to int32_t. test=develop * Add unittest for Get/SetLoDLevel. test=develop
-
- 01 11月, 2019 1 次提交
-
-
由 Leo Chen 提交于
* don't expose numerous Tensor.set(), test=develop * fix condition, test=develop * fix float16 bug, test=develop * feed should be Tensor or np.array, not Variable or number, test=develop * use forcecast to copy numpy slice to new array, test=develop * remove float16-uint16 hacking, test=develop
-
- 24 9月, 2019 1 次提交
-
-
由 Leo Chen 提交于
* make OpTest check grad inplace even if forward has no inplace, test=develop * do not run PE when enable_inplace is False, test=develop * add conv3d cuda kernel for float16 type, test=develop * refactor OpTest for inplace, test=develop * add comments, test=develop
-
- 17 9月, 2019 1 次提交
-
-
由 Leo Chen 提交于
* update OpTest to support double grad inplace check, test=develop * keep consistency of _calc_output function, test=develop
-
- 03 9月, 2019 1 次提交
-
-
由 baojun 提交于
* update ngraph ops test=develop * update unittest test=develop * increase coverage test=develop
-
- 26 8月, 2019 1 次提交
-
-
由 Leo Chen 提交于
* fix bug of getting bool Flags from os.environ, test=develop * add empty loss_name in CompiledProgram for inplace grad test, test=develop
-
- 22 8月, 2019 1 次提交
-
-
由 Leo Chen 提交于
-