- 01 9月, 2022 13 次提交
-
-
由 Xiaoxu Chen 提交于
* add erf_p primitive operators * add gelu orig2prim rule
-
由 taixiurong 提交于
test=kunlun
-
由 HongyuJia 提交于
* copy kernel file to phi * delete some code * migrate uniform_random, test=kunlun * fix input error, test=kunlun * fix gpu register error, test=kunlun * add include file, test=kunlun * try fix error from CI, test=kunlun * polish other PR * fix CI-coverage error, test=kunlun
-
由 Leo Chen 提交于
-
由 xiongkun 提交于
* tranfer xpu: conv2d into phi * tranfer xpu: conv2d into phi test=kunlun * test=kunlun * test=kunlun * test=kunlun
-
由 Aurelius84 提交于
* [XPU]Migrate adamw XPU kernel into Phi * test=kunlun * test=kunlun
-
由 wangguanqun 提交于
* config * fix unittest * zero init & cache & patch config * add barrier to save and load * add unittest
-
由 haosicheng 提交于
-
由 james 提交于
* migrate slice/slice_grad to phi, test=kunlun * minor, test=kunlun * typo, test=kunlun
-
由 ykkk2333 提交于
migrate xpu activation/activation_grad/transpose/transpose_grad/tril_triu/tril_triu_grad kernel to PHI, test=kunlun (#45554)
-
由 HongyuJia 提交于
* migrate coalesce_tensor_xpu, test=kunlun * fix xpu SetConstant, test=kunlun * fix include error, test=kunlun
-
由 Leo Chen 提交于
* refine cmake of framework * add deps for dense tensor * fix deps * remove alloc(ctx) * add depends on mkldnn
-
由 zhangyikun02 提交于
-
- 31 8月, 2022 27 次提交
-
-
由 duanyanhui 提交于
* enhance grid_sampler cpu kernel to 5D input * fix bug when 5D input tensor running on the cudnn kernel
-
由 Charles-hit 提交于
* move elementwise_floordiv、elementwise_max、elementwise_max_grad XPU kernel to phi,test=kunlun * move elementwise_min elementwise_min_grad kernels to phi,test=kunlun * delete elementwise_min_xpu.cc,test=kunlun * move elementwise_mod elementwise_pow XPU kernels to phi,test=kunlun
-
由 Leo Chen 提交于
-
由 Qi Li 提交于
-
由 YuanRisheng 提交于
* move elementwise test=kunlun * move add/sub/mul/div kernel to elementwise_kernel, test=kunlun * fix ci bugs,test=kunlun * fix ci bugs * test=kunlun
-
由 risemeup1 提交于
* move clip XPU kernel to PHI,test=kunlun * delete clip_op_xpu.cc,test=kunlun
-
由 Hui Zhang 提交于
* add del dropout op pass to jit pe enigne * add delete dropout test
-
由 HongyuJia 提交于
* migrate truncated_gaussian_random kernel to phi, test=kunlun * reuse CPU kernel, test=kunlun * debug kernel, test=kunlun * migrate truncated_gaussian_random kernel to phi, test=kunlun * split truncated_normal, test=kunlun * try fix error from CI, test=kunlun
-
由 HongyuJia 提交于
-
由 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
-
由 六个骨头 提交于
-
由 Aurelius84 提交于
* [OpAttr]output_size of unpool support Tensor type * fix coverage * fix contain_var * fix coverage
-
由 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
-
由 zhangbo9674 提交于
-
由 Leo Chen 提交于
-
由 LiYuRio 提交于
-
由 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
-
由 ronnywang 提交于
-
由 Charles-hit 提交于
* fix split bug * solve function redefine * fix fluid.layers.split and add unit test * delete splitInferMeta register in unary.cc * modify test_split_op GPU unit test * modify test_split_op GPU unit test place param * refactor split op and fix infershape bugs * add () in && and || * fix split C++ unit test * fix split infershape
-
由 WangZhen 提交于
* Move XPU mean and mean_grad to phi, test=kunlun * Fix stream, test=kunlun * Replace ENFORCE, test=kunlun
-
由 Wilber 提交于
-