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

[Cherry-pick] Fix indexing shape bug and Optimize #62117

Merged
merged 6 commits into from
Feb 28, 2024

Commits on Feb 27, 2024

  1. tensor_array slice in PIR (PaddlePaddle#60503)

    * use slice_array, now will meet error of destory opresult still in use
    
    * disable the pir test until the bug fixed
    zoooo0820 committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    2335578 View commit details
    Browse the repository at this point in the history
  2. Optimize advanced setting by remove the last set_value (PaddlePaddle#…

    …60771)
    
    * pure-advanced setitem will not set_value back
    
    * fix multi output in tensor_array_pir
    
    * only in dynamic mode
    
    * add only advanced-setting case to fix coverage
    zoooo0820 committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    001b3f3 View commit details
    Browse the repository at this point in the history
  3. fast pass for bool setitem (PaddlePaddle#61021)

    * fast pass for bool setitem
    
    * fix 0-size value case
    zoooo0820 committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    1d31fd1 View commit details
    Browse the repository at this point in the history
  4. remove final set_value OP in combined-indexing setting (PaddlePaddle#…

    …60983)
    
    * remove setvalue in combined indexing set
    
    * using combined-setting case to test
    zoooo0820 committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    6cb56fe View commit details
    Browse the repository at this point in the history
  5. Optimize index put preprocess (PaddlePaddle#61060)

    * reduce vector operations when no bool index
    
    * reduce vector in index_put
    
    * reduce vector operations
    
    * no change for value
    zoooo0820 committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    e94fc7a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cf897b0 View commit details
    Browse the repository at this point in the history