- 10 3月, 2021 1 次提交
-
-
由 JamesLim 提交于
-
- 09 3月, 2021 9 次提交
-
-
由 YUNSHEN XIE 提交于
* add precision on mac * added judge * match file_ut.json on mac * fix code format error * fix code format error * fix error caused by length of ut_lists exceeds the limit * fix format error,notest,test=cpu * fix code format error * add windows judge on get_pr_ut
-
由 Jacek Czaja 提交于
* - introduced fix onednn 2.2 version * - compilation fix
-
由 YUNSHEN XIE 提交于
* add precision test for windows ci exclude check_added_ut * fix error * added PRECISION_TEST parameters * fix format error
-
由 Zhou Wei 提交于
-
由 wangguanzhong 提交于
-
由 wangguanzhong 提交于
-
由 ronnywang 提交于
-
由 Qi Li 提交于
-
由 Jacek Czaja 提交于
-
- 08 3月, 2021 5 次提交
-
-
由 石晓伟 提交于
-
由 Qi Li 提交于
-
由 Qi Li 提交于
-
由 Aurelius84 提交于
* auto specify PADDLE_WITH_MKLDNN and remove Interpretper * remove print * fix check abi * fix windows * fix compile flags
-
由 Leo Chen 提交于
-
- 05 3月, 2021 5 次提交
- 04 3月, 2021 12 次提交
-
-
由 Qi Li 提交于
-
由 liym27 提交于
-
由 YUNSHEN XIE 提交于
* fix python full coverage decrease issue * fix
-
由 Wilber 提交于
prepare remove grad op and kernel script. update Paddle_CI_Inference pipeline.
-
由 Zhang Ting 提交于
-
由 YUNSHEN XIE 提交于
* fix modified_retry_method_only_win * fix bug * fix retry bug on windows
-
由 Zhang Ting 提交于
* improve performance of depthwise_conv2d * add unittest
-
由 wuhuanzhou 提交于
-
由 liym27 提交于
-
由 Huihuang Zheng 提交于
Fix wrong code comment
-
由 Huihuang Zheng 提交于
Fix Read-Only Attribute as while_loop Output: Usually, our convert_while_loop will be like: ``` [a, b, c] = paddle.jit.dy2static.convert_while_loop( condition_name, body_name, [a, b, c]) ``` where a, b, c are in loop_var_names. However, if loop_var_names contains property such as foo.x, we cannot assign the attribute as output of convert_while_loop because Python property is a kind of read-only attribute. To handle the case, we replace the attributes which are output of convert_while_loop with generated variables, then if we know the attribute is not read-only at runtime, we assign the attribute. The created statements are like: ``` [a, b, __attribute_variable_1] = paddle.jit.dy2static.convert_while_loop( condition_name, body_name, [a, b, foo.x]) if not isinstance(getattr(type(foo), x, None), property): foo.x = __attribute_variable_1 ```
-
由 jakpiase 提交于
-
- 03 3月, 2021 8 次提交
-
-
由 Qi Li 提交于
* [ROCM] update fluid elementwise op for rocm (part10), test=develop * update, test=develop * address review comments, test=develop
-
由 Qi Li 提交于
* [ROCM] update fluid operators for rocm (part3), test=develop * fix clang format error, test=develop
-
由 Qi Li 提交于
-
由 Qi Li 提交于
-
由 Pei Yang 提交于
-
由 Qi Li 提交于
-
由 Qi Li 提交于
-
由 wuhuanzhou 提交于
-