- 05 1月, 2023 8 次提交
-
-
由 TeFeng Chen 提交于
* delivery skip_gc_vars from the main graph to each subgraph compiled by CINN * rearrange format and annotation * fix lacking namespace * fix segmentation fault cinn subgraph doesn't own kSkipGcVarNames * deliver all skip_gc_vars of main graph * add vlog for skip_gc_vars
-
由 Huihuang Zheng 提交于
Add 0d Tensor Test Cases for cond, case, switch_case. Since the 3 APIs are control flow APIs, their support for 0d tensor relies on the underneath APIs. This PR just added test cases to prove that the 3 APIs have already handled 0d tensor well.
-
由 XiangGao 提交于
-
由 Yuang Liu 提交于
-
由 Weilong Wu 提交于
-
由 GaoYuYang 提交于
-
由 risemeup1 提交于
* modify setup.py and paddle_build.sh * modify setup.py and paddle_build.sh * modify setup.py and paddle_build.sh * modify setup.py * modify run_setup * modify setup.py * fix make_clean * modify setup.py * modify setup.py * delete setting python_libary * debug * debug * debug * debug
-
由 zhangkaihuo 提交于
-
- 04 1月, 2023 18 次提交
-
-
由 Aurelius84 提交于
-
由 risemeup1 提交于
* approve_for_setup,test=test=document_fix * test
-
由 houj04 提交于
-
由 Yuanle Liu 提交于
-
由 Guanghua Yu 提交于
-
由 Wilber 提交于
-
由 Roc 提交于
-
由 JZ-LIANG 提交于
* remove deps and prior comm * grad comm fuse * add deps for amp&global norm * stage2 broadcast prior deps * stage2 grad overlap * stream_analyzer bugfix * overlap enable * dep op namescope * depend support multiple inputs * check finite deps * stage2 param comm overlap * Set kD2HStream * grad comm hierarchical * grad comm hierarchical * new unitest Co-authored-by: Nchenruibiao <chenruibiao@baidu.com>
-
由 zhangbo9674 提交于
-
由 risemeup1 提交于
* fix get_single_test_cov.py bug * debug
-
由 Yuanle Liu 提交于
-
由 张春乔 提交于
-
由 Matsumoto Ruko 提交于
* update requirements.txt and setup.py.in * update requirements.txt setup.py.in setup.py
-
由 Sławomir Siwek 提交于
This reverts commit 2c444dfa.
-
由 张春乔 提交于
* add for-else * add * for unpacking
-
由 HongyuJia 提交于
* execute use kernel_key first * change OpKernelType->KernelKey * fix py3 compile error, remove redundant header files * fix build_strategy_test * fix DataType::RAW * fix custom_type test: operator_test.cc * fix transform place * fix backends_are_same_class * try fix place TransDataDevice * support all KernelKey * fix TransformData * fix place_are_same_class * fix merge * fix test_params_no_grad * fix specific place of GetExpectedKernelType * fix specific place of GetExpectedKernelType * fix GetKernelTypeForVar * fix dtype error * fix fetch_v2 * change GetKernelTypeForVar * fix interpreter * fix typo error * polish codes * polish codes * polish codes * fix conflict
-
由 Nyakku Shigure 提交于
* [CodeStyle][isort][UP019] sort imports and update deprecated type annotation in paddle/jit/api.py * Revert "[CodeStyle][isort][UP019] sort imports and update deprecated type annotation in paddle/jit/api.py" This reverts commit 0ca4d52c900199126e6433057d1514dbf9d4ee07. * update deprecated typing
-
由 lzy 提交于
-
- 03 1月, 2023 14 次提交
-
-
由 wangzhen38 提交于
-
由 limingshu 提交于
-
由 WangZhen 提交于
* Fix param and out grad names in dy2st for high order grad
-
由 Yuanle Liu 提交于
-
由 risemeup1 提交于
-
由 Sławomir Siwek 提交于
* replace matmul with matmul_v2 in fuse passes * Remove fusion logic from matmul * removing fusion methods * add proper name * adjust namespaces
-
由 Charles-hit 提交于
* move fc from fluid to paddle2.0 * fix unit test * fix some examples * fix some examples
-
由 GGBond8488 提交于
* remove fluid.save_dygraph and fluid.load_dygraph use paddle.save and paddle.load instead * move Sequential to paddle.nn * modify convert_call_func.py Sequential reference * remove related unitests * remove fluid.dynamic.Sequntial * test remove conver_call_func * fix conflicts * fix typro * fix unitests * fix sample_code * fix unitest * fix __init__
-
由 Nyakku Shigure 提交于
* [CodeStyle][py2] test dockerfile * remove some deps for pip2.7 * clean python2 * remove pip upgrade * use tar extract setuptools package * downgrade setuptools
-
由 kangguangli 提交于
-
由 Guanghua Yu 提交于
-
由 zhoutianzi666 提交于
* Implement conv2d_fusion NHWC format using CUTLASS * Add unit testing for CUTLASS Conv in inference * Add experimental API for CUTLASS.
-
由 Aurelius84 提交于
* [OpAttr]Fix Ignore AttriteTensor in IndicateDataType bug in grad_op * add GetExpectedKernelType
-
由 Yiqun Liu 提交于
* Use BroadcastKernel and ReduceKernel to optimize expand and expand_grad. * Correct the axis when there is only 1 input in BroadcastKernel. * Add the calculate of output's shape.
-