Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

merge develop to gpugraph #77

Merged
merged 1,003 commits into from
Aug 4, 2022
Merged
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Jul 15, 2022

  1. Configuration menu
    Copy the full SHA
    1f7f719 View commit details
    Browse the repository at this point in the history
  2. Fix random seed for several unit tests (PaddlePaddle#44135)

    * Fix test_functional_conv2d_transpose random seed
    
    * Fix random seed and use np.testing
    
    * Fix random seed for test_lu_unpack_op
    
    * Fix test_autograd_functional_dynamic random seed
    zlsh80826 authored Jul 15, 2022
    Configuration menu
    Copy the full SHA
    f913083 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d2e59e1 View commit details
    Browse the repository at this point in the history
  4. add fused token prune op and plugin (PaddlePaddle#44281)

    * add fused token prune op and plugin
    RichardWooSJTU authored Jul 15, 2022
    Configuration menu
    Copy the full SHA
    d881d69 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    676d0b4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9181a99 View commit details
    Browse the repository at this point in the history
  7. [IPU] add custom-op UTs 0/N (PaddlePaddle#44328)

    * add custom-op UTs 0
    
    * add authors
    
    Co-authored-by: Allen Guo <alleng@graphcore.ai>
    Co-authored-by: Zhixin Yao <zhixiny@graphcore.ai>
    Co-authored-by: Zhaorui Chen <zhaoruic@graphcore.ai>
    
    Co-authored-by: Zhixin Yao <zhixiny@graphcore.ai>
    Co-authored-by: Zhaorui Chen <zhaoruic@graphcore.ai>
    3 people authored Jul 15, 2022
    Configuration menu
    Copy the full SHA
    c8e26fe View commit details
    Browse the repository at this point in the history
  8. [IPU] add custom-op UTs 1/N (PaddlePaddle#44329)

    * add custom-op UTs 1
    
    * add authors
    
    Co-authored-by: Allen Guo <alleng@graphcore.ai>
    Co-authored-by: Zhixin Yao <zhixiny@graphcore.ai>
    Co-authored-by: Zhaorui Chen <zhaoruic@graphcore.ai>
    
    * update url
    
    Co-authored-by: Zhixin Yao <zhixiny@graphcore.ai>
    Co-authored-by: Zhaorui Chen <zhaoruic@graphcore.ai>
    3 people authored Jul 15, 2022
    Configuration menu
    Copy the full SHA
    2c8c841 View commit details
    Browse the repository at this point in the history
  9. support KL2 multi-card training, *test=kunlun (PaddlePaddle#43889)

    * update xccl lib
        * use separate streams for compute/comm on XPU
        * add broadcast op to xpu2_op_list
    XiaociZhang authored Jul 15, 2022
    Configuration menu
    Copy the full SHA
    270f25e View commit details
    Browse the repository at this point in the history
  10. Remove auto to_pascal_case for args in op generator (PaddlePaddle#44350)

    * remove auto to_pascal_case for args in op generator
    
    * fix yaml config
    zyfncg authored Jul 15, 2022
    Configuration menu
    Copy the full SHA
    0dafbb0 View commit details
    Browse the repository at this point in the history
  11. Standard sparse conv name (PaddlePaddle#44353)

    zhangkaihuo authored Jul 15, 2022
    Configuration menu
    Copy the full SHA
    8744383 View commit details
    Browse the repository at this point in the history
  12. [Eager] eager variable back sync (PaddlePaddle#44343)

    * eager variable back sync
    wanghuancoder authored Jul 15, 2022
    Configuration menu
    Copy the full SHA
    13d01e6 View commit details
    Browse the repository at this point in the history
  13. [ Phi Kernel ] Transfer as_real to phi. (PaddlePaddle#44263)

    * transfer as_real to phi
    
    * fix erros
    
    * blocking: True -> False
    2742195759 authored Jul 15, 2022
    Configuration menu
    Copy the full SHA
    068f48d View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    4a4a036 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    6f7550e View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2022

  1. [Phi] Migrate solve kernel to phi (PaddlePaddle#44363)

    * draft version
    
    * draft version
    
    * draft version
    
    * migrate solve kernel to phi
    
    * polish
    
    * polish
    
    * re useless header file, fix a bug in grad_kernel_impl
    
    * add header file in need
    veyron95 authored Jul 16, 2022
    Configuration menu
    Copy the full SHA
    c0a7830 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2022

  1. Configuration menu
    Copy the full SHA
    876e2ff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fd6dcdf View commit details
    Browse the repository at this point in the history
  3. [Paddle-TRT] reshape fill_constant (PaddlePaddle#44314)

    * reshape fill_constant
    
    * commit
    
    * commit
    zhoutianzi666 authored Jul 18, 2022
    Configuration menu
    Copy the full SHA
    b7db845 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0fd974b View commit details
    Browse the repository at this point in the history
  5. [Paddle-TRT] remove useless code in fc (PaddlePaddle#44382)

    * remove useless code in fc
    zhoutianzi666 authored Jul 18, 2022
    Configuration menu
    Copy the full SHA
    5c29173 View commit details
    Browse the repository at this point in the history
  6. [Paddle-TRT] Fix cast (PaddlePaddle#44312)

    * fix_cast
    
    * fix_cast
    
    * commit
    zhoutianzi666 authored Jul 18, 2022
    Configuration menu
    Copy the full SHA
    7a85ced View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    39e5dd2 View commit details
    Browse the repository at this point in the history
  8. Enable inference multi stream ci test (PaddlePaddle#44275)

    * test
    
    * update
    jiweibo authored Jul 18, 2022
    Configuration menu
    Copy the full SHA
    3c074de View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    74412df View commit details
    Browse the repository at this point in the history
  10. add xpu resnet_unit (PaddlePaddle#44297)

    * add xpu resnet_unit
    *test=kunlun
    
    * tmp
    *test=kunlun
    QingshuChen authored Jul 18, 2022
    Configuration menu
    Copy the full SHA
    02e9453 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b83138d View commit details
    Browse the repository at this point in the history
  12. [Plugin] Fix Custom device in eager mode, test=develop (PaddlePaddle#…

    …43952)
    
    * [Plugin] Fix Custom device in eager mode, test=develop
    
    * update test case, test=develop
    
    * update ut for coverage, test=develop
    qili93 authored Jul 18, 2022
    Configuration menu
    Copy the full SHA
    04e5558 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    fbedf77 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    4c1e77d View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    1d12832 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    b2224e6 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    c6bf881 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    3f70b1d View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    dd0a07f View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    08cada9 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2022

  1. [new api] add new api paddle.vision.ops.distribute_fpn_proposals (Pad…

    …dlePaddle#43736)
    
    * add distribute_fpn_proposals
    
    * change to new dygraph
    
    * fix doc and example code
    
    * change fluid impl to current version
    zoooo0820 authored Jul 19, 2022
    Configuration menu
    Copy the full SHA
    130c108 View commit details
    Browse the repository at this point in the history
  2. update (PaddlePaddle#44418)

    jiweibo authored Jul 19, 2022
    Configuration menu
    Copy the full SHA
    d5f0ed4 View commit details
    Browse the repository at this point in the history
  3. [Paddle-TRT] Shape sum fix scale (PaddlePaddle#44394)

    * shape sum
    
    * add shape, sum trt layer
    zhoutianzi666 authored Jul 19, 2022
    Configuration menu
    Copy the full SHA
    6fb2958 View commit details
    Browse the repository at this point in the history
  4. [Phi] Migrate infermeta and add yaml for solve op (PaddlePaddle#44379)

    * migrate solve kernel to phi
    
    * re useless header file, fix a bug in grad_kernel_impl
    
    * add header file in need
    
    * add yaml for solve op
    
    * fix solve_sig.cc ArgumentMapping and update tests case
    
    * disable legacy dygraph check in op_test
    
    * rm solve_op.cc / solve_sig.cc and migrate yaml config
    
    * Update op_test.py
    
    disable legacy dygraph check when check_eager is True
    veyron95 authored Jul 19, 2022
    Configuration menu
    Copy the full SHA
    5dfb87d View commit details
    Browse the repository at this point in the history
  5. add labels for infer ut (PaddlePaddle#44279)

    * add labels for infer ut
    
    * add RUN_TYPE=INFER for cpp ut
    
    * fix formaterror
    
    * update
    XieYunshen authored Jul 19, 2022
    Configuration menu
    Copy the full SHA
    fea05f1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a8148ce View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d4bb2ad View commit details
    Browse the repository at this point in the history
  8. Rename BOOST_GET macros (PaddlePaddle#44368)

    * Rename BOOST_GET macros
    
    * Fix conflicts
    From00 authored Jul 19, 2022
    Configuration menu
    Copy the full SHA
    4b085c5 View commit details
    Browse the repository at this point in the history
  9. [new API] add paddle.vision.ops.generate_proposals (PaddlePaddle#43611)

    * add generate_proposals into paddle.vision
    
    * remove class api
    
    * im_info -> img_size
    
    * change fluid impl to current version
    zoooo0820 authored Jul 19, 2022
    Configuration menu
    Copy the full SHA
    2a2bc0b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a8680f5 View commit details
    Browse the repository at this point in the history
  11. Added pad3d and pad2d FP32 FWD oneDNN kernels (PaddlePaddle#43990)

    * Piotrek's changes for pad3d
    
    * my changes
    
    * first version of pad3d, single copy, unnecessary reads
    
    * optimized pad3d kernel
    
    * test upadte
    
    * removed magic numbers
    
    * added support for pad2d
    
    * reverted two files
    
    * reverted one old change
    
    * added support for Paddings tensor
    
    * CI fix
    
    * CI fix
    
    * fixed timeout of tests
    
    * fixed typo
    
    * changes to GetKernelTypeForVar
    
    * Revert "changes to GetKernelTypeForVar"
    
    This reverts commit 4691061.
    
    * added AsExtra() to pad2d
    
    Co-authored-by: Piotr Paturej <piotr.paturej@intel.com>
    jakpiase and piotrekobi authored Jul 19, 2022
    Configuration menu
    Copy the full SHA
    2792b8d View commit details
    Browse the repository at this point in the history
  12. add save_cache/patch (PaddlePaddle#44420)

    * add save_cache/patch
    
    * add pybind
    
    * remove pybind
    
    * remove const_cast
    
    * add fleet
    zhaocaibei123 authored Jul 19, 2022
    Configuration menu
    Copy the full SHA
    f382eb0 View commit details
    Browse the repository at this point in the history
  13. Standard name of sparse pool (PaddlePaddle#44344)

    zhangkaihuo authored Jul 19, 2022
    Configuration menu
    Copy the full SHA
    9e30722 View commit details
    Browse the repository at this point in the history
  14. move eig operator from fluid to phi (PaddlePaddle#44398)

    * move eig operator from fluid to phi
    
    * add eig_grad unitest, upgrade IsComplexType() from fluid to phi
    freeliuzc authored Jul 19, 2022
    Configuration menu
    Copy the full SHA
    3788f5e View commit details
    Browse the repository at this point in the history
  15. [Phi]Move angle op to phi (PaddlePaddle#44393)

    * Move angle op to phi
    
    * Replace mutable_data using Alloc
    
    * Remove some include
    
    * Try to fix windows ci error
    
    * include math.h to fix windows ci error
    
    * Fix kernel name
    
    * Move angle_grad infershape
    0x45f authored Jul 19, 2022
    Configuration menu
    Copy the full SHA
    547075e View commit details
    Browse the repository at this point in the history
  16. [Eager]release gil when run backward (PaddlePaddle#44433)

    * release gil when run backward
    wanghuancoder authored Jul 19, 2022
    Configuration menu
    Copy the full SHA
    4e1f769 View commit details
    Browse the repository at this point in the history
  17. compile phi/backends into one static library (PaddlePaddle#44373)

    * compile into one static library
    
    * fix xpu compile
    
    * fix xpu compile
    
    * fix inference compile
    
    * fix inference compile
    
    * add custom test
    
    * revert one file
    zhiqiu authored Jul 19, 2022
    Configuration menu
    Copy the full SHA
    1047cb1 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2022

  1. [IPU] Add more Ops (PaddlePaddle#44414)

    * [IPU] Add more Ops
    
    * update boost API
    yaozhixin authored Jul 20, 2022
    Configuration menu
    Copy the full SHA
    7daae98 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3ed5328 View commit details
    Browse the repository at this point in the history
  3. Add dependency for read op in standalone executor (PaddlePaddle#44362)

    * Add dependency for read op in standalone executor
    
    * Fix CI errors
    
    * Add UT
    
    * add_dependency -> dependency_utils
    
    * Fix CI errors
    From00 authored Jul 20, 2022
    Configuration menu
    Copy the full SHA
    2ee3202 View commit details
    Browse the repository at this point in the history
  4. Add distro in ci docker (PaddlePaddle#44332)

    * add distro zstd
    
    * test
    
    * test
    
    * add pip3.8
    tianshuo78520a authored Jul 20, 2022
    Configuration menu
    Copy the full SHA
    55427f1 View commit details
    Browse the repository at this point in the history
  5. [Phi] migrate as_complex kernel to phi (PaddlePaddle#44438)

    * migrate as_complex kernel to phi
    
    * support as_complex and as_real in phi
    
    * rm GetExpectedKernelType for AsRealOp
    veyron95 authored Jul 20, 2022
    Configuration menu
    Copy the full SHA
    0e2dd2f View commit details
    Browse the repository at this point in the history
  6. [GPUPS]FleetWrapper initialize (PaddlePaddle#44441)

    * fix FleetWrapper initialize
    zmxdream authored Jul 20, 2022
    Configuration menu
    Copy the full SHA
    28cb006 View commit details
    Browse the repository at this point in the history
  7. [XPU][NPU] (1) add device_guard. (2) add support for LoDTensorArray o…

    …f sum op. (PaddlePaddle#44367)
    
    * device_guard support xpu. test=kunlun
    
    * sum op of xpu support LoDTensorArray. add test for while op of xpu. test=kunlun.
    houj04 authored Jul 20, 2022
    Configuration menu
    Copy the full SHA
    8753a2b View commit details
    Browse the repository at this point in the history
  8. [IPU] add Op uts (PaddlePaddle#44415)

    yaozhixin authored Jul 20, 2022
    Configuration menu
    Copy the full SHA
    54c7dfa View commit details
    Browse the repository at this point in the history
  9. transfer block_id to CreateVarNode in multi_devices_graph_pass (Paddl…

    …ePaddle#44366)
    
    * fix CreateVarNode in multi_devices_graph_pass
    
    * Revert "Fix var duplication bug for graph_to_program_pass (PaddlePaddle#44278)"
    
    This reverts commit a2c4c86.
    pangyoki authored Jul 20, 2022
    Configuration menu
    Copy the full SHA
    1882ffd View commit details
    Browse the repository at this point in the history
  10. 【GPUPS】Adam accessor (PaddlePaddle#43919)

    * add adam/sharedadam optimzier for gpups;edit optimizer struct;test=develop
    danleifeng authored Jul 20, 2022
    Configuration menu
    Copy the full SHA
    b8d106e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c99c70c View commit details
    Browse the repository at this point in the history
  12. [GPUPS]Fix psgpuwrapper initialization (PaddlePaddle#44468)

    * Update ps_gpu_wrapper.h
    
    * Update ps_gpu_wrapper.h
    
    * Update ps_gpu_wrapper.cc
    zmxdream authored Jul 20, 2022
    Configuration menu
    Copy the full SHA
    99bf700 View commit details
    Browse the repository at this point in the history
  13. [Phi] migrate exponential kernel to phi (PaddlePaddle#44376)

    * [Phi] migrate exponential kernel to phi
    
    * fix comment
    
    * fix CI
    zhwesky2010 authored Jul 20, 2022
    Configuration menu
    Copy the full SHA
    889bdde View commit details
    Browse the repository at this point in the history
  14. [PHI] move diag_embed op to phi. (PaddlePaddle#44408)

    * move diag_embed to phi.
    ZHUI authored Jul 20, 2022
    Configuration menu
    Copy the full SHA
    41f11d2 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    1e1a4b9 View commit details
    Browse the repository at this point in the history
  16. Update api changing approve members (PaddlePaddle#44463)

    * update api approve members, test=document_fix
    
    * add qingqnig into list, test=document_fix
    chenwhql authored Jul 20, 2022
    Configuration menu
    Copy the full SHA
    e0b4efa View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    dafe855 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    2883e4b View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    fbfdea5 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    15dd94a View commit details
    Browse the repository at this point in the history
  21. [PHI]Seperate xshape kernel from normal kernel (PaddlePaddle#44315)

    * seperate xshape kernel from normal kernel
    
    * fix bugs in infermeta
    
    * fix compile bugs
    
    * fix compile bugs
    YuanRisheng authored Jul 20, 2022
    Configuration menu
    Copy the full SHA
    98e9685 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2022

  1. [AutoParallel] fix unittest with paddle.distributed.launch (PaddlePad…

    …dle#44439)
    
    * fix unittest
    
    * fix log_dir
    
    * _enable_legacy_dygraph
    zhaoyinglia authored Jul 21, 2022
    Configuration menu
    Copy the full SHA
    438ca7f View commit details
    Browse the repository at this point in the history
  2. [Phi] add temporal_shift yaml (PaddlePaddle#44409)

    * add temporal_shift yaml and unittest
    ccrrong authored Jul 21, 2022
    Configuration menu
    Copy the full SHA
    0243c6c View commit details
    Browse the repository at this point in the history
  3. [Paddle inference] Add conv_fusion_fp16 (PaddlePaddle#44435)

    * convfusionfp16
    
    * convfusionfp16
    
    * convfusionfp16
    xiaoxiaohehe001 authored Jul 21, 2022
    Configuration menu
    Copy the full SHA
    3745571 View commit details
    Browse the repository at this point in the history
  4. fix some convert error found in tipc. (PaddlePaddle#44457)

    * fix some error found in tipc.
    
    * update
    jiweibo authored Jul 21, 2022
    Configuration menu
    Copy the full SHA
    d373f4f View commit details
    Browse the repository at this point in the history
  5. [BugFix]Fix randint_like bugs when save program that don't need use t…

    …ensor's value (PaddlePaddle#44446)
    
    * fix bugs of random
    
    * fix unittest error
    
    * fix unittest bugs
    YuanRisheng authored Jul 21, 2022
    Configuration menu
    Copy the full SHA
    5414694 View commit details
    Browse the repository at this point in the history
  6. add adaptive pool and softmax with cross entropy supports different a…

    …xis, * test = kunlun (PaddlePaddle#44428)
    
    * add xpu pnorm op and fix pool op, *test=kunlun
    
    * add adaptive pool, and softmax with cross entropy supports different axis, *test=kunlun
    ykkk2333 authored Jul 21, 2022
    Configuration menu
    Copy the full SHA
    1a7f2de View commit details
    Browse the repository at this point in the history
  7. add slot attr for push sparse op (PaddlePaddle#44422)

    * add slot attr for push sparse op
    
    * add pybind
    
    * remove fleet
    
    * add unittest
    
    * fix
    zhaocaibei123 authored Jul 21, 2022
    Configuration menu
    Copy the full SHA
    85c6937 View commit details
    Browse the repository at this point in the history
  8. [Dy2Sta]Fix Segment Fault while training multi-card if params have no…

    … grad (PaddlePaddle#44485)
    
    * [Dy2Sta]Fix Segment Fault while training multi-card if params have no grad
    
    * fix unittest
    Aurelius84 authored Jul 21, 2022
    Configuration menu
    Copy the full SHA
    32c97a9 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    32b3469 View commit details
    Browse the repository at this point in the history
  10. Replace with dygraph op calling method. (PaddlePaddle#44331)

    * Replace with dygraph op calling method.
    limin2021 authored Jul 21, 2022
    Configuration menu
    Copy the full SHA
    5b3f91d View commit details
    Browse the repository at this point in the history
  11. [JitLayer]Pybind PEFunction and call phi api in layer_test (PaddlePad…

    …dle#44465)
    
    * Support predictor function in JitLayer
    
    * Pybind PEFunction
    
    * Pybind PEFunction and call phi api in layer_test
    
    * Call sqrt phi API
    
    * Polish flags
    
    * Fix comments
    0x45f authored Jul 21, 2022
    Configuration menu
    Copy the full SHA
    a0bccd9 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    78b5c10 View commit details
    Browse the repository at this point in the history
  13. [Eager] bilinear_tensor_product yaml (PaddlePaddle#44459)

    * bilinear_tensor_product yaml
    wanghuancoder authored Jul 21, 2022
    Configuration menu
    Copy the full SHA
    55e5ab8 View commit details
    Browse the repository at this point in the history
  14. [ Phi ] svd transfer (PaddlePaddle#44392)

    * svd cpu forward
    
    * svd gpu forward
    
    * transfer the backward of svd
    
    * remove cusolver in svd_grad
    
    * svd kernel bug fix
    
    * fix bugs
    
    * fix bugs.
    
    * fix bug
    2742195759 authored Jul 21, 2022
    Configuration menu
    Copy the full SHA
    ba89a3d View commit details
    Browse the repository at this point in the history
  15. [Paddle-TRT] fix_fill_constant (PaddlePaddle#44481)

    * fix_fill_constant
    
    * fix_fill_constant
    
    * fix_ernie
    zhoutianzi666 authored Jul 21, 2022
    Configuration menu
    Copy the full SHA
    c3ba805 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    7ab0e33 View commit details
    Browse the repository at this point in the history
  17. [jit] jit support property.proto (PaddlePaddle#44337)

    * add property.proto, can compiled
    
    * property get and deserilize
    
    * support get float
    
    * format code
    
    * format code
    
    * add unittest
    
    * add more set method
    
    * fix grammar error
    
    * Update paddle/fluid/jit/property.h
    
    Co-authored-by: Aurelius84 <zhangliujie@baidu.com>
    
    * Update paddle/fluid/jit/property.cc
    
    Co-authored-by: Aurelius84 <zhangliujie@baidu.com>
    
    * Update paddle/fluid/jit/property.cc
    
    Co-authored-by: Aurelius84 <zhangliujie@baidu.com>
    
    * Update paddle/fluid/jit/property.cc
    
    Co-authored-by: Aurelius84 <zhangliujie@baidu.com>
    
    * fix comment
    
    * fix error throw
    
    * fix property save unit test
    
    * fix error info
    
    * fix copyright and header import
    
    * reorder jit property tensor datatype
    
    Co-authored-by: Aurelius84 <zhangliujie@baidu.com>
    zh794390558 and Aurelius84 authored Jul 21, 2022
    Configuration menu
    Copy the full SHA
    0aa344f View commit details
    Browse the repository at this point in the history
  18. [ Dy2static ] infer_program may be incorrect in amp mode. (PaddlePadd…

    …le#44487)
    
    * fix the outputs of net is x,x
    
    * add unittest for duplicate output
    
    * fix
    
    * fix _infer_program use the original program not the amp program.
    
    * get _***program_id back and avoid duplicate cache
    ing
    
    * fix
    2742195759 authored Jul 21, 2022
    Configuration menu
    Copy the full SHA
    185a900 View commit details
    Browse the repository at this point in the history
  19. Fc fp16 (PaddlePaddle#44505)

    * fc support fp16
    
    * add a ‘,’ on paddle_pass_builder.cc
    
    * fc support fp16 on non-cuda.
    ming1753 authored Jul 21, 2022
    Configuration menu
    Copy the full SHA
    3e1280e View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2022

  1. Configuration menu
    Copy the full SHA
    4f86092 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a2b3932 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5ee4a21 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1c0120e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    db864f0 View commit details
    Browse the repository at this point in the history
  6. [CustomDevice] register Copy for custom device (PaddlePaddle#44200)

    * [CustomDevice] register Copy for custom device
    
    * [CustomDevice] register Copy for custom device
    
    * [CustomDevice] register Copy for custom device
    
    * merge and add uts
    
    * merge and add uts
    
    * fix for blocking and unittests coverage
    Aganlengzi authored Jul 22, 2022
    Configuration menu
    Copy the full SHA
    3b0aa75 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fcfaa10 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8037901 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8ccbb86 View commit details
    Browse the repository at this point in the history
  10. [phi] move inverse op from fluid to phi (PaddlePaddle#44471)

    * move inverse from fluid to phi with unitest bug
    
    * fix bug, add eager op yaml
    freeliuzc authored Jul 22, 2022
    Configuration menu
    Copy the full SHA
    ea4b2c5 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    18c7732 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    19d9c73 View commit details
    Browse the repository at this point in the history
  13. Fc fp16 (PaddlePaddle#44558)

    * (modified) fc support fp16
    
    * __CUDA_ARCH__ version
    
    * delete half
    
    * delete half
    ming1753 authored Jul 22, 2022
    Configuration menu
    Copy the full SHA
    6b6f7a2 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2022

  1. Fix bug of amp code-gen (PaddlePaddle#44570)

    * fix bug of amp code_gen
    
    * fix bug
    zyfncg authored Jul 25, 2022
    Configuration menu
    Copy the full SHA
    e32e4a1 View commit details
    Browse the repository at this point in the history
  2. [JitLayer]Fix jit.save error when save params combined (PaddlePaddle#…

    …44504)
    
    * Fix jit.save error when save params combined
    
    * Change dict_value to list
    0x45f authored Jul 25, 2022
    Configuration menu
    Copy the full SHA
    c0a29d2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3e17016 View commit details
    Browse the repository at this point in the history
  4. add swish using TensorRT layer (PaddlePaddle#44561)

    * update
    
    * empty commit
    
    * update
    
    * update
    
    * update
    zhangjun authored Jul 25, 2022
    Configuration menu
    Copy the full SHA
    c5a1e49 View commit details
    Browse the repository at this point in the history
  5. Phi gird sampler migration (PaddlePaddle#44562)

    * add_ymal_utest for phi grid_sampler op
    wwbitejotunn authored Jul 25, 2022
    Configuration menu
    Copy the full SHA
    b470bd1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ead696a View commit details
    Browse the repository at this point in the history
  7. [dy2st]Add ProgramHelper to polish build program logic in autoparalle…

    …l.Engine (PaddlePaddle#44513)
    
    * [dy2st]Add ProgramHelper to polish build program logic in autoparallel.Engine
    
    * refine code
    Aurelius84 authored Jul 25, 2022
    Configuration menu
    Copy the full SHA
    243acdb View commit details
    Browse the repository at this point in the history
  8. 【Hackathon No.21】为 Paddle 新增 SoftMarginLoss (PaddlePaddle#42364)

    * 2022-04-28
    
    * 2022-04-28_V2
    
    * 2022-04-30
    
    * 2022-04-30_V2
    
    * 2022-05-01
    
    * 2022-05-02
    
    * 2022-05-02_V2
    
    * 2022-05-05_V1
    
    * 2022-05-06_V1
    
    * 2022-05-07_V1
    
    * Update loss.py
    
    * 2022-05-07_V2
    
    * 2022-05-13_V1
    
    * Update test_soft_margin_loss.py
    
    * Update loss.py
    
    * Update loss.py
    
    * 2022-05-16_V1
    
    * 2022-05-19_V1
    
    * 2022-05-20_V1
    
    * Update test_soft_margin_loss.py
    
    * 2022-06-01_V1
    
    * 2022-06-05
    
    * 2022-06-07
    
    * 2022-06-07
    
    * 2022-06-08
    
    * 2022-06-08_V2
    
    * 2022-06-17-code_style
    
    * Modify python
    
    * 2022-06-20
    
    * for
    
    * for CI;test=document_fix
    
    Co-authored-by: Ligoml <39876205+Ligoml@users.noreply.github.com>
    yangguohao and Ligoml authored Jul 25, 2022
    Configuration menu
    Copy the full SHA
    f9cd526 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3244a9d View commit details
    Browse the repository at this point in the history
  10. Fc fp16 (PaddlePaddle#44578)

    * (modified) fc support fp16
    
    * __CUDA_ARCH__ version
    
    * delete half
    
    * delete half
    
    * add half support
    
    * add half support
    
    * add half support
    ming1753 authored Jul 25, 2022
    Configuration menu
    Copy the full SHA
    a54c695 View commit details
    Browse the repository at this point in the history
  11. [Auto Parallel] Add dist op cost (PaddlePaddle#44146)

    * update comp cost
    
    * add dist default op cost
    
    * add dist fill constant batch size like op cost
    
    * add elewise op cost
    
    * add fill_constant_batch_size_like op cost unittest
    
    * add unittest and remove fill_constant_batch_size_like grad op cost
    
    * add to cmakelist
    
    * fix unittest bug
    Caozhou1995 authored Jul 25, 2022
    Configuration menu
    Copy the full SHA
    d0f4465 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2022

  1. Improve CI unittest parallel execution strategy (PaddlePaddle#44334)

    * paralle_test_daily
    
    * test=paralle_test_daily
    
    * test=paralle_test_daily
    
    * test=parallel_test_daily
    
    * test=paralle_test_daily
    
    * test=paralle_test_daily
    
    * test=paralle_test_daily
    
    * test=paralle_test_daily
    
    * test=paralle_test_daily
    
    * test=paralle_test_daily
    
    * test=paralle_test_daily
    
    * test=paralle_test_daily
    
    * test pre_test_bak
    
    * test cfs
    
    * test_cfs,test=paralle_test_daily
    
    * test_cfs,test=paralle_test_daily
    
    * fix nightly test name,test=paralle_test_daily
    
    * fix nightly test name,test=paralle_test_daily
    
    * test ci parallel speed
    
    * refine parallel rule,test=paralle_test_daily
    zhangbo9674 authored Jul 26, 2022
    Configuration menu
    Copy the full SHA
    ff216f1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fb80048 View commit details
    Browse the repository at this point in the history
  3. [PHI]Move slogdeterminant op to phi (PaddlePaddle#44547)

    * Move slogdeterminant op to phi
    
    * Add yaml and unit test for slogdeterminant
    BiynXu authored Jul 26, 2022
    Configuration menu
    Copy the full SHA
    9bc54c8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1a22226 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    65ad58b View commit details
    Browse the repository at this point in the history
  6. inference multi stream support handle lazy init. (PaddlePaddle#44563)

    * multi stream support handle lazy init.
    
    * support eigen lazy init
    
    * update
    
    * fix ci problem
    jiweibo authored Jul 26, 2022
    Configuration menu
    Copy the full SHA
    1892a44 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8d3672f View commit details
    Browse the repository at this point in the history
  8. transfer the svd infer into phi infermeta (PaddlePaddle#44528)

    * transfer the svd infer into phi infermeta
    
    * remove the svd.h
    
    * modify svd api
    
    * fix svd error by insert optional
    2742195759 authored Jul 26, 2022
    Configuration menu
    Copy the full SHA
    25d3dce View commit details
    Browse the repository at this point in the history
  9. Einsum grad complex (PaddlePaddle#44598)

    * add complex for einsum grad kernel
    
    * pass the ci
    2742195759 authored Jul 26, 2022
    Configuration menu
    Copy the full SHA
    e0dd7f3 View commit details
    Browse the repository at this point in the history
  10. add reverse yaml (PaddlePaddle#44518)

    * add reverse yaml
    wanghuancoder authored Jul 26, 2022
    Configuration menu
    Copy the full SHA
    6198ff2 View commit details
    Browse the repository at this point in the history
  11. Set more attrs in ReplaceScaleLossGradOp (PaddlePaddle#44576)

    * Set more attrs in ReplaceScaleLossGradOp
    
    * Fix typos
    
    * Fix CI errors
    
    * Add UT
    From00 authored Jul 26, 2022
    Configuration menu
    Copy the full SHA
    ab198b4 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    98f8fa4 View commit details
    Browse the repository at this point in the history
  13. fix behavior of device_id=None in Tensor.cuda (PaddlePaddle#44515)

    * fix behavior of device_id=None in Tensor.cuda
    
    * fix CI
    zhwesky2010 authored Jul 26, 2022
    Configuration menu
    Copy the full SHA
    50de8a4 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    e3ee510 View commit details
    Browse the repository at this point in the history
  15. add horizontal federation learning ps feature (PaddlePaddle#44327)

    * back fl
    
    * delete ssl cert
    
    * .
    
    * make warning
    
    * .
    
    * unittest paral degree
    
    * solve unittest
    
    * heter & multi cloud commm ready
    
    * .
    
    * .
    
    * fl-ps v1.0
    
    * .
    
    * support N + N mode
    
    * .
    
    * .
    
    * .
    
    * .
    
    * delete print
    
    * .
    
    * .
    
    * .
    
    * .
    
    * fix bug
    
    * .
    
    * .
    
    * fl-ps with coordinator ready
    
    * merge dev
    
    * update message parse only
    
    * update fl client scheduler
    
    * fix bug
    
    * update multithreads sync
    
    * fix ci errors
    
    * update role_maker.py
    
    * update role_maker.py
    
    * fix ci error: windows py import error
    
    * fix ci error: windows py import error
    
    * fix windows ci pylib import error
    
    * add dump fields & params
    
    * try to fix windows import fleet error
    
    * fix ps FLAGS error
    ziyoujiyi authored Jul 26, 2022
    Configuration menu
    Copy the full SHA
    4bc22b6 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    356ff43 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    0d51fcf View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    22342d5 View commit details
    Browse the repository at this point in the history
  19. Optimize sparse convolution (PaddlePaddle#43576)

    zhangkaihuo authored Jul 26, 2022
    Configuration menu
    Copy the full SHA
    9841b30 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    b6e8480 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    33cc0f7 View commit details
    Browse the repository at this point in the history
  22. Add a feed op before each input parameter var. (PaddlePaddle#44499)

    * Add a feed op before each input parameter var.
    
    * Fix some issues about the unit test build_cinn_pass_test.
    wzzju authored Jul 26, 2022
    Configuration menu
    Copy the full SHA
    9b662be View commit details
    Browse the repository at this point in the history
  23. fix record event for operator type in new dygraph (PaddlePaddle#44582)

    * fix new dygraph record event for op
    
    * update unit test
    rainyfly authored Jul 26, 2022
    Configuration menu
    Copy the full SHA
    963163e View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2022

  1. fix bug of elementwise_add_grad, *test=kunlun (PaddlePaddle#44545)

    * fix bug of elementwise_add_grad, *test=kunlun
    
    * fix bug, *test=kunlun
    
    * rm pooling_t, *test=kunlun
    
    * fix bug of ew_add_grad when inplace, *test=kunlun
    helen88 authored Jul 27, 2022
    Configuration menu
    Copy the full SHA
    35ca1ce View commit details
    Browse the repository at this point in the history
  2. [IPU] small bug fix (PaddlePaddle#44473)

    * sync misc changes
    
    * add authors
    
    Co-authored-by: Zhaorui Chen <zhaoruic@graphcore.ai>
    
    * up x
    
    * Revert "up x"
    
    This reverts commit f3fde45.
    
    * add guarg for ipu
    
    Co-authored-by: Zhaorui Chen <zhaoruic@graphcore.ai>
    gglin001 and czr-gc authored Jul 27, 2022
    Configuration menu
    Copy the full SHA
    42d58dd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    15c0c9d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a71cfd8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ce7c799 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d62af8b View commit details
    Browse the repository at this point in the history
  7. [PHI]Add yaml and unittest for bmm op (PaddlePaddle#44625)

    Add yaml and unittest for bmm op
    BiynXu authored Jul 27, 2022
    Configuration menu
    Copy the full SHA
    122fff4 View commit details
    Browse the repository at this point in the history
  8. Phi average accumulates migration (PaddlePaddle#44554)

    * move average_accumulates op to phi kernel
    wwbitejotunn authored Jul 27, 2022
    Configuration menu
    Copy the full SHA
    eafd428 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7ee442c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2a5437a View commit details
    Browse the repository at this point in the history
  11. [CustomDevice] add process_group_xccl ut (PaddlePaddle#44632)

    * [CustomDevice] add process_group_xccl ut
    
    * update
    ronny1996 authored Jul 27, 2022
    Configuration menu
    Copy the full SHA
    efb4d5c View commit details
    Browse the repository at this point in the history
  12. Fix conv api name (PaddlePaddle#44636)

    zhangkaihuo authored Jul 27, 2022
    Configuration menu
    Copy the full SHA
    e7c7280 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    28aa0c6 View commit details
    Browse the repository at this point in the history
  14. [JitLayer]Remove include fluid head files in JitLayer (PaddlePaddle#4…

    …4597)
    
    * Remove include fluid head files in JitLayer
    
    * Format code
    
    * Remove const to fix ci error
    
    * Fix param error
    
    * Polish jit layer include and cp some headers to python/include
    
    * Fix comment
    0x45f authored Jul 27, 2022
    Configuration menu
    Copy the full SHA
    0dae79a View commit details
    Browse the repository at this point in the history
  15. [jit] jit.save support property serialization (PaddlePaddle#44581)

    * jit.save support peropty serilization
    
    * extract set property function
    
    * fix property test file name
    
    * fix typing error
    
    * fix typing error
    
    * fix test coverage
    zh794390558 authored Jul 27, 2022
    Configuration menu
    Copy the full SHA
    2bf5745 View commit details
    Browse the repository at this point in the history
  16. Replaced add_custom_command with add_custom_target in xpu_kp_cmake (P…

    …addlePaddle#44619)
    
    * Replaced add_custom_command with add_custom_target in xpu_kp_cmake
    AnnaTrainingG authored Jul 27, 2022
    Configuration menu
    Copy the full SHA
    16506d8 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    4b7fe61 View commit details
    Browse the repository at this point in the history
  18. [phi] move crop_tensor kernel from fluid to phi (PaddlePaddle#44574)

    * move crop_tensor from fluid to phi
    
    * delete fluid header files
    
    * fix crop_tensor_op dygraph_mode bug
    
    * modify header files, add out tensor check
    freeliuzc authored Jul 27, 2022
    Configuration menu
    Copy the full SHA
    b20f771 View commit details
    Browse the repository at this point in the history
  19. fix RemoveIntermediateOut in fuse_elewise_add_act_pass while converti…

    …ng graph to program (PaddlePaddle#44593)
    
    * fix RemoveNode in fuse_elewise_add_act_pass
    
    * fix
    
    * change pointer to share_ptr
    
    * fix
    
    * fix
    
    * fix format
    
    * fix
    
    * fix graph_safe_remove_nodes
    pangyoki authored Jul 27, 2022
    Configuration menu
    Copy the full SHA
    be13271 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    8a07d02 View commit details
    Browse the repository at this point in the history
  21. [IPU] add more loss ops (PaddlePaddle#44646)

    * add more loss ops
    
    * add authors
    
    Co-authored-by: Zhaorui Chen <zhaoruic@graphcore.ai>
    
    Co-authored-by: Zhaorui Chen <zhaoruic@graphcore.ai>
    gglin001 and czr-gc authored Jul 27, 2022
    Configuration menu
    Copy the full SHA
    8bf7cd8 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    a6d0577 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    84d595f View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    f49b0cb View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    5be7a1f View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    ae25ab5 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    ea91ca2 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    8fc1cf6 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2022

  1. Configuration menu
    Copy the full SHA
    822e42d View commit details
    Browse the repository at this point in the history
  2. Change the way to set attributes for grad op maker (PaddlePaddle#44514)

    * fix typos in template for codegen of operators
    * change the way to set attributes for grad op maker
    Feiyu Chan authored Jul 28, 2022
    Configuration menu
    Copy the full SHA
    8ee9140 View commit details
    Browse the repository at this point in the history
  3. [XPU] add top_k op (PaddlePaddle#44656)

    * [XPU] add top_k op. test=kunlun
    
    * [XPU] add top_k op. test=kunlun
    
    * use PADDLE_ENFORCE_XDNN_NOT_NULL to check pointer. test=kunlun
    houj04 authored Jul 28, 2022
    Configuration menu
    Copy the full SHA
    acf07c7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a90b8dc View commit details
    Browse the repository at this point in the history
  5. [PHI] Move spectral_norm to phi (PaddlePaddle#44577)

    * Add kernel declarations
    
    * Copy kernel implementation code
    
    * Transfer implementation code
    
    * Fix: Move out_grad to first
    
    * Register new kernels
    
    * Remove old kernels
    
    * Move out_grad to last
    
    * Fix bugs
    
    * Transfer infermeta
    
    * Add yaml files
    
    * Add blank line
    
    * Fix code style
    
    * Optimize directory structure
    
    Co-authored-by: Bobholamovic <linmanhui@baidu.com>
    Bobholamovic and Bobholamovic authored Jul 28, 2022
    Configuration menu
    Copy the full SHA
    768e50c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d4cf02b View commit details
    Browse the repository at this point in the history
  7. [Eager] refactor general_grad and fix some bugs (PaddlePaddle#44611)

    * refactor general_grad and fix some bugs
    
    * add TODO: support prune logic deeper
    veyron95 authored Jul 28, 2022
    Configuration menu
    Copy the full SHA
    acde295 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    067107a View commit details
    Browse the repository at this point in the history
  9. [LAUNCH] add distributed launch check tools (PaddlePaddle#44495)

    * add launch test
    
    * launch test for cpu
    
    * bs 1
    kuizhiqing authored Jul 28, 2022
    Configuration menu
    Copy the full SHA
    9a3e1bc View commit details
    Browse the repository at this point in the history
  10. Move api(lgamma) from legacy_api.yaml to api.yaml (PaddlePaddle#44355)

    * Move api(lgamma) from legacy_api.yaml to api.yaml
    
    * Move api(lgamma) from legacy_api.yaml to api.yaml
    
    * Move api(lgamma) from legacy_api.yaml to api.yaml
    
    * modify code style
    
    * add x to X mapping
    
    * add definition of lgamma
    
    * delete redundant lgamma definitions
    
    * Modify code comments
    
    * Modify ops.py code format
    
    * add lgamma  single test and lgamma api in fluid
    
    * Optimized lgamma unittest
    Charles-hit authored Jul 28, 2022
    Configuration menu
    Copy the full SHA
    511a2c1 View commit details
    Browse the repository at this point in the history
  11. Move frame kernel to phi (PaddlePaddle#44615)

    * Move frame OP to phi、add frame OP yaml config and supplement single test
    
    * add Header file of in_dygraph_mode
    
    * Modify variable name and FrameGradInferMeta multiplex UnchangedInferMeta
    
    * move seq2col to phi
    Charles-hit authored Jul 28, 2022
    Configuration menu
    Copy the full SHA
    28b4b2f View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    dfeb194 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    a9f76d0 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    2cec4c8 View commit details
    Browse the repository at this point in the history
  15. Fix some problem of kernel fallback in C++ API (PaddlePaddle#44681)

    * support auto fallback to  cpu kernel for cusom device
    
    * fix some problem of kernel fallback
    zyfncg authored Jul 28, 2022
    Configuration menu
    Copy the full SHA
    55aaeb3 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    2781740 View commit details
    Browse the repository at this point in the history
  17. migrate dirichlet kernel to phi (PaddlePaddle#44434)

    * migrate dirichlet op kernel to phi
    
    * fix dirichlet sample memory leak
    cxxly authored Jul 28, 2022
    Configuration menu
    Copy the full SHA
    798a4ea View commit details
    Browse the repository at this point in the history
  18. [phi]move softsign from fluid to phi (PaddlePaddle#44616)

    * 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
    jiahy0825 authored Jul 28, 2022
    Configuration menu
    Copy the full SHA
    20759c3 View commit details
    Browse the repository at this point in the history
  19. [Paddle Inference] Support depthwise_conv2d fp16. (PaddlePaddle#44642)

    * depthwise_fp16
    
    * depthwise_fp16
    
    * depthwise_fp16
    
    * depthwise_fp16
    xiaoxiaohehe001 authored Jul 28, 2022
    Configuration menu
    Copy the full SHA
    ed85758 View commit details
    Browse the repository at this point in the history
  20. fix logging debug level (PaddlePaddle#44684)

    * back fl
    
    * delete ssl cert
    
    * .
    
    * make warning
    
    * .
    
    * unittest paral degree
    
    * solve unittest
    
    * heter & multi cloud commm ready
    
    * .
    
    * .
    
    * fl-ps v1.0
    
    * .
    
    * support N + N mode
    
    * .
    
    * .
    
    * .
    
    * .
    
    * delete print
    
    * .
    
    * .
    
    * .
    
    * .
    
    * fix bug
    
    * .
    
    * .
    
    * fl-ps with coordinator ready
    
    * merge dev
    
    * update message parse only
    
    * update fl client scheduler
    
    * fix bug
    
    * update multithreads sync
    
    * fix ci errors
    
    * update role_maker.py
    
    * update role_maker.py
    
    * fix ci error: windows py import error
    
    * fix ci error: windows py import error
    
    * fix windows ci pylib import error
    
    * add dump fields & params
    
    * try to fix windows import fleet error
    
    * fix ps FLAGS error
    
    * fix logging risk
    
    * fix logging possible risk
    ziyoujiyi authored Jul 28, 2022
    Configuration menu
    Copy the full SHA
    8aa286d View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    e9b9201 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    bd813d3 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    72b65d6 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2022

  1. Configuration menu
    Copy the full SHA
    e61f48c View commit details
    Browse the repository at this point in the history
  2. fused_fc_elementwise_layernorm_op support fp16 (PaddlePaddle#44710)

    * fused_fc_elementwise_layernorm support fp16
    
    * fused_fc_elementwise_layernorm support double
    ming1753 authored Jul 29, 2022
    Configuration menu
    Copy the full SHA
    856f741 View commit details
    Browse the repository at this point in the history
  3. [Phi] Add yaml for assign_value (PaddlePaddle#44596)

    * [Phi] Add yaml for assign_value
    
    * [Phi] Fix the bug of the assign api and modify the unittest
    
    * [Phi] Fix the bug when the tensor does not have the backend info
    
    * [Phi] Replace the functional-style cast init by the brace-init
    
    * [Phi] Cast the data explicitly
    aoyulong authored Jul 29, 2022
    Configuration menu
    Copy the full SHA
    8858439 View commit details
    Browse the repository at this point in the history
  4. [PHI] Move lu to phi (PaddlePaddle#44605)

    * Add kernel declarations
    
    * Copy kernel implementation code
    
    * Transfer implementation code
    
    * Register new kernels
    
    * Remove old kernels
    
    * Fix code style
    
    * Fix bugs
    
    * mutable_data->HostAlloc
    
    * Transfer infermeta
    
    * Add yaml and update python api
    
    * Add PADDLE_WITH_HIP check
    
    * Update unittests
    
    * Fix bugs
    
    * Fix bugs
    
    * Optimize directory structure
    
    * Add output checks
    
    * lu_impl.h->lu_kernel_impl.h
    
    Co-authored-by: Bobholamovic <linmanhui@baidu.com>
    Bobholamovic and Bobholamovic authored Jul 29, 2022
    Configuration menu
    Copy the full SHA
    3d88816 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b7496bc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8c43c0f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    23ad0cc View commit details
    Browse the repository at this point in the history
  8. move CUDAStream to phi (PaddlePaddle#44529)

    * init
    
    * move CUDAStream to phi
    
    * fix compilation
    
    * merge develop
    
    * add stream_owned_ member
    
    * split cuda_stream.h
    
    * fix cpu compile
    
    * fix constructor
    
    * fix bug
    
    * fix windows compile
    
    * fix inference test_levit
    
    * fix windows tests
    zhiqiu authored Jul 29, 2022
    Configuration menu
    Copy the full SHA
    da3743f View commit details
    Browse the repository at this point in the history
  9. [Auto parallel] Optimization Tuning (PaddlePaddle#43782)

    * fixed bug for pass & engine
    
    * fixed bug for benchmark GPT-3
    
    * add tuner & profiler
    
    * add algorithms & config
    JZ-LIANG authored Jul 29, 2022
    Configuration menu
    Copy the full SHA
    72f2ed4 View commit details
    Browse the repository at this point in the history
  10. skip cast trt convert when input dtype is bool (PaddlePaddle#44716)

    * skip cast trt convert when input dtype is bool
    ccrrong authored Jul 29, 2022
    Configuration menu
    Copy the full SHA
    5d94618 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e3766da View commit details
    Browse the repository at this point in the history
  12. Phi softplus migration (PaddlePaddle#44542)

    * add yaml and utests of phi softplus
    
    add yaml of softplus
    
    fix softplus bug in phi
    
    * update utests
    
    * bug fix
    
    * bug fix for test_layers
    
    * layer api match
    
    * match def and doc in ops.py
    
    * doc polish
    
    * fix unwanted modified of thresholded_relu
    
    * style imporve
    wwbitejotunn authored Jul 29, 2022
    Configuration menu
    Copy the full SHA
    0551566 View commit details
    Browse the repository at this point in the history
  13. 【PaddlePaddle Hackathon 3 No.15】为 Paddle 新增 count_nonzero (PaddlePadd…

    …le#44169)
    
    * add count_nonzero api
    
    * remove grad test
    thunder95 authored Jul 29, 2022
    Configuration menu
    Copy the full SHA
    a6c50a6 View commit details
    Browse the repository at this point in the history
  14. [WIP] Matmul v1 & v2 unification -- part 1 (PaddlePaddle#44640)

    * - Unit tests to be debugged
    
    - fix
    
    - refactor
    
    - diagnostic
    
    - more diagnostic
    
    - fix
    
    - Fix number two
    
    - fix
    
    - fix
    
    - fix
    
    - alpha added
    
    - more fixes
    
    - compilation fix
    
    - removed diagnostic code
    
    - cosmetic fixes
    
    * lint
    jczaja authored Jul 29, 2022
    Configuration menu
    Copy the full SHA
    653885a View commit details
    Browse the repository at this point in the history
  15. add FLAGS_enable_api_kernel_fallback (PaddlePaddle#44706)

    * add FLAGS_enable_api_kernel_fallback
    
    * deal with more cases
    
    * add ut for coverage
    Aganlengzi authored Jul 29, 2022
    Configuration menu
    Copy the full SHA
    e439d73 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    a991990 View commit details
    Browse the repository at this point in the history
  17. add some fp16 op for kunlun resnet50 model (PaddlePaddle#44672)

    * add some fp16 op for kunlun resnet50 model
    *test=kunlun
    
    * tmp
    *test=kunlun
    QingshuChen authored Jul 29, 2022
    Configuration menu
    Copy the full SHA
    fecbc95 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    ec1e0d5 View commit details
    Browse the repository at this point in the history
  19. [API/OP] Migrate Lstsq op into phi (PaddlePaddle#44318)

    * migrate lstsq op
    
    * update
    
    * fix bugs for CIs
    
    * update
    
    * fix bugs
    
    * add uts
    
    * update
    
    * update
    
    * update
    
    * fix bugs of jip
    
    * fix bugs of hip
    
    * update
    
    * update according to review
    
    * update
    
    * update
    
    * update
    
    * update
    haohongxiang authored Jul 29, 2022
    Configuration menu
    Copy the full SHA
    ab2aaf8 View commit details
    Browse the repository at this point in the history
  20. Add sparse SyncBatchNorm (PaddlePaddle#43520)

    * add sparse SyncBatchNorm
    zhangkaihuo authored Jul 29, 2022
    Configuration menu
    Copy the full SHA
    0a2db7c View commit details
    Browse the repository at this point in the history
  21. unify fluid::CUDADeviceContext and phi::GpuContext (PaddlePaddle#44723)

    * remove cudaDeviceContext
    
    * remove more template
    
    * fix rocm compile
    zhiqiu authored Jul 29, 2022
    Configuration menu
    Copy the full SHA
    8849056 View commit details
    Browse the repository at this point in the history
  22. 【PaddlePaddle Hackathon 3 No.12】为 Paddle 新增 pairwise_distance (Paddle…

    …Paddle#44161)
    
    * add paddle.nn.functional.pairwise_distance (cattidea#273)
    * remove the test case for undefined behavior
    
    Co-authored-by: SigureMo <sigure.qaq@gmail.com>
    Ainavo and SigureMo authored Jul 29, 2022
    Configuration menu
    Copy the full SHA
    46be685 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2022

  1. Phi prior box (PaddlePaddle#44431)

    * phi_prior_box
    
    * add float[] support
    
    * phi_prior_box_optest
    
    * update
    zhiboniu authored Jul 30, 2022
    Configuration menu
    Copy the full SHA
    d92b2f2 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2022

  1. Configuration menu
    Copy the full SHA
    3948c24 View commit details
    Browse the repository at this point in the history
  2. [PHI] Move lu_unpack to phi (PaddlePaddle#44674)

    * Add kernel declarations
    
    * Copy kernel implementation code
    
    * Transfer implementation code
    
    * Register new kernels
    
    * Remove old kernels
    
    * Fix code style
    
    * Fix bugs
    
    * mutable_data->HostAlloc
    
    * Transfer infermeta
    
    * Add yaml and update python api
    
    * Add PADDLE_WITH_HIP check
    
    * Update unittests
    
    * Add kernel declarations
    
    * Copy kernel implementation code
    
    * Transfer kernel implementation code
    
    * Register new kernels
    
    * Remove old kernels
    
    * Add lu_unpack_sig
    
    * Fix bugs
    
    * Fix bugs
    
    * Fix bugs
    
    * Optimize directory structure
    
    * Add output checks
    
    * Update include files
    
    * lu_impl.h->lu_kernel_impl.h
    
    * Transfer infermeta
    
    * Add yaml and update python api
    
    * Add check_eager
    
    Co-authored-by: Bobholamovic <linmanhui@baidu.com>
    Bobholamovic and Bobholamovic authored Aug 1, 2022
    Configuration menu
    Copy the full SHA
    c905a9e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3a30178 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8482f1a View commit details
    Browse the repository at this point in the history
  5. [Paddle Inference] add varlen_token_prune plugin, pass, convert (Padd…

    …lePaddle#44733)
    
    * add varlen_token_prune plugin, pass, convert
    Wangzheee authored Aug 1, 2022
    Configuration menu
    Copy the full SHA
    24187fc View commit details
    Browse the repository at this point in the history
  6. support build with Ninja on Linux (PaddlePaddle#44210)

    * support ninja
    
    * fix mkldnn on windows
    
    * fix mkldnn on windows up1
    
    * up2
    
    * up3
    
    * fix gflags
    
    * BUILD_BYPRODUCTS_OPTION -> BUILD_BYPRODUCTS_ARGS
    
    * use CMAKE_COMMAND
    
    * up x
    gglin001 authored Aug 1, 2022
    Configuration menu
    Copy the full SHA
    1d79f1f View commit details
    Browse the repository at this point in the history
  7. migrate overlap_add and overlap_add_grad op (PaddlePaddle#44739)

    * update code format
    
    * add ymal and test
    
    * update for comments
    levi131 authored Aug 1, 2022
    Configuration menu
    Copy the full SHA
    2a8219c View commit details
    Browse the repository at this point in the history
  8. Fix to CI (PaddlePaddle#44744)

    * - fix
    
    * - another fix
    
    * lint
    jczaja authored Aug 1, 2022
    Configuration menu
    Copy the full SHA
    71f74f5 View commit details
    Browse the repository at this point in the history
  9. infer context fix place error. (PaddlePaddle#44726)

    * infer context fix place error.
    
    * update
    
    * update
    jiweibo authored Aug 1, 2022
    Configuration menu
    Copy the full SHA
    74e46a9 View commit details
    Browse the repository at this point in the history
  10. [operator migration] Migrate unstack_op and nms_op (PaddlePaddle#44424)

    * update unstack_op
    
    * update unstack_op
    
    * update unstack_op
    
    * fix unstack test
    
    * update unstack
    
    * update with remote
    
    * fix unstack_test.py
    
    * temp_save_change_nms_op
    
    * add nms test
    
    * update nms fix
    
    * update unstack_op
    
    * temp save change
    
    * finish fix nms_op
    
    * pass nms test
    
    * fix CI
    
    * fix ops test
    
    * save change
    
    * fix code style
    
    * fix code style
    
    * fix ci and codestyle
    
    * fix ci
    
    Co-authored-by: ShiningZhang <zhang_liang1991@126.com>
    HexToString and ShiningZhang authored Aug 1, 2022
    Configuration menu
    Copy the full SHA
    9d2e0ec View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    cd94be6 View commit details
    Browse the repository at this point in the history
  12. Fix test and doc (PaddlePaddle#44735)

    * fix test and doc
    zhangkaihuo authored Aug 1, 2022
    Configuration menu
    Copy the full SHA
    3e8708b View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    e48cb42 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    16c7c96 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    f064ead View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    212f015 View commit details
    Browse the repository at this point in the history
  17. [JitLayer]Polish PEFuntion to speed up JitLayer and fix memory leak (P…

    …addlePaddle#44738)
    
    * Polish PEFuntion to speed up JitLayer
    
    * Polish PEFunction code
    
    * Fix comments
    0x45f authored Aug 1, 2022
    Configuration menu
    Copy the full SHA
    7512231 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    ffb3154 View commit details
    Browse the repository at this point in the history
  19. set parallel_job according to CUDA memory in Windows CI unittest (Pad…

    …dlePaddle#44695)
    
    * set parallel_job according to CUDA memory
    
    * fix bug: add whitespace between conten and [] or condition wont work
    betterpig authored Aug 1, 2022
    Configuration menu
    Copy the full SHA
    c28bb98 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    1149a37 View commit details
    Browse the repository at this point in the history
  21. GPUGraph merge to develop (PaddlePaddle#44594)

    Co-authored-by: seemingwang <zsasuke@qq.com>
    Co-authored-by: DesmonDay <908660116@qq.com>
    Co-authored-by: seemingwang <seemingwang@users.noreply.github.com>
    Co-authored-by: Thunderbrook <a754913769@163.com>
    Co-authored-by: xuewujiao <105861147+xuewujiao@users.noreply.github.com>
    Co-authored-by: root <root@yq01-sys-hic-k8s-v100-box-a225-0693.yq01.baidu.com>
    Co-authored-by: Thunderbrook <52529258+Thunderbrook@users.noreply.github.com>
    Co-authored-by: root <root@yq01-inf-hic-k8s-a100-ab2-0009.yq01.baidu.com>
    Co-authored-by: huwei02 <53012141+huwei02@users.noreply.github.com>
    Co-authored-by: yaoxuefeng <yaoxuefeng@baidu.com>
    Co-authored-by: lxsbupt <luoxsbupt@163.com>
    Co-authored-by: miaoli06 <106585574+miaoli06@users.noreply.github.com>
    Co-authored-by: root <root@yq01-inf-hic-k8s-a100-ab2-0008.yq01.baidu.com>
    Co-authored-by: chao9527 <33347532+chao9527@users.noreply.github.com>
    Co-authored-by: qingshui <qshuihu@gmail.com>
    Co-authored-by: yangjunchao <yangjunchao@baidu.com>
    17 people authored Aug 1, 2022
    Configuration menu
    Copy the full SHA
    798670b View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    f15d930 View commit details
    Browse the repository at this point in the history
  23. unify gpu context (PaddlePaddle#44740)

    * remove cudaDeviceContext
    
    * remove more template
    
    * fix rocm compile
    
    * remove alias name CUDADeviceContext
    
    * fix compile
    
    * fix tests
    
    * revert changes
    zhiqiu authored Aug 1, 2022
    Configuration menu
    Copy the full SHA
    8676302 View commit details
    Browse the repository at this point in the history
  24. API doc(en) Bugs fix in 第四期体验评估 (PaddlePaddle#44749)

    * fix docs(en) bugs;test=document_fix
    
    * update paddle.add docs;test=document_fix
    
    * update paddle.where docs;test=document_fix
    
    * for ci;test=document_fix
    
    * Update manipulation.py
    
    * update paddle.where;test=document_fix
    
    Co-authored-by: Ligoml <39876205+Ligoml@users.noreply.github.com>
    yang131313 and Ligoml authored Aug 1, 2022
    Configuration menu
    Copy the full SHA
    937ea24 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2022

  1. Configuration menu
    Copy the full SHA
    d788e72 View commit details
    Browse the repository at this point in the history
  2. Refactor build_op_downstream_map for standalone executor (PaddlePaddl…

    …e#44729)
    
    * Refactor build_op_downstream_map for standalone executor
    
    * Add some comments
    From00 authored Aug 2, 2022
    Configuration menu
    Copy the full SHA
    9b97ac7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1bd6e28 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d8fedcb View commit details
    Browse the repository at this point in the history
  5. support beam_search operator on xpu. test=kunlun (PaddlePaddle#44720)

    * support beam_search operator on xpu. test=kunlun
    
    * support beam_search operator on xpu. test=kunlun
    
    * support beam_search operator on xpu. test=kunlun
    
    * support beam_search operator on xpu. test=kunlun
    
    * support beam_search operator on xpu. test=kunlun
    mengqingchun02 authored Aug 2, 2022
    Configuration menu
    Copy the full SHA
    9bf8077 View commit details
    Browse the repository at this point in the history
  6. [phi] add yolov3_loss yaml and unittest (PaddlePaddle#44476)

    * add yaml and unittest
    
    * update yaml
    
    * update backward yaml and unittest
    
    * update yaml
    
    * add Yolov3LossGradInferMeta
    
    * update yolov3_loss_op.cc
    
    * fix bug
    
    * code format
    ccrrong authored Aug 2, 2022
    Configuration menu
    Copy the full SHA
    c7cf12f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    756f01d View commit details
    Browse the repository at this point in the history
  8. Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into…

    … dev_merge2graph
    
    Conflicts:
    	paddle/fluid/distributed/ps/service/graph_brpc_server.cc
    	paddle/fluid/distributed/ps/service/ps_service/graph_py_service.h
    	paddle/fluid/distributed/ps/table/common_graph_table.cc
    	paddle/fluid/distributed/ps/table/common_graph_table.h
    	paddle/fluid/distributed/ps/table/ctr_dymf_accessor.cc
    	paddle/fluid/distributed/ps/table/ctr_dymf_accessor.h
    	paddle/fluid/distributed/ps/table/graph/graph_node.h
    	paddle/fluid/distributed/ps/table/memory_sparse_table.h
    	paddle/fluid/distributed/ps/table/sparse_sgd_rule.h
    	paddle/fluid/distributed/ps/wrapper/CMakeLists.txt
    	paddle/fluid/distributed/ps/wrapper/fleet.cc
    	paddle/fluid/framework/CMakeLists.txt
    	paddle/fluid/framework/data_feed.cc
    	paddle/fluid/framework/data_feed.cu
    	paddle/fluid/framework/data_feed.h
    	paddle/fluid/framework/data_set.cc
    	paddle/fluid/framework/device_worker.cc
    	paddle/fluid/framework/device_worker.h
    	paddle/fluid/framework/fleet/heter_ps/CMakeLists.txt
    	paddle/fluid/framework/fleet/heter_ps/cudf/concurrent_unordered_map.cuh.h
    	paddle/fluid/framework/fleet/heter_ps/feature_value.cu
    	paddle/fluid/framework/fleet/heter_ps/feature_value.h
    	paddle/fluid/framework/fleet/heter_ps/gpu_graph_node.h
    	paddle/fluid/framework/fleet/heter_ps/gpu_graph_utils.h
    	paddle/fluid/framework/fleet/heter_ps/graph_gpu_ps_table.h
    	paddle/fluid/framework/fleet/heter_ps/graph_gpu_ps_table_inl.cu
    	paddle/fluid/framework/fleet/heter_ps/graph_gpu_wrapper.cu
    	paddle/fluid/framework/fleet/heter_ps/graph_gpu_wrapper.h
    	paddle/fluid/framework/fleet/heter_ps/graph_sampler_inl.h
    	paddle/fluid/framework/fleet/heter_ps/hashtable.h
    	paddle/fluid/framework/fleet/heter_ps/hashtable_kernel.cu
    	paddle/fluid/framework/fleet/heter_ps/heter_comm.h
    	paddle/fluid/framework/fleet/heter_ps/heter_comm_inl.h
    	paddle/fluid/framework/fleet/heter_ps/heter_comm_kernel.cu
    	paddle/fluid/framework/fleet/heter_ps/heter_comm_kernel.h
    	paddle/fluid/framework/fleet/heter_ps/heter_ps.cc
    	paddle/fluid/framework/fleet/heter_ps/heter_ps.cu
    	paddle/fluid/framework/fleet/heter_ps/heter_ps.h
    	paddle/fluid/framework/fleet/heter_ps/heter_ps_base.h
    	paddle/fluid/framework/fleet/heter_ps/mem_pool.h
    	paddle/fluid/framework/fleet/heter_ps/optimizer.cuh.h
    	paddle/fluid/framework/fleet/heter_ps/optimizer_conf.h
    	paddle/fluid/framework/fleet/heter_ps/test_cpu_query.cu
    	paddle/fluid/framework/fleet/ps_gpu_wrapper.cc
    	paddle/fluid/framework/fleet/ps_gpu_wrapper.cu
    	paddle/fluid/framework/fleet/ps_gpu_wrapper.h
    	paddle/fluid/framework/hogwild_worker.cc
    	paddle/fluid/framework/io/fs.cc
    	paddle/fluid/framework/multi_trainer.cc
    	paddle/fluid/framework/new_executor/CMakeLists.txt
    	paddle/fluid/operators/pull_gpups_sparse_op.h
    	paddle/fluid/platform/flags.cc
    	paddle/fluid/pybind/data_set_py.cc
    	paddle/fluid/pybind/fleet_py.cc
    	paddle/utils/string/string_helper.h
    	python/paddle/distributed/fleet/base/distributed_strategy.py
    	python/paddle/distributed/passes/ps_trainer_pass.py
    	python/paddle/distributed/ps/the_one_ps.py
    	python/paddle/fluid/contrib/layers/nn.py
    	python/paddle/fluid/dataset.py
    	python/paddle/fluid/incubate/fleet/parameter_server/ir/trainer_pass.py
    	python/paddle/fluid/layers/nn.py
    	python/paddle/fluid/trainer_factory.py
    danleifeng committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    8737440 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2022

  1. Configuration menu
    Copy the full SHA
    ab5e2db View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    110f88c View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2022

  1. Merge branch 'gpugraph' of https://github.com/xuewujiao/Paddle into d…

    …ev_merge2graph
    
    Conflicts:
    	paddle/fluid/distributed/ps/table/common_graph_table.cc
    	paddle/fluid/framework/data_set.cc
    	paddle/fluid/framework/fleet/heter_ps/graph_gpu_wrapper.h
    danleifeng committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    f7e78d5 View commit details
    Browse the repository at this point in the history
  2. fix compile;test=develop

    danleifeng committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    c7f414a View commit details
    Browse the repository at this point in the history