1. 17 1月, 2023 1 次提交
    • P
      support CUDA Graph for new executor (#49708) · 8e5ed04d
      pangyoki 提交于
      * new exe supports CUDA Graph
      
      * fix
      
      * fix
      
      * fix
      
      * fix FLAGS_use_stream_safe_cuda_allocator in unittest
      
      * insert output of coalesce_tensor op to skip_gc_var
      
      * fix
      8e5ed04d
  2. 12 1月, 2023 1 次提交
    • T
      add ninja-build in docker (#48490) · 1a9d6be9
      tianshuo78520a 提交于
      * test=ninja;test=document_fix
      
      * test=ninja;test=document_fix
      
      * test=ninja;test=document_fix
      
      * add ninja
      
      * update dockerfile
      
      * update dockerfile
      
      * update dockerfile
      
      * update dockerfile
      
      * update dockerfile
      
      * test=cuda117
      
      * update ce dockerfile
      
      * update ce dockerfile
      1a9d6be9
  3. 10 1月, 2023 1 次提交
  4. 09 1月, 2023 1 次提交
  5. 05 1月, 2023 1 次提交
    • Yj/rm core ops exp (#49490) · 70ea88bf
      姜永久 提交于
      * rm op_function_generator
      
      * rm op_func_generator.h
      
      * rm op_function
      
      * modify cmake
      
      * rm op_function.h
      
      * rm check for op_function_generator.cc
      
      * reset imperative
      
      * rm python part
      
      * fix imperative
      
      * lint
      
      * lint
      
      * modify legacy_c
      
      * review
      
      * modify
      
      * modify legacy
      
      * rm gen op_functions code
      
      * reset framework
      
      * rm core.ops for test
      
      * core.ops->core.eager.ops.legacy
      
      * not raiseError for xpu
      70ea88bf
  6. 04 1月, 2023 2 次提交
  7. 03 1月, 2023 5 次提交
  8. 30 12月, 2022 3 次提交
  9. 28 12月, 2022 1 次提交
    • T
      Add CheckPRTemplate.py (#49298) · e34e634a
      tianshuo78520a 提交于
      * Add CheckPRTemplate.py;test=document_fix;test=prtemplate
      
      * Add CheckPRTemplate.py;test=document_fix;test=prtemplate
      
      * Add CheckPRTemplate.py;test=document_fix;test=prtemplate
      e34e634a
  10. 23 12月, 2022 2 次提交
  11. 21 12月, 2022 1 次提交
    • W
      Fluid clean (#48841) · b8814777
      wangxiaoning 提交于
      * add index sample fp16 support
      
      * remove fluid APIs in distributed_strategy.py and role_maker.py
      
      * Revert "remove fluid APIs in distributed_strategy.py and role_maker.py"
      
      This reverts commit 223bbee990d3bf69e252fc3c0f19e3873550a264.
      
      * remove fluid APIs in distributed_strategy.py and role_maker.py
      
      * remove index sample op changes
      
      * remove fluid APIs under fleet.base
      
      * remove fluid APIs under fleet.layers.mpu
      
      * remove fluid APIs under fleet.meta_optimizers
      
      * fix fluid error
      
      * fix util_factory.py
      
      * reset fluid.io.load_inference_model API
      
      * remove dygraph.parallel.prepare_context
      
      * remove fluid.dygraph.StaticModelRunner API
      
      * remove split_lod_tensor merge_lod_tensor
      
      * remove unittests
      b8814777
  12. 20 12月, 2022 2 次提交
  13. 16 12月, 2022 1 次提交
  14. 15 12月, 2022 2 次提交
    • [FluidAPI] remove fluid rnn apis (#49050) · 4672ea8e
      骑马小猫 提交于
      * remove lstm api
      
      * remove gru_unit api
      
      * remove lstm in all
      
      * remove beam-search
      
      * remove beam_search slot
      
      * remove lstm test code
      
      * remove fluid.layers.nn api
      
      * update gru-unit
      
      * revert gru_unit white list
      4672ea8e
    • H
      Remove/move 16 fluid APIs (#48377) · e577040e
      HydrogenSulfate 提交于
      * remove density_prior_box
      
      * remove anchor_generator
      
      * remove roi_perspective_transform
      
      * remove generate_proposal_labels
      
      * remove generate_mask_labels
      
      * remove generate_proposals
      
      * remove box_clip
      
      * remove retinanet_detection_output
      
      * remove multiclass_nms
      
      * remove locality_aware_nms
      
      * remove matrix_nms
      
      * remove distribute_fpn_proposals
      
      * remove box_decoder_and_assign
      
      * remove collect_fpn_proposals
      
      * remove 2 trt files
      
      * move prior_box to static/nn/common.py
      
      * move multi_box_head to static/nn/common.py
      
      * fix for CI/CE
      
      * remove retinanet_detection_output
      
      * restore compile_vs_runtime_white_list.py
      
      * restore test_retinanet_detection_output to white list
      
      * replace nn.flatten by paddle.flatten, and fix doc for retinanet_target_assign
      
      * add enable_static in demo and fix bug
      
      * remove roi_perspective_transform in test_layers
      
      * remove multi_box_head
      
      * change self.multiclass_nms to _legacy_C_ops.multiclass_nms
      
      * empty commit
      
      * empty commit
      
      * check code style
      
      * fix prior_box
      
      * fix CI
      
      * remove redundant prior_box in detection.py
      
      * fix docs
      
      * remove detection
      
      * fix prior_box en doc
      
      * delete prior_box in common
      
      * remote proir_box from __init__.py
      e577040e
  15. 14 12月, 2022 1 次提交
  16. 13 12月, 2022 2 次提交
    • G
      [tools] Update summary env (#48627) · 31922692
      gouzil 提交于
      * [tools] remove deprecated api , fix macOS get version error
      
      * [tools] Rename the value that returns null
      
      * [tools] add gcc, clang, cmak, libc version
      
      * [tools] fix cudnn read error
      
      * [tools] add gpu devices list, drive based
      
      * [issue] update 3_build-installation-issue.yml
      
      * [tools] fix get gpu list AttributeError
      31922692
    • C
      remove linear_chain_crf and crf_decoding from fluid (#48996) · aaee07a3
      ccrrong 提交于
      * remove linear_chain_crf and crf_decoding
      aaee07a3
  17. 12 12月, 2022 1 次提交
  18. 09 12月, 2022 1 次提交
  19. 08 12月, 2022 3 次提交
  20. 05 12月, 2022 2 次提交
    • R
      Replace mutable_data with DeviceContext.Alloc in phi kernels (#48500) · 34a957e3
      Ruibiao Chen 提交于
      * Replace mutable_data with DeviceContext.Alloc in phi kernels
      
      * Fix CI errors
      
      * Fix CI errors
      
      * Fix CI errors, test=kunlun
      
      * Fix CI errors, test=kunlun
      
      * Handle rnn_functor
      
      * Update approvals
      34a957e3
    • Y
      [Add Approve Check]Check standardized API and Yaml Op (#48565) · 5c9bbe89
      YuanRisheng 提交于
      * check standard api
      
      * test approve,test=document_fix
      
      * test approve
      
      * perfect approve msg
      
      * test_approve
      
      * test_approve
      
      * test_approve
      
      * approve test
      
      * test approve,test=document_fix
      
      * test approve,test=document_fix
      
      * fix bugs,test=document_fix
      
      * test approve,test=document_fix
      
      * test approve,test=document_fix
      
      * test approve,test=document_fix
      
      * test approve,test=document_fix
      
      * test approve,test=document_fix
      
      * test approve,test=document_fix
      
      * test approve,test=document_fix
      
      * test approve,test=document_fix
      
      * test approve,test=document_fix
      
      * test approve,test=document_fix
      
      * test approve,test=document_fix
      5c9bbe89
  21. 01 12月, 2022 1 次提交
  22. 29 11月, 2022 3 次提交
  23. 28 11月, 2022 1 次提交
  24. 24 11月, 2022 1 次提交