- 26 7月, 2021 6 次提交
-
-
由 furnace 提交于
* [NPU] add cumsum * [NPU] delete debug codes * [NPU] add attr flatten and unittests, and api tests * [NPU] delete comment codes * [NPU] add attr flatten and axis exclusive check * [NPU] delete skipIf
-
由 zhiboniu 提交于
-
由 zhiboniu 提交于
-
由 李季 提交于
Fix the bug in paddle.distributed.split demo. The paddle.distributed.split op just can be used in static mode. (#34306) * fix the bug in paddle.distributed.split demo
-
由 furnace 提交于
* [NPU] add hard_sigmoid * [NPU] delete check_dygraph=False and max_relative_error * [NPU] delete debug codes * [NPU] add more test cases * [NPU] add api test TestHardsigmoidAPI * [NPU] temp delete hard_sigmoid for resovle conficts * [NPU] resolve conflicts
-
由 jakpiase 提交于
* fixed CI failing * removed unnecessary imports
-
- 23 7月, 2021 8 次提交
-
-
由 Aurelius84 提交于
Revert "[Dy2Stat] Refactor ExecutorCache logic and pre-support BuildStrategy for pass (#34181)" (#34348) This reverts commit 609f8225.
-
由 YUNSHEN XIE 提交于
-
由 will-jl944 提交于
* logical ops support int8, int16, int32, int64, float, double * update docs of logical ops * fix npu and xpu logical ops * fix npu and xpu logical ops * fix bug in xpu logical op code * update test_logical_op_npu and test_logical_op_xpu * correct error type
-
由 ronnywang 提交于
* add index_sample_op_npu and tests * update
-
由 Leo Chen 提交于
* fix variable name * fix variable name
-
由 shangliang Xu 提交于
-
由 liu zhengxi 提交于
-
由 ronnywang 提交于
-
- 22 7月, 2021 14 次提交
-
-
由 Leo Chen 提交于
* copy found_inf to cpu in advance to improve performance * add npu test * add npu test * refine code * refine memcpy op * fix adam
-
由 wuhuachaocoding 提交于
-
由 Aurelius84 提交于
* modify into program_id * fix cache_info declare problem * fix python int to C long problem * modify point to reference * add ENVS
-
由 tianshuo78520a 提交于
-
由 Qi Li 提交于
* [NPU] update NPU ci tests, test=npu_aarch64 * [NPU] fix x86 build and add disable_ut for NPU, test=npu_aarch64 * [NPU] address review comments, test=develop
-
由 jakpiase 提交于
* added sigmoid BF16 FWD/BWD and gelu BF16 BWD * added newline at EOF * switched from lambdas to local functions * changed function names
-
由 Leo Chen 提交于
-
由 cc 提交于
* add int16 kernel for lookup_talbe and dequantize_abs_max op
-
由 王明冬 提交于
-
由 Jiaqi Liu 提交于
-
由 王明冬 提交于
-
由 Zhen Wang 提交于
-
由 wangguanzhong 提交于
-
由 zyfncg 提交于
* Support getitem by ellipsis index in dynamic mode * change some code style
-
- 21 7月, 2021 11 次提交
-
-
由 zlsh80826 提交于
* upgrade test_tensorrt to trt8 * format
-
由 Kaipeng Deng 提交于
-
由 王明冬 提交于
-
由 jiangcheng 提交于
-
由 chentianyu03 提交于
-
由 chentianyu03 提交于
-
由 Leo Chen 提交于
* add npu unittest only if WITH_ASCEND_CL is ON * remove @unittest.skipIf, since these unittests will only be created when WITH_ASCEND_CL is ON * open dygraph test for npu test
-
由 kuizhiqing 提交于
-
由 wenbin 提交于
* reduce_mean supported. test=allcase * ut. test=allcase * test=develop * ut.test=allcase * correct name. test=allcase * correct UT. test=allcase * correct UT.test=develop * remove op * UT * add convert * fix timeout issue * more uts * more ut * correct ut
-
由 zhouweiwei2014 提交于
* polish windows compile for Ninja, fix random compile fail * polish windows compile for Ninja, fix random compile fail
-
由 Fan Zhang 提交于
[CPU-PSLIB] Add consistency insepection of op's embedding name and sparse table name in config_fleet.py, test=develop (#34249)
-
- 20 7月, 2021 1 次提交
-
-
由 李季 提交于
* fix cast
-