- 03 8月, 2023 1 次提交
-
-
由 wanghuancoder 提交于
* add docstring of three eager method * test=docs_preview * update element size bind * update docs of numpy, clone, clear_gradient, element_size; test=docs_preview * refine clear_gradient docs; test=docs_preview * refine element_size docs; test=docs_preview * add detach doc; test=docs_preview * empty commit; test=docs_preview * update signature; test=docs_preview * refactor; test=docs_preview * empty commit; test=docs_preview * add docstring of Tensor * empty commit; test=docs_preview * refine TensorDoc; test=docs_preview * refine TensorDoc; test=docs_preview * remove extra indent in TensorDoc; test=docs_preview * remove a space; test=docs_preview * move docs ahead of implementation; test=docs_preview * add doc * refine * refine * refine --------- Co-authored-by: Nwj-Mcat <1435130236@qq.com> Co-authored-by: NSigureMo <sigure.qaq@gmail.com>
-
- 02 8月, 2023 4 次提交
-
-
由 xiongkun 提交于
-
由 wanghuancoder 提交于
* add docstring of three eager method * test=docs_preview * update element size bind * update docs of numpy, clone, clear_gradient, element_size; test=docs_preview * refine clear_gradient docs; test=docs_preview * refine element_size docs; test=docs_preview * add detach doc; test=docs_preview * empty commit; test=docs_preview * update signature; test=docs_preview * refactor; test=docs_preview * empty commit; test=docs_preview * add docstring of Tensor * empty commit; test=docs_preview * refine TensorDoc; test=docs_preview * refine TensorDoc; test=docs_preview * remove extra indent in TensorDoc; test=docs_preview * remove a space; test=docs_preview * move docs ahead of implementation; test=docs_preview * refine --------- Co-authored-by: Nwj-Mcat <1435130236@qq.com> Co-authored-by: NSigureMo <sigure.qaq@gmail.com>
-
由 wanghuancoder 提交于
* fix security bug
-
由 xiaoguoguo626807 提交于
* add ir core * add test * modify name * merge * add test for __eq__ * shield test for __eq__ * --amend * Update new_ir_compiler.cc
-
- 01 8月, 2023 6 次提交
-
-
由 ronnywang 提交于
-
由 Zhenghai Zhang 提交于
-
由 wanghuancoder 提交于
* del python varbase
-
由 LiYuRio 提交于
* use string as key for comm_context_manager * remove device_id from comm_context
-
由 gouzil 提交于
-
由 wanghuancoder 提交于
* test close old dygraph trace
-
- 31 7月, 2023 3 次提交
-
-
由 YuanRisheng 提交于
* support construct network using ir in Python * fix py3 bugs * change source return type to OpResult
-
由 gouzil 提交于
-
由 wanghuancoder 提交于
support stride
-
- 26 7月, 2023 4 次提交
-
-
由 YuanRisheng 提交于
* bind ir core * perfect code * deal with conflict
-
由 LiYuRio 提交于
* Implement replicated to split reshard function * fix link error in clang * refine split functor * simplify reshard code
-
由 gouzil 提交于
-
由 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 1 次提交
-
-
由 HongyuJia 提交于
-