- 19 4月, 2022 1 次提交
-
-
由 YuanRisheng 提交于
[Phi]Separate AddKernel/DivideKernel/SubtractKernel/MultiplyKernel from ElementwiseKernel(Part1) (#41806) * seperate add/div/sub/mul from elementwise * delete code * fix compile bugs * deal with conflict * fix bugs when compile * fix windows unit test bug * fix ci converage bugs
-
- 12 4月, 2022 1 次提交
-
-
由 Zhanlue Yang 提交于
* [DoubleGrad] Enabled double grad test cases in eager_mode for test_imperative_double_grad * Fixed elementwise issue * Addressed CI failures
-
- 30 3月, 2022 1 次提交
-
-
由 Chen Weihang 提交于
Revert "Revert "[Phi] Move elementwise_floordiv and elementwise_pow to phi (#40993)" (#41065)" (#41110) This reverts commit 3a6f1135.
-
- 29 3月, 2022 2 次提交
-
-
由 tianshuo78520a 提交于
This reverts commit b532315d.
-
由 wuyefeilin 提交于
* mv floordiv to phi * mv elementwise_pow to phi * fix as review
-
- 25 3月, 2022 1 次提交
-
-
由 FlyingQianMM 提交于
-
- 23 3月, 2022 1 次提交
-
-
由 YuanRisheng 提交于
-
- 14 3月, 2022 1 次提交
-
-
由 Xiaoxu Chen 提交于
-
- 09 3月, 2022 1 次提交
-
-
由 YuanRisheng 提交于
-
- 07 3月, 2022 1 次提交
-
-
由 YuanRisheng 提交于
* move elementwise_div grad * change mutable_data to alloc * fix compile bugs
-
- 02 3月, 2022 1 次提交
-
-
由 YuanRisheng 提交于
* move elementwise function to funcs directory * fix compile bugs * modify according to comment
-
- 25 2月, 2022 1 次提交
-
-
由 zhangbo9674 提交于
* add ele_add * add ele_mul * add ele_sub * sovle conflict * fix npu * refine ele_add * add ele_mul unittest * refine ele_sub * refine ci * refine unittest
-
- 22 2月, 2022 1 次提交
-
-
由 Chen Weihang 提交于
* unify register macro * rename declare macro * fix infrt error
-
- 20 2月, 2022 2 次提交
-
-
由 Chen Weihang 提交于
* rename pten dir to phi * rename namespace to phi * rename infrt pten dir to phi * resolve conflict * rename pten to phi in cmake * revert all infrt change * change needed files * fix infrt failed * fix inference failed
-
由 sneaxiy 提交于
* add more op int16 support * fix xpu ci
-
- 17 2月, 2022 1 次提交
-
-
由 Chen Weihang 提交于
* clean useless header in pten core * fix compiled failed * fix cmake target * fix typo * resolve conflict
-
- 27 1月, 2022 1 次提交
-
-
由 YuanRisheng 提交于
-
- 24 1月, 2022 1 次提交
-
-
由 YuanRisheng 提交于
[Pten]Refactor elementwise_add grad / double grad / triple grad Kernel and move them to pten (#39048) * refactor elementwise add grad * fix compile bugs * fix unit test bugs * fix file conflicts * fix bugs when buildPtenContext
-