- 31 8月, 2022 10 次提交
-
-
由 risemeup1 提交于
* move label_smmoth XPU kernel to PHI,test=kunlun * delete label_smooth_op_xpu.cc and modfied label_smooth_kernel.cc,test=kunlun * delete add_label_smooth.cc,test=kunlun
-
由 feifei-111 提交于
* test=kunlun * test=kunlun
-
由 feifei-111 提交于
* test=kunlun * test=kunlun
-
由 feifei-111 提交于
* test=kunlun * test=kunlun
-
由 kangguangli 提交于
* migrate compare op(E/NE/LE/LT/GE/GT) from fluid to phi * fix compile error * fix memory alloc; test=kunlun * refine code; test=kunlun * replace PADDLE_ENFORCE with PADDLE_ENFORCE_XDNN_SUCCESS
-
由 WangZhen 提交于
* Move XPU momentum to phi, test=kunlun * Fix mu type, test=kunlun
-
由 Aurelius84 提交于
* [XPU]Migrate argsort and arg_max XPU kernel into Phi * test=kunlun * test=kunlun
-
由 xiongkun 提交于
* transfer concat kernel * test=kunlun * test=kunlun * test=kunlun * test=kunlun
-
由 james 提交于
* move pool/pool_grad xpu kernel to phi, test=kunlun * replace mutable_data() with DeviceContext::Alloc() * replace PADDLE_ENFORCE_EQ with PADDLE_ENFORCE_XDNN, test=kunlun * adjust function param name & update include header * remove pool_op_xpu.cc * fire r200 test * minor, test=kunlun
-
由 WangZhen 提交于
* Move XPU mean and mean_grad to phi, test=kunlun * Fix stream, test=kunlun * Replace ENFORCE, test=kunlun
-
- 30 8月, 2022 4 次提交
-
-
由 pangyoki 提交于
* move huber_loss xpu kernel to phi, test=kunlun * fix, test=kunlun * fix paddle_enforce, test=kunlun
-
由 zhangyikun02 提交于
-
由 pangyoki 提交于
* move layer_norm xpu kernel to phi, test=kunlun * fix, test=kunlun
-
由 Leo Chen 提交于
* move xpu kernel to phi * delete fluid file * fix compile * add guard, test=kunlun * xpu set constant * fix xpu error, test=kunlun
-
- 29 8月, 2022 8 次提交
-
-
由 YuanRisheng 提交于
* mv elementwise add to xpu , test=kunlun * fix ci bugs, test=kunlun * fix ci bugs , test=kunlun
-
由 Weilong Wu 提交于
* [XPU] migrate mul to phi;test=kunlun * rm fluid mul xpu op;test=kunlun
-
由 wanghuancoder 提交于
* gather gather_grad gather_nd gaussian_random xpu to phi
-
由 zhangbo9674 提交于
-
由 zhangbo9674 提交于
-
由 zhangbo9674 提交于
-
由 zyfncg 提交于
* move matmul_v2 kernel of xpu from fluid to phi, test=kunlun * fix complie bug, test=kunlun * fix complie bug, test=kunlun * fix complie bug, test=kunlun
-
由 Weilong Wu 提交于
-
- 26 8月, 2022 3 次提交
-
-
由 Ruibiao Chen 提交于
-
由 Ruibiao Chen 提交于
-
由 Ruibiao Chen 提交于
-
- 25 8月, 2022 2 次提交
-
-
由 Sing_chan 提交于
* make full_like support double_max in dygraph * fix bug
-
由 haosicheng 提交于
-
- 17 8月, 2022 1 次提交
-
-
由 ykkk2333 提交于
* xpu unittest grad compute supports more types, *test=kunlun * add instance norm xpu, *test=kunlun
-
- 29 7月, 2022 1 次提交
-
-
由 QingshuChen 提交于
* add some fp16 op for kunlun resnet50 model *test=kunlun * tmp *test=kunlun
-
- 13 7月, 2022 1 次提交
-
-
由 QingshuChen 提交于
* fix cpu lars_momentum bug & add xpu grad_add/log_softmax/log_softmax_grad *test=kunlun * minor *test=kunlun
-
- 24 6月, 2022 1 次提交
-
-
由 YuanRisheng 提交于
* perfect copy * deal with conflict * deal with conflict * fix compile bugs * fix unittest bugs * change code format * deal with conflict * modify code by review * fix ce bugs * fix ce bugs * add lo * perfect code format * deal with conflicts
-
- 14 4月, 2022 1 次提交
-
-
由 Chen Weihang 提交于
* chnage dispatch to visit * resolve conflict
-
- 31 3月, 2022 1 次提交
-
-
由 zyfncg 提交于
* rename scalar_array to int_array * update cmake * fix conflict * remove useless log
-
- 10 3月, 2022 1 次提交
-
-
由 Jeffrey Chen 提交于
* [PHI] Migrate where_index op * [PHI] Fix where_index infermate * [Phi] set where_index out data type
-
- 01 3月, 2022 1 次提交
-
-
由 zyfncg 提交于
* remove SetAllocationForOutputTenosr * add place param for copy kernel * recover SetAllocationForOutputTenosr * polish code * fix empty_dev api bug * remove reseting dtype and layout for output in executor * fix merge bug * [Phi] Add ClearHolder when re-alloc on new place in DeviceContext * fix hostAlloc * remove setting output allocation * remove full_kernel_impl.h * fix bug of xpu full_like Co-authored-by: NAurelius84 <zhangliujie@baidu.com>
-
- 26 2月, 2022 1 次提交
-
-
由 zyfncg 提交于
* remove SetAllocationForOutputTenosr * add place param for copy kernel * recover SetAllocationForOutputTenosr * polish code * fix empty_dev api bug * test=allcases * test=allcases * fix bug * recover empty * recover modify
-
- 23 2月, 2022 1 次提交
-
-
由 zyfncg 提交于
* remove fill_any_like kernel in fluid and fix data transform bug * support scalar in infershpe * recover infershape in fill_and_like
-
- 22 2月, 2022 2 次提交
-
-
由 xiongkun 提交于
* change Vector to std::vector and provide MixVector class as a helper wrapper class * solve the multi-gpu hang problem * remove the duplicate template instantialize * Copy vector to cpu * add CopyToCPU * xxx * final version: fix the problem of all reduce * remove mixvector dependence * fix * merge * fix code * fix by CI
-
由 Chen Weihang 提交于
* unify register macro * rename declare macro * fix infrt error
-
- 20 2月, 2022 1 次提交
-
-
由 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
-