1. 29 3月, 2022 1 次提交
  2. 28 3月, 2022 2 次提交
  3. 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
  4. 25 3月, 2022 3 次提交
  5. 24 3月, 2022 2 次提交
  6. 23 3月, 2022 1 次提交
  7. 21 3月, 2022 1 次提交
  8. 18 3月, 2022 3 次提交
  9. 17 3月, 2022 2 次提交
  10. 15 3月, 2022 1 次提交
    • 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
  11. 14 3月, 2022 1 次提交
  12. 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
  13. 09 3月, 2022 1 次提交
  14. 07 3月, 2022 1 次提交
  15. 04 3月, 2022 1 次提交
  16. 03 3月, 2022 1 次提交
  17. 02 3月, 2022 1 次提交
  18. 28 2月, 2022 1 次提交
  19. 22 2月, 2022 2 次提交
  20. 20 2月, 2022 1 次提交
  21. 18 2月, 2022 1 次提交
  22. 17 2月, 2022 1 次提交
  23. 16 2月, 2022 1 次提交
  24. 09 2月, 2022 1 次提交
  25. 07 2月, 2022 1 次提交
  26. 27 1月, 2022 1 次提交
  27. 19 1月, 2022 1 次提交