- 28 6月, 2023 1 次提交
-
-
由 ronnywang 提交于
* [ROCM] fix cupti, hipcub * update * update
-
- 26 6月, 2023 1 次提交
-
-
由 XiaociZhang 提交于
* [XPU] support xpu runtime profiler: follow up * fix compile issue
-
- 20 6月, 2023 2 次提交
-
-
由 lijin23 提交于
* add unique kernel for xpu * add unique kernel for xpu * update uniittest * add xpu support for unique with axis
-
由 XiaociZhang 提交于
* [kunlun] avoid compile issue in non-xpu env also rename macro WITH_XPU_XPTI to WITH_XPTI * move get_xpti_dependency.sh to tools/xpu * move get_xpti_dependency.sh to tools/xpu * call get_xpti_dependency.sh only in need
-
- 19 6月, 2023 1 次提交
-
-
由 AlbertVan 提交于
-
- 16 6月, 2023 1 次提交
-
-
由 jameszhang 提交于
* [kunlun] support xpu runtime profiler * fix cmake error * add libxpti.so to paddle package * fix for style check * sync change in setup.py and python/setup.py.in * remove libxpti.so from paddle output dir in this PR
-
- 15 6月, 2023 2 次提交
-
-
由 duanyanhui 提交于
-
由 ronnywang 提交于
-
- 14 6月, 2023 1 次提交
-
-
由 zhupengyang 提交于
-
- 09 6月, 2023 1 次提交
-
-
由 houj04 提交于
-
- 08 6月, 2023 2 次提交
- 02 6月, 2023 2 次提交
-
-
由 YuanRisheng 提交于
* fix mac typeinfo bugs * add file * move code to cc * fix compile bugs
-
由 wz1qqx 提交于
-
- 01 6月, 2023 1 次提交
-
-
由 YuanRisheng 提交于
-
- 26 5月, 2023 1 次提交
-
-
由 YuanRisheng 提交于
* create phi so * fix ci bugs * fix py3 bugs * add file * fix py3 bugs * fix windows bugs * perfect so * fix py3 bugs * delete all static target in phi * fix windows bugs * fix py3 bugs * fix ci bugs * fix windows bugs * fix bugs: gflags can't be linked by dynamic and static lib * fix bugs that can not load 3rd party * fix ci bugs * fix compile bugs * fix py3 bugs * fix conflict * fix xpu bugs * fix mac compile bugs * fix psgpu bugs * fix inference failed * deal with conflict * fix LIBRARY_PATH bug * fix windows bugs * fix onednn error * fix windows compile bugs * fix windows compile bugs * fix test_cuda_graph_static_mode_error aborted * fix windows bugs * fix mac-python3 error * fix hip compile bugs * change mode to static * change to static mode * fix ci bugs * fix py3 bugs * fix windows bugs * fix bugs * add static flag * add PADDLE_API * change position of PADDLE_API * fix windows bugs * change mode to dynamic lib * fix windows static bugs * deal with conflict * fix windows unit bug * fix coverage * deal with conflict * fix windows-inference * fix py3 bugs * fix bugs when compile type_info * fix compile bugs * fix py3 bugs * fix windows bugs * fix windows openblas * fix xpu bugs * fix enforce_test in windows * update code according comment * fix windows cmake bug * fix windows bugs * fix windows bugs * delete cinn unittest * fix cinn bugs --------- Co-authored-by: lzydev <1528794076@qq.com>
-
- 25 5月, 2023 1 次提交
-
-
由 zhouweiwei2014 提交于
-
- 24 5月, 2023 3 次提交
-
-
由 Yiqun Liu 提交于
* Try to increase the repeat of autotune and fix the setting of allow_tf32_cublas. * Change the repeat of cublaslt to 10. * Use FLAGS_cublaslt_exhaustive_search_times as repeats. * Fix compiling error on CI. * Polish the key and simplify codes.
-
由 wz1qqx 提交于
-
由 lijin23 提交于
[XPU][PHI Kernels] bind bitwise_add kernel & add int32/int64 support to scatter_nd_add kernel for xpu (#54066) * bind new kernels to xpu * refine code * fix bugs in unittest
-
- 23 5月, 2023 2 次提交
- 22 5月, 2023 2 次提交
-
-
由 zhupengyang 提交于
-
由 zhangyikun02 提交于
-
- 19 5月, 2023 2 次提交
-
-
由 wz1qqx 提交于
-
由 limingshu 提交于
* Reorganize the forward codes of flash-attention. * Fix forward. * Remove some noused codes. * Simplify codes and fix backward. * Change all LOG(INFO) to VLOG and fix the backward. * add scale for AF2 flash_attn, much thanks to xreki and shaojie for debug these codes * decrease the effect of debug print on performance * Unify the initialize of flashattn arguments. * Rewirte the reshape of temp_mask and temp_bias. * API support use_flash_attn. * Fix compiling error on CI. * Try to crop the flash-attention lib. * Correct the condition of whether can use flash-attn. * Remove the softmax_out argument. * Remove is_causal. * Polish codes. * Fix qkv_transpose_out's shape and scaling of Q * K. * Update commit of flash-attention. --------- Co-authored-by: NLiu Yiqun <liuyiqun01@baidu.com>
-
- 18 5月, 2023 2 次提交
- 15 5月, 2023 2 次提交
-
-
由 Galaxy1458 提交于
* test,test=develop * test,test=develop * test,test=develop * test,test=develop * test,test=develop * test,test=develop
-
由 RuohengMa 提交于
-
- 12 5月, 2023 2 次提交
- 11 5月, 2023 4 次提交
-
-
由 lijin23 提交于
* add pad op for xpu * add pad op for xpu * add pad op for xpu
-
由 jjyaoao 提交于
-
由 SaltFish11 提交于
* add_depthwise_conv2d_transpose * Update test_depthwise_conv2d_transpose_op_xpu.py 删除print语句
-
由 张春乔 提交于
-
- 10 5月, 2023 1 次提交
-
-
由 wz1qqx 提交于
* fix as review, add fp16 conv2d_transpose * fix unittest of bn and reduce_mean * fix bn unittest * fix ci * fix ci
-
- 09 5月, 2023 3 次提交
-
-
由 Galaxy1458 提交于
* test,test=develop * test,test=develop * test,test=develop * test,test=develop
-
由 RuohengMa 提交于
* bind sparse_coo_tensor, reduce_max/max_int32, range/arange_int32, equal_bool, scatter_grad_float32, nearest_interp_int64 kernels * add more unit tests; modify compilation logic of xpu sparse kernels
-
由 Galaxy1458 提交于
* test,test=develop * test,test=develop
-