- 18 6月, 2021 1 次提交
-
-
由 Zhou Wei 提交于
-
- 17 6月, 2021 3 次提交
-
-
由 Wilber 提交于
-
由 joanna.wozna.intel 提交于
* Add bf16 support for save and load ops * Add bf16 test condition * Add matmul and chagne fluid.io to paddle.static * Reduce the test duration
-
由 joanna.wozna.intel 提交于
* Add lookup_table_v2 BF16 * Reuse lookup table UT * Change op_type to op_version * Remove check_dygraph * Remove skip_check_grad_ci
-
- 16 6月, 2021 2 次提交
-
-
由 tianshuo78520a 提交于
-
由 iducn 提交于
* modify reviewer, test=document_fix * modify reviewer, test=document_fix
-
- 10 6月, 2021 1 次提交
-
-
由 Ren Wei (任卫) 提交于
* 增加方法获取和执行全量api的示例代码进行测试 * start the sample code test for gpu * should import paddle separately * add a stdout handler, the default is stderr. the paddle_build.sh will catch the stdout content. * add RUN_ON_DEVICE into the requires set * if codeblok['required'] is empty, use the RUN_ON_DEVICE instead * set the threads to 16 http://agroup.baidu.com/paddlepaddle-org-cn/md/article/4036225 * 设置默认日志级别为INFO级别 * using the logic from gen_doc.py * using modulelist to get the all apis * as we don't care which name is the shorttest, so fetch the first name in the all_names list * the new list from project * 先不启用gpu测试,先把print_signature获取不到全部API的问题解决了
-
- 08 6月, 2021 2 次提交
-
-
由 YUNSHEN XIE 提交于
* Optimizing prec process on windows * fix bug
-
由 Jiangxinz 提交于
Add 'self' parameters to function Cluster::update_pods, use variable name 'cur_proxy' instead of 'proxy' in file 'tools/get_pr_ut.py' (#33377) * undefined variable proxy * Cluster::update_pods lacks of parameter self
-
- 07 6月, 2021 2 次提交
- 03 6月, 2021 1 次提交
-
-
由 LiuWei 提交于
-
- 01 6月, 2021 2 次提交
-
-
由 YUNSHEN XIE 提交于
* fix path error on windows when precision switch is turn on * fix error * Update get_pr_ut.py fix format error * Update get_pr_ut.py
-
由 YUNSHEN XIE 提交于
-
- 31 5月, 2021 3 次提交
-
-
由 zhangchunle 提交于
-
由 zhangchunle 提交于
-
由 zhangchunle 提交于
-
- 27 5月, 2021 1 次提交
-
-
由 Zhou Wei 提交于
* Unify all external API error message mechanism and enhance third-party API error msg * fix some comment * fix some comment
-
- 26 5月, 2021 4 次提交
-
-
由 Yuang Liu 提交于
-
由 jakpiase 提交于
* added op cast functionality for fp32/bf16 * added newline * added entries in static mode white list and unity build * fixed failing tests * changes after review * added formatting * upgraded tests file as reviewer suggested * changes after review * minor change
-
由 tianshuo78520a 提交于
* fix model_benchmark ci * ADD proto_so
-
由 Zhou Wei 提交于
* fix ninja compilation bug on windows * polish windows ci * polish windows ci
-
- 25 5月, 2021 2 次提交
-
-
由 YUNSHEN XIE 提交于
-
由 jakpiase 提交于
-
- 24 5月, 2021 1 次提交
-
-
由 tianshuo78520a 提交于
This reverts commit 0e5d832c.
-
- 21 5月, 2021 1 次提交
-
-
由 tianshuo78520a 提交于
* fix model_bhecnmark ci * fix model_bhecnmark ci
-
- 20 5月, 2021 2 次提交
-
-
由 chentianyu03 提交于
* add complex template file * add numtraits for complex template * add complex template type register * modify specify template of complex * modify specify template of complex * modify specify template of complex * modify specify template of complex * make TensorCheckerVisitor support complex type * fix operator= error * add complex template * add complex template type * add complex template type to pyarray transform * add complex template type to pyarray transform * remove complex type for dlpack register * set dlpack supprot complex type * set dlpack supprot complex type * set dlpack supprot complex type * remove explict for complex constructor * add complex unit test file
-
由 zhangchunle 提交于
-
- 19 5月, 2021 2 次提交
-
-
由 YUNSHEN XIE 提交于
* remove ut from parallel_ut list * remove some timeout ut
-
由 Zhou Wei 提交于
-
- 18 5月, 2021 1 次提交
-
-
由 zhangchunle 提交于
-
- 14 5月, 2021 3 次提交
-
-
由 zhangchunle 提交于
-
由 Ren Wei (任卫) 提交于
use the `required` instruction to determine if the environment fits the sample code's required. (#32766) * add unittests * add find_last_future_line_end * extract_code_blocks_from_docstr and its testcases * test_codeblock_before_examples_is_ignored * sampcd_extract_to_file 拆为两步 * update the codeblock element's format * code-block directive has no value options * insert the CODES_INTERTED_INTO_FRONTEND * using the new func insert_codes_into_codeblock * get_test_capacity and is_required_match * using the new funcitons in sampcd_extract_to_file * add some comments and refactor functions * using logger instead of all the print * remote wlist * collect summary info, and print them * call get capacity * update summary format * print the apis that don't have sample codes. * print the samples the consumed time more than 10s. print time * update unittest testcases * solve ResourceWarning: unclosed file * run tools test seperately * python2 does not have nonlocal keyword, using dict variable instead * remove unused import, rearrange a series of conditional statements. * remove wlist.json and its check approval * remove wlist.json and its check approval
-
由 tianshuo78520a 提交于
-
- 12 5月, 2021 2 次提交
-
-
由 Zhou Wei 提交于
* fix windows CI * fix windows CI
-
由 tianshuo78520a 提交于
-
- 10 5月, 2021 2 次提交
-
-
由 tianshuo78520a 提交于
This reverts commit 92adeceb.
-
由 tianshuo78520a 提交于
-
- 07 5月, 2021 2 次提交
-
-
由 tianshuo78520a 提交于
-
由 Zhou Wei 提交于
* Remove paddle_custom_op dynamic libraries, change link to FLUID_CORE on windows, and check copy_to * fix CI
-