- 26 7月, 2023 1 次提交
-
-
由 ronnywang 提交于
-
- 25 7月, 2023 1 次提交
-
-
由 qiuwenbo 提交于
* [尝试] 给tensor增加一个属性, 这个属性是一个定值 1 * 暴露gradnode 并构建gradnode新的方法(用来测试)进行暴露给python python端可以访问 * 开发grad_fn、next_functions两个API 并暴露到python端- 做一些规范化处理 * 增加一个单元测试 * 优化 code-style * 将单侧文件迁到正确的位置 * 优化 code-style * 删除无用注释 * 解决 __main__ has no attribute * 修改单侧文件 * 修改单侧脚本-temp * 解决 grad_fn next_functions api 接口导致内存异常的问题 * 修改单测内容 * 解决 code-style 问题
-
- 24 7月, 2023 1 次提交
-
-
由 Chen Weihang 提交于
* simplify dist tensor namespace path * fix tensor dist attr decl error
-
- 21 7月, 2023 1 次提交
-
-
由 Ruibin Cheung 提交于
-
- 19 7月, 2023 2 次提交
-
-
由 ronnywang 提交于
-
由 Chen Weihang 提交于
* polish dist_tensor details * add unittest for coverage * revert uselesss change * skip test without dist
-
- 12 7月, 2023 3 次提交
- 11 7月, 2023 2 次提交
-
-
由 qiuwenbo 提交于
* [尝试] 给tensor增加一个属性, 这个属性是一个定值 1 * 暴露gradnode 并构建gradnode新的方法(用来测试)进行暴露给python python端可以访问 * 开发grad_fn、next_functions两个API 并暴露到python端- 做一些规范化处理 * 增加一个单元测试 * 优化 code-style
-
由 Aurelius84 提交于
* [NewIR]Refine IrPrinter and basic Concept Interface for const Object
-
- 10 7月, 2023 2 次提交
-
-
由 duanyanhui 提交于
-
由 ronnywang 提交于
-
- 07 7月, 2023 1 次提交
-
-
由 ronnywang 提交于
-
- 06 7月, 2023 1 次提交
-
-
由 shentanyue 提交于
-
- 04 7月, 2023 1 次提交
-
-
由 YuanRisheng 提交于
* add program pybind * rename file * fix compile bugs
-
- 03 7月, 2023 1 次提交
-
-
由 ronnywang 提交于
* [CustomDevice] release device manager in py::atexit * fix hip_version macro * update * update
-
- 30 6月, 2023 1 次提交
-
-
由 niuliling123 提交于
-
- 29 6月, 2023 1 次提交
-
-
由 TaoTao Li 提交于
* update dygraph collective fix ut * remove debug log
-
- 28 6月, 2023 1 次提交
-
-
由 zhaoyingli 提交于
* add gc for multi jobs * fix job.h * update OpInfo to OpInOutInfo * update get_skip_gc_vars algo order
-
- 27 6月, 2023 1 次提交
-
-
由 JZ-LIANG 提交于
* base rule * add sharidng merge * add sharidng axis merge * define unified data class for inferencing dist_attr * test wrap DistTensorSpec in dygraph mode * matmul main logic done * define unified data class for inferencing dist_attr --------- Co-authored-by: NYichen Zhang <zhangyichen03@baidu.com>
-
- 26 6月, 2023 1 次提交
-
-
由 XiaociZhang 提交于
* [XPU] support xpu runtime profiler: follow up * fix compile issue
-
- 20 6月, 2023 2 次提交
-
-
由 HongyuJia 提交于
-
由 zhangbo9674 提交于
* new_ir to shared * refine code * add ir lib path to env * refine type * refine code * fix bug * fix bug * refine code * refine code * close win * refine code * refine code * refine code * add win share * refine code * refie code * refine code * refine code * refien code * fix bug * fix bug * fix bug * solve conflict * solve conflict * fix bug * refine code * fix bug * fix bug * fix bug * fix bug * fix bug * refine code * fix interpretercore program bug * delete unuse code * fix bug * fix bug * fix bug * fix bug * fix bug * fix bug * fix bug * fix bug * fix cinn bug * fix cinn bug * debug * fix cinn bug * delete unused code * fix cinn bug * fix cinn bug * fix ug * test win openblas * test win openblas * fix win openblas bug * polish code * fix win open blas bug * close win dll * fix flag bug * test for windows * fix compile bug
-
- 19 6月, 2023 1 次提交
-
-
由 AlbertVan 提交于
-
- 16 6月, 2023 1 次提交
-
-
由 Ruibiao Chen 提交于
* Run plan in standalone executor * Update codes * Update atol and rtol for py3-CI * Add scope to cache key * Fix CI errors * Fix code style * Update codes * Remove fetch_name in standalone executor * Fix UT * Update codes * Fix new IR bug
-
- 15 6月, 2023 2 次提交
-
-
由 hong 提交于
* add kernel dialect * change DenseTensorTypeStorage to DenseTensorType * add test case` * add first pd_op to kernel dialect * lower pd op to kernel dialect * update * update * remove useless code * add attrite print test * fix bug * update * update * update * update * polish code * fix bug * polish code and add python test * add test * fix test error * add env flag * fix bug * revert test env * change cc_test_old to cc_test * fix build_static bug * fix type test error * udpate cmake * disable test in windows * fix inference compile
-
由 LiYuRio 提交于
-
- 14 6月, 2023 1 次提交
-
-
由 zhupengyang 提交于
-
- 13 6月, 2023 2 次提交
- 12 6月, 2023 2 次提交
-
-
由 ShenLiang 提交于
-
由 YuanRisheng 提交于
* add phi option in cmake * modify default option * fix windows bugs * perfect log * change default mode * change phi so on for py3
-
- 09 6月, 2023 1 次提交
-
-
由 zhupengyang 提交于
-
- 08 6月, 2023 4 次提交
-
-
由 jiangcheng 提交于
* [CINN] add paddle.device.is_run_with_cinn() api for running check * for pass ci converge * add check whl should compiled with cinn * fix ci coverage bug * remove exposed API * import is_run_with_cinn explicitly
-
由 Yiqun Liu 提交于
* Add outputs to check_numerics_kernel. * Add check_numerics to yaml. * Add API and unittest. * Add check_nan_inf_level as argument of check_numerics_kernel. * Add more unittests. * Fix static API implementation and unittest. * Move the implementation of check_numerics to paddle.amp. * Fix import error.
-
由 Yuanle Liu 提交于
-
由 ronnywang 提交于
* [CustomDevice] add sarding support * update
-
- 07 6月, 2023 1 次提交
-
-
由 LiYuRio 提交于
-
- 05 6月, 2023 1 次提交
-
-
由 huangjiyi 提交于
-