1. 13 4月, 2022 1 次提交
  2. 11 4月, 2022 1 次提交
  3. 06 4月, 2022 1 次提交
    • Z
      Add some op yaml (#41173) · 176df91c
      zyfncg 提交于
      * add real and imag yaml
      
      * add roi_align and roi_pool yaml
      
      * add qr yaml
      
      * add psroi_pool yaml
      
      * fix bug
      
      * fix param bug of psroi_pool
      
      * fix infrt problem
      
      * fix merge bug
      176df91c
  4. 05 4月, 2022 2 次提交
  5. 04 4月, 2022 3 次提交
  6. 02 4月, 2022 2 次提交
    • H
      [Infrt] skip grad kernel in infrt frame (#41315) · 2a01a157
      huzhiqiang 提交于
      * code
      
      * code
      2a01a157
    • X
      Enhance vjp/jvp/Jacobian/Hessian API for supporting dynamic, static graph and... · 9e764d82
      Xiaoxu Chen 提交于
      Enhance vjp/jvp/Jacobian/Hessian API for supporting dynamic, static graph and batched, unbatched mode (#40692)
      
      * modify vjp/jvp for both dynamic and static graph
      
      * enforce jacobian class for supporting first/last batch
      
      * add unittest for jvp, jacobian withlast batch, jacobian with first batch
      
      * fix the incorrect shape when multi-index Jacobian
      
      * enforce Hessian class for supporting dynamic graph
      
      * add Hessian class unittest
      
      * bugfix, jvp double_backward_trick zeros_like return stop_gradient=True in static graph
      
      * add API beta warnnings
      
      * add white_list for cuda11.x ci windows.
      
      * optimize some code snippets and documments
      
      * set unittest timeout to 100 seconds
      
      * move vjp,jvp,Jacobian,Hessian to incubate
      
      * fix vjp,vjp import path of sample code
      
      * fix code style error of augtograd/__init__ file
      9e764d82
  7. 01 4月, 2022 1 次提交
  8. 31 3月, 2022 1 次提交
  9. 30 3月, 2022 2 次提交
  10. 29 3月, 2022 1 次提交
  11. 28 3月, 2022 2 次提交
  12. 27 3月, 2022 1 次提交
    • J
      Add StringTensor (#39830) · 0695e1ac
      Jack Zhou 提交于
      * add string tensor and case convert kernels
      
      * Add strings empty kernel; Reorganize the structure of case convert kernel
      
      * Add string infermeta
      
      * Update mutable_data of string tensor
      
      * rename kernel name
      
      * add string copy tmp
      
      * Fix strings copy device bug
      
      * add utf8 gpu converter
      
      * add string tensor c++ api
      
      * Remove mutable_data of string tensor
      
      * update string tensor interface
      
      * remove charcases_flag.h
      
      * remove some fluid headers
      
      * Add make_ddim
      
      * __HIPCC__ -> PADDLE_WITH_HIP
      
      * remove fluid headers
      
      * fix cpu compile
      
      * remove std::hash
      
      * Fix cudaMalloc
      
      * Remove strings/impl directory
      
      * Fix infrt/get_phi_kernel_info.py;Add custom_kernels deps
      
      * Add empty kernel test
      
      * Remove some comments
      
      * Modify lower/upper api encoding type: string->bool
      
      * STRING->PSTRING; Add CreateInferLikeMeta
      
      * Add code gen for C++ String API
      
      * remove strings_api_utils.h
      
      * Add ignore file (strings_api.h, strings_api.cc)
      
      * update strings gen script
      
      * change args order of case convert kernels
      
      * Add comments for pstring, StringTensor
      
      * cpstring_internal.h -> cpstring_impl.h
      
      * Update accordding to comments:
      
      1. Remove fluid headers
      2. paddle::platform::errors -> phi::errors
      3. Use 'place.GetType() == phi::AllocationType::GPU' instead of 'paddle::platform::is_cpu_space()'
      4. Use camel code style
      
      * Remove all singletons in strings kernels
      
      * fix rocm compile
      
      * Fix py3 compile
      
      * Fix c++ coverage
      
      * 1. Add pstring proto type
      2. Add StringTensor debug info
      3. Rename case_convert_kernel to strings_lower_upper
      4. Remove serialize derialize strings kernel
      
      * DataLayout::PSTRING -> DataLayout::PSTRING_UNION
      
      * Register pstring data type
      
      * Fix strings api gen
      
      * Fix dense tensor register pstring dtype
      
      * Fix error messages
      
      * remove line
      
      * add pstring unittest
      
      * remove test string api unitest
      
      * remove empty line
      
      * Remove some headers to decrease the size of executable file
      0695e1ac
  13. 25 3月, 2022 3 次提交
  14. 24 3月, 2022 4 次提交
  15. 23 3月, 2022 2 次提交
  16. 21 3月, 2022 1 次提交
  17. 18 3月, 2022 4 次提交
  18. 17 3月, 2022 2 次提交
  19. 15 3月, 2022 2 次提交
    • C
      Skip infrt when checking log fatal (#40529) · c9f3ad03
      Chen Weihang 提交于
      * skip infrt when checking log fatal, test=document_fix
      
      * remove test=document_fix
      
      * update commit
      c9f3ad03
    • Y
      [Phi]Move Tanh/BRelu/LeakyRelu/ThresholdedRelu Kernels to Phi (#40385) · d7112180
      YuanRisheng 提交于
      * move activation op
      
      * adjust code format
      
      * fix compile bugs
      
      * fix ci bugs
      
      * code format adjust
      
      * code format adjust2
      
      * activate ci status
      
      * modify according to comment
      
      * move activation kernel
      
      * revert relu6
      
      * reduce add code
      
      * perfect use_phi_functor
      
      * completing func name
      
      * fix bugs when run ci
      
      * fix bugs when run infr
      
      * modifpy infrt get kernel signature
      d7112180
  20. 14 3月, 2022 1 次提交
  21. 10 3月, 2022 1 次提交
    • S
      Add trt execute (#40224) · e72ef603
      Shang Zhizhou 提交于
      * add trt.execute
      
      * merge trt.engine type
      
      * update return op
      
      * update comments
      
      * fix style
      
      * fix style
      e72ef603
  22. 09 3月, 2022 2 次提交
    • H
      [Infrt]Update kernel dialect (#40141) · 767647ce
      huzhiqiang 提交于
      767647ce
    • R
      build documents if public apis modified, meanwhile their samplecodes should be tested (#39728) · 041c4bca
      Ren Wei (任卫) 提交于
      * run document_preview when samplecodes be tested
      
      * run document_preview when samplecodes be tested
      
      * sphinx-build symbol link; and build-doc default
      
      * FLUIDDOCDIR typo
      
      * download the required configirations and some other scripts
      
      * install required python packages.
      
      * clone specified branch of docs repo, and if failed, clone the default branch
      
      * clean workspace for docs repo
      
      * use the conf.py imported by https://github.com/PaddlePaddle/docs/pull/4222/
      
      * download and install the boscmd
      
      * Optimaze the code comments.
      
      * specify the pypi index server
      
      * only do doc-build when running in cpu mode
      
      * pull docs pr
      
      git log
      
      paddle_pr_info
      
      * install jq
      
      * force using sphinx-build under py3.7
      
      * using our new domain name for preview
      
      * install python package error
      
      * don't build doc default
      041c4bca