1. 28 5月, 2022 1 次提交
  2. 27 5月, 2022 8 次提交
  3. 26 5月, 2022 4 次提交
  4. 25 5月, 2022 6 次提交
    • O
      fix an bug in metrics.py; test=document_fix (#42976) · c6f98fa0
      onecatcn 提交于
      PR types
      Bug fixes
      
      PR changes
      Docs
      
      Describe
      修复 paddle.metric.accuracy 文档,对应的中文文档修复为 https://github.com/PaddlePaddle/docs/pull/4811
      the file was editted based on the discussion in the issue:
      INT32 Failed on paddle.metric.accuracy: https://github.com/PaddlePaddle/Paddle/issues/42845
      c6f98fa0
    • D
      [GPUPS]fix gpups pscore (#42967) · 45d7a3ea
      danleifeng 提交于
      45d7a3ea
    • F
      [MLU] adapt coalesce_tensor op for mlu (#42873) · cbb24136
      fwenguang 提交于
      cbb24136
    • X
      [EinsumOp] Optimize the backward speed of EinsumOp (#42663) · 71b046cd
      xiongkun 提交于
      * change logic for optimize
      
      * modifty
      
      * optimize the backward speed of EinsumOp
      
      * add cache optimizer for einsum op
      
      * EinsumOp: fix new dygraph mode error
      
      * fix bug
      
      * change Cache->InnerCache
      
      * fix code
      
      * fix
      
      * add nan inf utils for einsum op
      
      * add as_extra
      
      * Compatible with v2.3 EinsumOp
      
      * remove dispensable
      71b046cd
    • M
      Dynamic graph support to Automatic SParsity. (#41177) · e5fc68b2
      Ming-Xu Huang 提交于
      * Dynamic graph support to Automatic SParsity.
      
      1. Added dynamic support to ASP module (paddle.fluid.contrib.sparsity).
      2. Added ASP related unit-tests regards to above changes.
      3. Put ASP module under paddle.static for now, waiting for APIs confirmation from Paddle.
      
      * Modified documents of functions to have correct examples.
      
      * Update in_dygraph_mode to paddle.in_dynamic_mode()
      
      * Modified documents of functions and added comments
      
      * Minor changes.
      
      * Fix example errors in asp API.
      
      * Code Change for Review
      
      1. Added more examples in documents.
      2. Chaged test_asp_pruning_static.
      
      * Minor changes
      
      * Update ASP function documents.
      
      * Update ASP function documents.
      
      * Reduce test case size of asp pruning due CI time limit.
      
      * Update time limitation to some asp UTs.
      
      * Fix sample code errors.
      
      * Fix sample code errors.
      
      * Fix sample code errors.
      
      * Update time limitation to parts of ASP UTs.
      
      * Update UTs to fit with CI.
      
      * Reduce problem size in python/paddle/fluid/tests/unittests/asp/test_fleet_with_asp_dynamic.py
      
      * Added paddle.asp
      
      * Fixed type casting error of OpRole.Optimize in new dygraph mode.
      
      * Made set_excluded_layers be compatible with 2.2
      
      * Fix example code of calculate_density.
      
      * Update code examples.
      
      * Move paddle.asp to paddle.incubate.asp
      
      * Fixed an example error of calculate_density
      e5fc68b2
    • B
      [Dygraph]fix_sharding3_offload (#42955) · 53e50383
      Baibaifan 提交于
      * fix_sharding3_offload
      
      * fix_fp16dtype_bug
      53e50383
  5. 24 5月, 2022 4 次提交
  6. 23 5月, 2022 12 次提交
  7. 20 5月, 2022 5 次提交
    • Z
      support heterogeneous tensor for kernel in yaml (#42898) · c5d3bc0e
      zyfncg 提交于
      c5d3bc0e
    • L
      use fp32 compute type for cublasGemmStridedBatchedEx with fp16 input/output (#42851) · f36a9464
      Leo Chen 提交于
      * use fp32 compute type for cublasGemmStridedBatchedEx with fp16 input/output
      
      * add flags to control compute type
      
      * default to false
      
      * add unit test
      
      * default to true
      f36a9464
    • W
      [Eager] Make CreateInferMeta more robust (#42871) · d8b69124
      Weilong Wu 提交于
      d8b69124
    • X
      [Hackathon No.5] tril_indices OP (#41639) · 75db5b86
      xiaoguoguo626807 提交于
      * add tril_indices cpu kernal
      
      * modify tril_indice cpu op
      
      * modify bug
      
      * modify bug
      
      * add tril_indices python api
      
      * add tril_indices python api
      
      * resolve conflict
      
      * add tril_indices test
      
      * modify details
      
      * add tril_indices.cu
      
      * pythonapi pass
      
      * save tril_indices
      
      * CPU tril_indices pass
      
      * delete vlog
      
      * modify test_tril_indices_op.py
      
      * delete tril_indices_kernel.cc.swp
      
      * delete tril_indice.cu
      
      * modify code style
      
      * add newline in creation.py
      
      * modify creation.py linux newline
      
      * delete annotation
      
      * check code style
      
      * check .py style add final_state??
      
      * modify code style
      
      * add gpu_tril_indices
      
      * modify gpu_compiled_juage
      
      * modify gpu judge
      
      * code style
      
      * add test example
      
      * modify english document
      
      modify english document
      
      modify english document
      
      modify document
      
      modify document
      
      * modify pram name
      
      * modify pram name
      
      * modify pram
      
      * reduce test ex
      75db5b86
    • Y
      add dymf accessor support (#42881) · 56a8b3e3
      yaoxuefeng 提交于
      56a8b3e3