- 28 9月, 2022 3 次提交
-
-
由 kangguangli 提交于
* add gpu kernel for transfer layout * comment error throw * fix: flag setting in testcase; add condition check for raising error * fix typo * fix: add error type for PADDLE_THROW * remove kernel fallback in data_transfer.cc * remove useless variable definition
-
由 wanghuancoder 提交于
* phi support xpu black list
-
由 zyfncg 提交于
* fix clip_extra code in remove_training_info * revert rnn opmaker clear
-
- 27 9月, 2022 6 次提交
-
-
由 jiahongyu 提交于
-
由 jiahongyu 提交于
-
由 Leo Guo 提交于
-
由 zyfncg 提交于
-
由 Chen Weihang 提交于
* add readme for phi * polish details, test=document_fix
-
由 zhangkaihuo 提交于
-
- 26 9月, 2022 5 次提交
-
-
由 zhaoyingli 提交于
-
由 Lin Manhui 提交于
-
由 Chen Weihang 提交于
* enable eager mode on xpu, test=kunlun * add numpy support to xpu * fix tensor using error * fix error, test=kunlun * fix failed tests, test=kunlun
-
由 zyfncg 提交于
-
由 zyfncg 提交于
-
- 23 9月, 2022 6 次提交
-
-
由 Weilong Wu 提交于
-
由 Zhang Zheng 提交于
* Optimize performance of depthwise_conv_fwd * fix
-
由 dongfangshenzhu 提交于
* add phi reduce_sum test=kunlun * add fhi reduce_sum test=kunlun * add fhi reduce_sum test=kunlun
-
由 YuanRisheng 提交于
-
由 limingshu 提交于
* first commit * clarify the quotes * change code style format * support bfloat16
-
由 zyfncg 提交于
-
- 22 9月, 2022 9 次提交
-
-
由 Paulina Gacek 提交于
* Sum kernel migrated to phi * Static cast added, file name changed * OneDNNGetDataType to uppercase * refactoring * AddOneDNNHandler changed to SumOneDNNHandler
-
由 zyfncg 提交于
* clear extra attrs of look_up_table_v2 in opmaker * fix bug
-
由 Piotr Paturej 提交于
* Convert slice+grad oneDNN fluid kernels to PHI * Change mutable_data to Alloc * Refactor licences
-
由 Sławomir Siwek 提交于
* gaussian random * mkldnn to onednn renaming * fix merge conflicts * remove fluid code * onednn renaming * gelu fwd * sort activations * gelu gradient * remove unused macros * merge conflicts * fix merge conflicts * remove extra contraint from gelu op
-
由 YuanRisheng 提交于
* remove invoke yaml * fix ci bugs
-
由 Hui Zhang 提交于
* fix sub sign reverse for mkldnn * refactor code as comment * remove useless * format code
-
由 carryyu 提交于
* Optimize topk's performance when k is small and input_width is large * 修改blockdim设置逻辑 * Update top_k_function_cuda.h
-
由 YuanRisheng 提交于
* fix sum bug * fix ci bugs * fix ci bugs * update code according comment
-
由 limingshu 提交于
* first commit * clarify the quotes * change code style format * rerun for ci
-
- 21 9月, 2022 9 次提交
-
-
由 ccrrong 提交于
* add fp16 support * update * update half * code format * fix unittest * fix rocm compile error * code format * code format * fix rocm compile error * fix rocm compile error
-
由 Piotr Paturej 提交于
-
由 zhangkaihuo 提交于
This reverts commit e8de9dfd.
-
由 Zhen Wang 提交于
* use cinn in the paddle inference * fix some cmake errors * Avoid division by zero in the arange_kernel. * Avoid dynamic ops. * Remove some useless codes. * Use OpTransInfo to encapsulate some codes used in the build_cinn_pass.
-
由 zhangkaihuo 提交于
* sort out index
-
由 zhangkaihuo 提交于
* for add_bias
-
由 ykkk2333 提交于
* migrate sigmoid with cross entropy, and tile xpu kernels to phi, test=kunlun * migrate add_n kernep to phi, test=kunlun
-
由 5u13 提交于
-
由 Piotr Paturej 提交于
[PHI] Migrate concat+grad, expand+grad, fill_constant, nearest_interp and bilinear_interp oneDNN kernels (#45863) * Migrate concat+grad, expand+grad, fill_constant, nearest_interp_v2 and bilinear_interp_v2 oneDNN kernels to PHI * Remove old namespace variable * Fix invalid out dims error * Add mutable_data method to concat output * Add check for -1 dim before computing out_dims * Capitalize oneDNNGetDataType function name * Change fill_constant kernel to correct PHI kernel * Attempt to fix dims error * Fix fill_constant (full) kernel
-
- 20 9月, 2022 2 次提交
-
-
由 5u13 提交于
-
由 Ouyang Chao 提交于
* optimize adaptive_pooling_op (forward) * fix bug of AdaptiveKernelMaxPool2dWithIdx * fix bug of AdaptiveKernelPool2D
-