- 26 8月, 2022 1 次提交
-
-
由 王明冬 提交于
-
- 25 8月, 2022 1 次提交
-
-
由 ronnywang 提交于
* [NPU] add run_program_op_npu * add run_program_op_npu ut
-
- 24 8月, 2022 1 次提交
-
-
由 ronnywang 提交于
-
- 17 8月, 2022 1 次提交
-
-
由 Nyakku Shigure 提交于
[CodeStyle][NPU] use np.testing.assert_allclose instead of self.assertTrue(np.allclose(...)) (part 1) (#44988) * autofix * try resolve precision issues * revert some changes * clean some `err_msg` * 0.0001 -> 1e-4 * update commented assert code * try to fix some shape errors * `numpy` -> `np` * empty commit, trigger kunlun ci, test=kunlun * empty commit, retrigger kunlun ci, test=kunlun * empty commit, trigger kunlun ci, try fix npu memcpy_h2d, test=kunlun * try fix npu import error, test=kunlun
-
- 08 8月, 2022 1 次提交
-
-
由 ronnywang 提交于
-
- 05 7月, 2022 1 次提交
-
-
由 zhiboniu 提交于
* change fluid.mean to paddle.mean * reverse some old code examples
-
- 14 6月, 2022 2 次提交
-
-
由 Wilber 提交于
* cmake-lint * update
-
由 zlsh80826 提交于
* Replace np.bool/np.bool8 with np.bool_ * Replace np.object with np.object_ * Replace np.complex with np.complex128 * Replace np.float with np.float64 * Replace np.int with np.int_ * Rerun pre-commit for newer pre-commit configuration * Use builtin bool instead of np.bool_ based on the context
-
- 05 6月, 2022 1 次提交
-
-
由 Sing_chan 提交于
* use yapf to format all python file * yapf exclude two unittests file for they rely on writing and reading file, and format will break them * disable diff_py_file because too many diff files cause command following failed
-
- 04 6月, 2022 1 次提交
-
-
由 Sing_chan 提交于
-
- 31 5月, 2022 1 次提交
-
-
由 Aganlengzi 提交于
* fix arg_max and reduce_max * add arg_max ut
-
- 18 5月, 2022 1 次提交
-
-
由 Aganlengzi 提交于
* [NPU] add take_along_axis and take_along_axis_grad ops * [NPU] add take_along_axis and take_along_axis_grad ops * fix ut because cpu kernel can not be fallbacked
-
- 17 5月, 2022 1 次提交
-
-
由 Aganlengzi 提交于
* [NPU] add multinomial op * fix place * deal with cann version * fix for old operator * change another way
-
- 06 5月, 2022 1 次提交
-
-
由 Aganlengzi 提交于
* [NPU] add clip_by_norm op * fix * update
-
- 27 3月, 2022 1 次提交
-
-
由 Aganlengzi 提交于
* [NPU] fix npu cast ut * [NPU] fix npu cast ut
-
- 25 3月, 2022 2 次提交
-
-
由 Jiabin Yang 提交于
* refactor eager flags * fix flags error when we switch from eager to dygraph * fix ci problem * fix ci * fix ci * merge develop and fix code style * merge develop and fix code style * fix op test error * fix op test error * fix op test error * fix op test error * fix op test error * merge develop
-
由 Aganlengzi 提交于
* [NPU] add merged_momentum * fix * fix device
-
- 23 3月, 2022 2 次提交
-
-
由 furnace 提交于
* [NPU] add npu support for conv3d and conv3d_grad * [NPU] delete failed unittests due to Ascend not support * [NPU] delete debug codes * [NPU] optimize codes, notest * [NPU] remove const_cast * [NPU] optimize for remove const_cast * [NPU] fix written errors
-
由 wanghuancoder 提交于
* fix some slice bug, test=develop * eager slice, test=develop * eager slice, test=develop * refine, test=develop * refine, test=develop * fix bug, test=develop * refine, test=develop * rename function name, test=develop
-
- 18 3月, 2022 2 次提交
- 08 3月, 2022 1 次提交
-
-
由 lilong12 提交于
* add pg_hccl
-
- 18 2月, 2022 1 次提交
-
-
由 baoachun 提交于
-
- 16 2月, 2022 1 次提交
-
-
由 Leo Chen 提交于
* pten matmul cuda kernel support bf16 * fix pten kernel name * add matmul_grad bf16 kernel * add emptylike bf16 kernel * fix compile * suppport rocm * fix error * fix rocm * add bf16 header file * fix compile
-
- 10 2月, 2022 1 次提交
-
-
由 furnace 提交于
[NPU] add reduce_min
-
- 13 1月, 2022 2 次提交
- 04 1月, 2022 1 次提交
-
-
由 furnace 提交于
[NPU] add pad and pad_grad
-
- 17 12月, 2021 1 次提交
-
-
由 WangXi 提交于
-
- 02 12月, 2021 1 次提交
-
-
由 furnace 提交于
* [NPU] add int64 support for scatter op * [NPU] delete debug codes * [NPU] optimize codes
-
- 25 11月, 2021 2 次提交
- 23 11月, 2021 1 次提交
-
-
由 ronnywang 提交于
* Added HCCL backend support in dynamic graph mode * fix segmentation fault * add ut
-
- 12 11月, 2021 1 次提交
-
-
由 Aganlengzi 提交于
-
- 04 11月, 2021 1 次提交
-
-
由 zhulei 提交于
-
- 01 11月, 2021 1 次提交
-
-
由 Aganlengzi 提交于
* [NPU] fix lookup_table_v2_grad ACL error for model BoW * add more unit tests
-
- 28 10月, 2021 1 次提交
-
-
由 ronnywang 提交于
* add TypeAdapter method for npu_op_runner * add int64 supporting for elementwise_mul and reduce_sum * add int64 supporting and UT for expand_v2, scale and reduce_max * fix bug
-
- 26 10月, 2021 1 次提交
-
-
由 Qi Li 提交于
* [NPU] fix argsort op, test=develop * remove debug files, test=develop * fix typo, test=develop * address review comments, test=develop
-
- 25 10月, 2021 1 次提交
-
-
由 Aganlengzi 提交于
* [NPU] modifications for model ernie-1.0 * rollback 503003 and change cast to dtype
-
- 21 10月, 2021 1 次提交
-
-
由 zhulei 提交于
-