- 07 9月, 2023 1 次提交
-
-
由 yangguohao 提交于
* complex op logsigmoid * fix 2023-08-31
-
- 28 7月, 2023 1 次提交
-
-
由 Scotty 提交于
* add complex dtype for tanh * add test case * support complex for sin, cos and tan * support gpu * fix error in cpu * fix gpu error * set check_prim to False only for complex type
-
- 20 7月, 2023 1 次提交
-
-
由 zyfncg 提交于
-
- 12 5月, 2023 1 次提交
-
-
由 xiaoguoguo626807 提交于
* add rules * modify silu_grad input * modify kernel signature * modify kernel signature * code style * review
-
- 14 4月, 2023 1 次提交
-
-
由 zhangyuqin1998 提交于
-
- 13 4月, 2023 1 次提交
-
-
由 HongyuJia 提交于
* [enforce.h Decouple logging.h] Delete glog/logging.h from enforce.h * Add logging.h for profiler.cc * Add logging.h for gloo_utils.h * Add logging.h for addmm_kernel_impl.h * Add logging.h for addmm_grad_kernel_impl.h * Add logging.h for p_send_kernel.cu * Add logging.h for determinant_grad_kernel_impl.h * Add logging.h for p_recv_kernel.cu * Add logging.h for elementwise_grad_base.h * Add logging.h for transfer_layout_kernel.cc * Add logging.h for eigvals_kernel.cc and index_select_impl.h * Add logging.h for all files in kernel directory * Add logging.h for xpu_info.cc * Add logging.h for xpu
-
- 10 4月, 2023 1 次提交
-
-
由 Vvsmile 提交于
* adjust defalut tolerance of output and grad * fix a bug in the grad of OpTest * fix the type of setting defalut value in optest, both forward and backward * add defalut * fix test_sum_op * adjust tolerance * fix the tolerance of eager * add bf16 and fp16 to the activation tests * remove some fixs * fix activation * fix fp16 * fix gelu * fix the activation tests * add bfloat16 specialization to singrad and cosgrad * fix bugs * fix bugs * add unittest * add skip * add fp/bf to rrelu/rrelu_grad * git add rrelu * fix bugs
-
- 22 3月, 2023 1 次提交
-
-
由 Bo Zhang 提交于
* test_logit_op * add cudaKernel to replace eigen impl * bf16 unit test CI
-
- 15 3月, 2023 1 次提交
-
-
由 zhangyuqin1998 提交于
* Delete hardswish_raw op * fix ut
-
- 09 3月, 2023 1 次提交
-
-
由 will-jl944 提交于
* add softplus double grad * use constant method
-
- 05 12月, 2022 1 次提交
-
-
由 sneaxiy 提交于
* register more bf16 ops * update to register coresponding backward ops
-
- 28 11月, 2022 1 次提交
-
-
由 zyfncg 提交于
* add fluid_op_name_map * rename some kernel name * add comments for op-kernel map * refine map name of op to kernel
-
- 18 11月, 2022 1 次提交
-
-
由 huangjiyi 提交于
* move "paddle/phi/backends/gpu/gpu_device_function.h" to phi * update copyright years * rm "fluid/platform/device/gpu/gpu_device_function.h" in phi * fix rocm-complie bugs
-
- 14 11月, 2022 1 次提交
-
-
由 cyber-pioneer 提交于
-
- 10 11月, 2022 1 次提交
-
-
由 Charles-hit 提交于
-
- 09 11月, 2022 1 次提交
-
-
由 cyber-pioneer 提交于
-
- 08 11月, 2022 1 次提交
-
-
由 Charles-hit 提交于
* support pow_double_grad op * add unit test for pow double grad * fix pow double grad * optimize pow double grad kernel * fix pow double grad kernel
-
- 04 11月, 2022 2 次提交
-
-
由 zyfncg 提交于
* generate static graph code for some activation op * fix bug * fix infermeta of selected_rows
-
由 cyber-pioneer 提交于
* add sin double grad operator * add sin double grad test example * move sindoublegradopmaker to backward.yaml * fix sindoublegrad code * simplify sindoublegrad functor
-
- 02 11月, 2022 1 次提交
-
-
由 zhangbo9674 提交于
* fix ci bug * test
-
- 31 10月, 2022 1 次提交
-
-
由 YuanRisheng 提交于
* standard api * fix ci bugs * fix ci bugs * fix ce bugs
-
- 30 9月, 2022 1 次提交
-
-
由 sneaxiy 提交于
* support pure bfloat16 * support bf16 linear * update PR to pass CI * tiny fix where_grad_kernel.cu * add bfloat16 to selu_grad to pass CI * fix selu grad compilation error
-
- 28 7月, 2022 1 次提交
-
-
由 HongyuJia 提交于
* test_activation_op unitest error, yaml & activation.py in_dygraph_mode incomplete * fix test_activation_op unitest error, add yaml and dygraph test * fix code style with pre-commit * try to fix namespace error of abs in activation_functor.h * fix namespace error of abs
-
- 30 6月, 2022 1 次提交
-
-
由 chentianyu03 提交于
* add relu6 kernel and yaml * format files * format code and fix bug * fix build failed
-
- 21 6月, 2022 1 次提交
-
-
由 Sing_chan 提交于
resort .cu headers, set clang-format not sort include block and consider .cu as main source file (#43633)
-
- 05 6月, 2022 1 次提交
-
-
由 Sing_chan 提交于
-
- 20 5月, 2022 1 次提交
-
-
由 YuanRisheng 提交于
-
- 30 3月, 2022 1 次提交
-
- 29 3月, 2022 1 次提交
-
-
由 tianshuo78520a 提交于
This reverts commit e77a947e.
-
- 28 3月, 2022 1 次提交
-
-
由 hong 提交于
* update * add forward case * update * update; test=develop * add some grad kernel; test=develop * move gpu kernel; test=develop * update * update; * update test; * fix selected rows bug; * add mix vector include ; * add mixed vector depen; test=develop * add logit grad signature; * polish code * fix bug; * add namespace for abs * revert code * not move softsign * revmove duplate register; * fix softsign bug * polish code * format * format * fix bug * remove cmake dep * add square sqrt selected rows support * update * remove clip norm * add standalone executor sqrt dep * standalone exec denp sqrt * remove sqrt op in cmkaelist * open some case
-
- 25 3月, 2022 1 次提交
-
-
由 YuanRisheng 提交于
-
- 23 3月, 2022 1 次提交
-
-
由 YuanRisheng 提交于
* move activation * fix bugs when run ce
-
- 17 3月, 2022 1 次提交
-
-
由 YuanRisheng 提交于
-
- 16 3月, 2022 1 次提交
-
-
由 YuanRisheng 提交于
-
- 15 3月, 2022 1 次提交
-
-
由 YuanRisheng 提交于
* move activation op * adjust code format * fix compile bugs * fix ci bugs * code format adjust * code format adjust2 * activate ci status * modify according to comment * move activation kernel * revert relu6 * reduce add code * perfect use_phi_functor * completing func name * fix bugs when run ci * fix bugs when run infr * modifpy infrt get kernel signature
-
- 08 3月, 2022 1 次提交
-
-
由 YuanRisheng 提交于
[Phi]Move Relu/Cos/Sin/Tan/Acos/Asin/Atan/Sinh/Cosh/Asinh/Acosh/Atanh kernels in Activation to Phi (#40175) * move activation op * adjust code format * fix compile bugs * fix ci bugs * code format adjust * code format adjust2 * activate ci status * modify according to comment
-