- 25 2月, 2022 4 次提交
-
-
由 Chen Weihang 提交于
* support cudnn kernel moving * polish cmake rules * add unittest for coverage * remove orig kernel * remove softmax cudnn kernel * fix softmax test failed * fix npu func error * resolve conflict * rename gpu dnn kernels * fix name rule error * fix compile error * update fp16 namespace
-
由 fwenguang 提交于
-
由 niuliling123 提交于
-
由 WangXi 提交于
-
- 24 2月, 2022 13 次提交
-
-
由 Chen Weihang 提交于
* rename pten to phi * fix infrt compile failed * resolve conflict
-
由 zn 提交于
-
由 Aganlengzi 提交于
* migrate increment addmm multinomial cholesky kernels to phi * test pr39869 * test pr39869 * fix style and ci
-
由 Leo Chen 提交于
* move randint to phi * use host generator
-
由 TeFeng Chen 提交于
* build a Paddle Graph from CINN compiled program for execution with PE * update names of some variables * fix random fail in build_cinn_pass_test and update some comments * fix compiler error by merging phi pr
-
由 Lijunhui 提交于
* nearest_interp_bw init * optimize kernel config * optimize kernel config * fix struct init * optimize code * rm duplicated struct
-
由 0x45f 提交于
* move cross forward OP * move cross grad op to phi * move infershape * refine infershape * rename ctx * set dtype and layout in InferMeta * refine code
-
由 Linjie Chen 提交于
* move bce_loss to phi * refine PADDLE_ENFORCE * revert PADDLE_ENFORCE * fix ci
-
由 zhouweiwei2014 提交于
* Migrate poisson op into phi * fix CI * fix comment
-
由 jakpiase 提交于
* added nearest interp v2 bf16 * disabled bilinear interp nhwc test * added skipping UT for gpu * added NHWC support * removed unnecessary statements * minor change * CI fix * added appropriate changes to interpolate_v1 * fix after review * minor change * minor change * revert unwanted deletions * CI fix
-
由 huangxu96 提交于
* Optimize the where_op by the elementwise_op funtion * Modified where_op & abs_grad_op by elementwise interface
-
由 niuliling123 提交于
-
由 Li Min 提交于
* optimize block config and fp16 atomicAdd perf for lookup_table_v2_grad.
-
- 23 2月, 2022 11 次提交
-
-
由 Sing_chan 提交于
* move trunc_op's infere shape * modify according to risheng's comment
-
由 Leo Chen 提交于
* move randperm to phi * fix npu * fix memory::Copy
-
由 Yang 提交于
-
由 zhouweiwei2014 提交于
* change CUDA implementaion of bernoulli OP * fix CI
-
由 ronnywang 提交于
-
由 Leo Chen 提交于
* move unbind to phi * revert infer shape * add header file * move concat_and_split to phi
-
由 Liu-xiandong 提交于
* [KP] Add elementwise add xpu, test=develop * modify the File Permissions * modify the copyright time * modify code style * modify code style
-
由 Aurelius84 提交于
* [Phi] Migrate lable_smooth_op into Phi * fix PT->PD
-
由 zhangbo9674 提交于
* add elementwise_div * refine rocm * refine code * refine op register * solve conflict * refine unittest * refine unittest precision * add rocm
-
由 chenjian 提交于
* fix RecordEvent interface * modify default level to 4 * update interface use * add const default trace level * update record event interface using * update record event interface using * update record event interface using * update operator.cc * update part2 * update part1 * update part3 * fix include profiler.h header in ps server * fix include profiler.h header in ps server * fix profiler.h header * fix profiler.h header * fix merge buf * update * fix bug * fix bug
-
由 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 7 次提交
-
-
由 From00 提交于
* Move Real OP to phi * Move Imag OP to phi * Move Real and Imag InferShape to phi * Move Real and Imag to complex_kernel * Change PT_REGISTER_XXX to PD_REGISTER_XXX
-
由 jakpiase 提交于
-
由 Leo Guo 提交于
* Adapt to batch_norm_grad op and add align function in roi_align op for kunlun, *test=kunlun * Adapt to batch_norm, batch_norm_grad op api for kunlun, and add unit-tests of batch_norm, roi_align. *test=kunlun
-
由 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
-
由 Aurelius84 提交于
* [Phi] Migrate unfold_op into phi * fix im2col CPUContext template instantial * fix unfold_op.h header include problem * fix unittest * fix PT->PD
-
由 houj04 提交于
-
由 niuliling123 提交于
* Modified RandomKernel with Kernel Primitive API * update pten.h to phi.h * update * update fullKernel
-
- 21 2月, 2022 5 次提交
-
-
由 From00 提交于
* Move Abs InferShaper to phi * Fix CI error
-
由 Aurelius84 提交于
* migrate huber_loss into phi * migrate infershape * modify pten into phi
-
由 0x45f 提交于
* fix cond grad error when handle tensor array * add UT
-
由 chentianyu03 提交于
* rm reduce_sum raw kernel * remove reduce_mean kernel * remove reduce_mean kernel * reduce support int and int64_t * mean support int and int64_t type
-
由 zhangbo9674 提交于
* add elementwise_max & unittest * refine cuda register and unittest * refine unittest * refine uinttest for bf16 * refine optest * refine code * refine unittest * refine unittest
-