- 30 8月, 2022 2 次提交
-
-
由 WangZhen 提交于
* [OpAttr]Adapt tensor axis for reduce_min/max/mean/sum/prod
-
由 haosicheng 提交于
fix missing keep_dim variable fix missing grad check in unittest add new test case
-
- 26 8月, 2022 1 次提交
-
-
由 haosicheng 提交于
* add temporal shift and grad *test=kunlun * fix reduce mean grad bug *test=kunlun
-
- 01 8月, 2022 2 次提交
-
-
由 Leo Chen 提交于
* remove cudaDeviceContext * remove more template * fix rocm compile * remove alias name CUDADeviceContext * fix compile * fix tests * revert changes
-
由 Xiaoxu Chen 提交于
-
- 19 7月, 2022 1 次提交
-
-
由 Ruibiao Chen 提交于
* Rename BOOST_GET macros * Fix conflicts
-
- 06 7月, 2022 1 次提交
-
-
由 jakpiase 提交于
* fix for binary kernels * fixed performance for elementwise, reduce and concat * added comment * CI fix * CI fix * added formatting * reverted one file * Revert "reverted one file" This reverts commit 54725e1c62318d3a18913821200e973816751019. * Revert "added formatting" This reverts commit b9795dd253d755a329376d7ab0542860aa7815c6. * added enforcing oneDNN BF16 reduce kernel * fix for eltwise and reenabled reshape kernels * fix for binary handler * added formatting * referted changes for flatten,squeeze and reshape ops
-
- 02 7月, 2022 2 次提交
- 27 6月, 2022 1 次提交
-
-
由 Aganlengzi 提交于
* [CustomDevice]add custom place supports * sync format
-
- 26 6月, 2022 1 次提交
-
-
由 Sing_chan 提交于
-
- 15 6月, 2022 1 次提交
-
-
由 fwenguang 提交于
-
- 10 6月, 2022 1 次提交
-
-
由 fwenguang 提交于
-
- 08 6月, 2022 1 次提交
-
-
由 Aganlengzi 提交于
-
- 07 6月, 2022 1 次提交
-
-
由 niuliling123 提交于
-
- 06 6月, 2022 1 次提交
-
-
由 niuliling123 提交于
-
- 05 6月, 2022 1 次提交
-
-
由 Sing_chan 提交于
-
- 04 6月, 2022 1 次提交
-
-
由 Sing_chan 提交于
-
- 31 5月, 2022 2 次提交
-
-
由 Aganlengzi 提交于
* fix arg_max and reduce_max * add arg_max ut
-
由 jakpiase 提交于
OneDNN md-in-tensor refactoring part 5: Memory descriptor enabled for elementwises, reductions and expand_v2 ops (#43036) * enabled md in elementwises, reductions and expand_v2 * CI fix for invalid numpy copy * fixed formatting * CI rerun * changes after review
-
- 17 5月, 2022 1 次提交
-
-
由 Aganlengzi 提交于
-
- 01 5月, 2022 1 次提交
-
-
由 Lijunhui 提交于
-
- 26 4月, 2022 1 次提交
-
-
由 zyfncg 提交于
* optimize the performanece of sum api * optimize IsDenseTensorInput * remove debug log
-
- 23 4月, 2022 1 次提交
-
-
由 TTerror 提交于
-
- 19 4月, 2022 1 次提交
-
-
由 jakpiase 提交于
* changes for md in tensor * ci fix * Temporarily limited dims for test * ci fix * removed unnecessary includes * added reviewers suggestions * checkouted two files to avoid changing more than 19 in single PR * minor fix * reverted one file to reduce files changed to 19
-
- 18 4月, 2022 1 次提交
-
-
由 qipengh 提交于
* [MLU]add op: reduce_sum, elementwise_sub * [MLU]del unrelated code
-
- 15 4月, 2022 1 次提交
-
-
由 fwenguang 提交于
-
- 30 3月, 2022 1 次提交
-
-
由 Chen Weihang 提交于
This reverts commit 054fc997.
-
- 29 3月, 2022 2 次提交
-
-
由 tianshuo78520a 提交于
This reverts commit 9c0eaada.
-
由 津 提交于
* [Phi] trans logsumexp op * fix bugs * fix bugs * fix bugs * fix bugs * fix bugs * fix bugs * add sig * fix sig bugs * fix sig bugs * fix xpu bugs * fix review bugs * test=develop
-
- 24 3月, 2022 1 次提交
-
-
由 niuliling123 提交于
-
- 22 3月, 2022 1 次提交
-
-
由 chentianyu03 提交于
* modify out and out_grad order in reduce_grad_kernel * delete unsed boolReduceKernel * fix conflict
-
- 21 3月, 2022 1 次提交
-
-
由 From00 提交于
-
- 18 3月, 2022 1 次提交
-
-
由 chentianyu03 提交于
* move reduce_mean_grad kernel into phi * move reduce_max/min_grad into phi * remove raw max/min grad kernel * fix bug * fix max/min grad error * move all reduce_grad kernel into one file * add prod grad kernel * add infermeta for prod kernel
-
- 15 3月, 2022 1 次提交
-
-
由 chentianyu03 提交于
* add reduce_min kernel * remove raw reduce_min kernel * add reduce min * add reduce any all impl * add bool reduce Kernel * remove raw any/all kernel * add any all kernel * rm comment
-
- 11 3月, 2022 1 次提交
-
-
由 chentianyu03 提交于
* add reduce_sum grad kernel * add reduce_grad * modify reduce grad * update reduce grad functions * fix build error * add argument mapping * move cast input after grad * add dims.size=1 cpu reduce_sum grad compute method * update reduce grad GPU * remove raw reduce_sum_grad kernel * modify header files * add namespace funcs for reduce_grad_funcstions
-
- 09 3月, 2022 1 次提交
-
-
由 chentianyu03 提交于
* add reduce_max kernel * add reduce max kernel * update reduce max Argumentmapping * remove reduce_max kernel * remove reduce_max kernel * add reduce max infermeta * rename reduce infermeta
-
- 08 3月, 2022 1 次提交
-
-
由 Yiqun Liu 提交于
-
- 06 3月, 2022 1 次提交
-
-
由 Chen Weihang 提交于
* replace prefix pt by pd * replace added kernel * revert util change * pd kernel to phi * resolve conflict * resolve conflict
-
- 04 3月, 2022 1 次提交
-
-
由 chentianyu03 提交于
* move reduce gpu impl funcs into pten/kernels/funcs * change reduce header name and namespace * fix spell word error * change mutable_data to dev_ctx.Alloc * modify place to devcontex * format code style * fix build error * fix build error * fix conflict
-