1. 01 8月, 2023 3 次提交
  2. 31 7月, 2023 21 次提交
  3. 30 7月, 2023 2 次提交
  4. 28 7月, 2023 8 次提交
  5. 27 7月, 2023 6 次提交
    • M
      [Paddle-TRT] add flip op (#55688) · d608170a
      ming1753 提交于
      * [Paddle-TRT] add flip op
      d608170a
    • A
      [NewIR]Split NewIRCompiler with .h/.cc and decoupling compilation with cinncore (#55733) · 4191f2c6
      Aurelius84 提交于
      * [NewIR]Split NewIRCompiler with .h/.cc and decoupling compilatiom with cinncore
      
      * fix cmake
      
      * fix CINN_ONLY
      4191f2c6
    • Z
      add int32/int64 for outer/matmul Kernel. (#55584) · ff2142f2
      zxcd 提交于
      * add int32/int64 for outer/matmul Kernel.
      
      * fix by comment.
      
      * fix by comment
      ff2142f2
    • H
    • M
      paddle-TRT support float64 (#55520) · 8b063030
      ming1753 提交于
      * Paddle-TRT support float64  in/out type, support fill_any_like_op in int64
      8b063030
    • H
      [NewIR]Fix new ir dygraph 2 static concat grad bug (#55634) · 51ebcf68
      hong 提交于
      * add kernel dialect
      
      * change DenseTensorTypeStorage to DenseTensorType
      
      * add test case`
      
      * add first pd_op to kernel dialect
      
      * lower pd op to kernel dialect
      
      * update
      
      * update
      
      * remove useless code
      
      * add attrite print test
      
      * fix bug
      
      * update
      
      * update
      
      * update
      
      * update
      
      * polish code
      
      * fix bug
      
      * polish  code  and add python test
      
      * add test
      
      * fix test error
      
      * relax constraint when inserting get_parameter
      
      * add env flag
      
      * fix bug
      
      * dygraph2static support new ir
      
      * fix bug
      
      * revert test env
      
      * change cc_test_old to cc_test
      
      * update
      
      * fix build_static bug
      
      * update test
      
      * fix type test error
      
      * udpate cmake
      
      * disable test in windows
      
      * fix inference compile
      
      * fix program translator error
      
      * only run on cpu, not support gpu yet
      
      * fix conflict
      
      * polish code
      
      * fix bug
      
      * add feed with place op
      
      * update
      
      * remove useless unitest
      
      * udpate mkldnn
      
      * update
      
      * update
      
      * align mkldnn version
      
      * new ir support builtin slice op
      
      * fix bug
      
      * fix phi kernel adaptor bug
      
      * add enable static
      
      * add enable_static
      
      * remove useless test case
      
      * change feed list to single variable
      
      * update
      
      * add feed with place and shaddow output op
      
      * fix bug
      
      * remove usless code
      
      * support gpu
      
      * fix bug
      
      * fix bug
      
      * remove template
      
      * add more data type
      
      * fix cimpile bug
      
      * udpate
      
      * remove useless code
      
      * revert dygraph2st test
      
      * remove usless code
      
      * revert op
      
      * fix bug
      
      * remove instance norm
      
      * fix concat grad bug
      
      * revert code
      
      ---------
      Co-authored-by: Nkangguangli <kangguangli@hotmail.com>
      51ebcf68