1. 11 11月, 2022 1 次提交
  2. 09 11月, 2022 1 次提交
    • F
      fix ScaleKernel configuration error where input numel is 0 (#47111) · 38ba5f2e
      FlyingQianMM 提交于
      * fix scale kernel configuration error where input numel is 0
      
      * fix code stype
      
      * add unit test case for scale op when numel of input x is zero
      
      * fix ci codestyle check
      
      * add cpu and gpu unit test case for scale op when numel of input x is zero
      
      * add uninitialized judgment for input of scale
      38ba5f2e
  3. 20 9月, 2022 1 次提交
  4. 05 8月, 2022 1 次提交
    • F
      move fft kernels to phi (#44714) · 153f1138
      Feiyu Chan 提交于
      * move fft kernels to phi, done with cufft, pocketfft, mkl_cdft, hipfft
      * make stft_op use fft from phi/kernels/funcs, clean code
      153f1138
  5. 22 2月, 2022 1 次提交
  6. 20 2月, 2022 1 次提交
  7. 28 1月, 2022 1 次提交
  8. 27 1月, 2022 1 次提交
  9. 24 1月, 2022 1 次提交
    • [Refactoring Tensor PR #5] replace storage with pten allocation (#39085) · a56e16a7
      石晓伟 提交于
      * updates callers, test=develop
      
      * updates tensor, test=develop
      
      * fixes errors, test=develop
      
      * remove some dtypes, test=develop
      
      * fix errors in the base storage modification, test=develop
      
      * fixes a bug, test=develop
      
      * fixes the bugs in push the whole, test=develop
      
      * updates, test=develop
      
      * update
      
      * update, test=develop
      
      * fixes the mac-py3 CI, test=develop
      
      * remove the storage impl, test=develop
      
      * updates some codes, test=develop
      
      * update, test=develop
      
      * updates pten allocation, test=develop
      a56e16a7
  10. 20 1月, 2022 1 次提交
  11. 13 1月, 2022 2 次提交
    • C
      [PTen] Rename kernel register marco (#38861) · 158bf13f
      Chen Weihang 提交于
      * rename register marco
      
      * fix error changing
      
      * fix format error
      158bf13f
    • C
      [pten]Remove pten/include dir files (#38878) · 7e0292ea
      chentianyu03 提交于
      * move dot_dev api into dot_kernel.h
      
      * add infermate header
      
      * modify to dotkerel in dot_op.h
      
      * mvoe conj dev api into complex_kernel.h
      
      * move sign dev api into  sign_kernel.h
      
      * move scale dev api into kernel.h and remove infermete.h
      
      * rm paddle/pten/include/math.h
      
      * rm paddle/pten/include/math.h
      
      * rm include dir
      
      * rm paddle/pten/include/math.h
      
      * fix conflict with develop branch
      
      * rm devContext in conj_op.h
      
      * add the missing complex_kernel header
      7e0292ea
  12. 21 12月, 2021 1 次提交
  13. 20 12月, 2021 1 次提交