1. 19 4月, 2023 1 次提交
  2. 04 1月, 2023 1 次提交
    • H
      [Unify KernelKey] change OpKernelType->KernelKey (#49138) · 4383494f
      HongyuJia 提交于
      * execute use kernel_key first
      
      * change OpKernelType->KernelKey
      
      * fix py3 compile error, remove redundant header files
      
      * fix build_strategy_test
      
      * fix DataType::RAW
      
      * fix custom_type test: operator_test.cc
      
      * fix transform place
      
      * fix backends_are_same_class
      
      * try fix place TransDataDevice
      
      * support all KernelKey
      
      * fix TransformData
      
      * fix place_are_same_class
      
      * fix merge
      
      * fix test_params_no_grad
      
      * fix specific place of GetExpectedKernelType
      
      * fix specific place of GetExpectedKernelType
      
      * fix GetKernelTypeForVar
      
      * fix dtype error
      
      * fix fetch_v2
      
      * change GetKernelTypeForVar
      
      * fix interpreter
      
      * fix typo error
      
      * polish codes
      
      * polish codes
      
      * polish codes
      
      * fix conflict
      4383494f
  3. 26 6月, 2022 1 次提交
  4. 05 6月, 2022 1 次提交
  5. 20 2月, 2022 1 次提交
  6. 19 2月, 2022 1 次提交
    • A
      [Pten]Unify paddle/pten::framework::ddim into pten::ddim (#39614) · 2fe04264
      Aurelius84 提交于
      * Unify paddle/pten::framework::ddim into pten::ddim
      
      * fix paddle namespace
      
      * compile sucessfully
      
      * fix npu src file
      
      * fix conflict
      
      * fix conflict
      
      * fix tensorrt compiler error
      
      * fix conflict
      
      * fix conflict
      
      * fix tesst file conflict
      
      * fix conflict
      
      * fix mlu file conflict
      
      * fix mlu file conflict
      
      * fix cinn header file conflict
      
      * fix conflict
      
      * fix conflict
      
      * fix conflict
      
      * fix conflict
      2fe04264
  7. 10 4月, 2020 1 次提交
    • C
      Add Tdm sampler op in Contrib (#23290) · 8c0bdde9
      Chengmo 提交于
      * add tdm sampler op
      
      * fix compile bug
      
      * fix compile bug
      
      * fix compile bug
      
      * fix compile bug
      
      * test=develop, add tdm sampler unittest
      
      * fix tdm sampler unittest
      
      * fix input var name bug
      
      * update tdm sampler unittest
      
      * fix unittest
      
      * fix unittest
      
      * update tdm sampler unittest
      
      * add tdm exe run unittest
      
      * fix infershape
      
      * test=develop, add doc
      
      * test=develop, fix gcc8 compile bug & unittest bug
      
      * test=develop, fix unittest
      
      * test=develop, fix T one & zero
      
      * test=develop, add unittest check
      
      * test=develop, add doc smaple code & fix dype set
      
      * test=develop, fix dtype
      
      * test=develop, fix compile bug
      
      * test=develop, fix unittest
      
      * test=develop, fix unittest
      
      * test=develop, check py3 unittest
      
      * test=develop,fix unittest
      
      * test=develop, fix py3&py2 unittest diff
      
      * test=develop, fix sample code
      
      * test=develop, fix sample code
      
      * test=develop, fix sample code
      
      * test=develop, fix error message
      8c0bdde9