Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Intermediate Kernel API for refactor Tensor Lib #36914

Merged
merged 150 commits into from
Nov 2, 2021

Commits on Jul 9, 2021

  1. Configuration menu
    Copy the full SHA
    3f545c4 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2021

  1. Configuration menu
    Copy the full SHA
    1f4ea40 View commit details
    Browse the repository at this point in the history
  2. add dirs & sign xpu kernel

    chenwhql committed Jul 12, 2021
    Configuration menu
    Copy the full SHA
    44bf926 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2021

  1. Configuration menu
    Copy the full SHA
    b20689d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    79d2a1a View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2021

  1. add selected_rows basic impl

    chenwhql committed Jul 16, 2021
    Configuration menu
    Copy the full SHA
    434136f View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2021

  1. Configuration menu
    Copy the full SHA
    6c6ee22 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    013c3fb View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2021

  1. add scale mkldnn kernel

    chenwhql committed Jul 28, 2021
    Configuration menu
    Copy the full SHA
    33bba06 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d895a11 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2021

  1. Configuration menu
    Copy the full SHA
    62ebf01 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7c09726 View commit details
    Browse the repository at this point in the history
  3. resolve conflit with develop

    chenwhql committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    7ae7f2f View commit details
    Browse the repository at this point in the history
  4. rename util filename

    chenwhql committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    288efc2 View commit details
    Browse the repository at this point in the history
  5. add more comments

    chenwhql committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    be3ddd5 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2021

  1. Configuration menu
    Copy the full SHA
    3386c49 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2021

  1. add kernel key and factory

    chenwhql committed Aug 4, 2021
    Configuration menu
    Copy the full SHA
    4ef6be5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b69066e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1d4f90e View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2021

  1. Configuration menu
    Copy the full SHA
    c732d57 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2021

  1. Configuration menu
    Copy the full SHA
    374345f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bbb6473 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0e18ff4 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2021

  1. fix several ci failed

    chenwhql committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    805896b View commit details
    Browse the repository at this point in the history
  2. fix npu compile error

    chenwhql committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    fc4442b View commit details
    Browse the repository at this point in the history
  3. add ordered map util

    chenwhql committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    cefe30a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    aa3e79b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a1753a0 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2021

  1. move dev into include dir

    chenwhql committed Aug 18, 2021
    Configuration menu
    Copy the full SHA
    05a82e7 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2021

  1. Configuration menu
    Copy the full SHA
    90e9090 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2021

  1. fix static op run error

    chenwhql committed Aug 23, 2021
    Configuration menu
    Copy the full SHA
    a94eefd View commit details
    Browse the repository at this point in the history
  2. resolve confilt with develop

    chenwhql committed Aug 23, 2021
    Configuration menu
    Copy the full SHA
    19da152 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    021a505 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2021

  1. Configuration menu
    Copy the full SHA
    f24e45e View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2021

  1. Configuration menu
    Copy the full SHA
    44acc84 View commit details
    Browse the repository at this point in the history
  2. fix rocm compile link error

    chenwhql committed Aug 26, 2021
    Configuration menu
    Copy the full SHA
    2b66ab4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2a5ce9b View commit details
    Browse the repository at this point in the history
  4. fix npu compile failed

    chenwhql committed Aug 26, 2021
    Configuration menu
    Copy the full SHA
    39b7d06 View commit details
    Browse the repository at this point in the history
  5. skip quant trans test

    chenwhql committed Aug 26, 2021
    Configuration menu
    Copy the full SHA
    d4dec61 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    461f146 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    35aee9a View commit details
    Browse the repository at this point in the history
  8. fix xpu enforce error

    chenwhql committed Aug 26, 2021
    Configuration menu
    Copy the full SHA
    ddfbbdd View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    57bcd67 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2021

  1. fix inference test failed

    chenwhql committed Aug 27, 2021
    Configuration menu
    Copy the full SHA
    7d82352 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d55bb4b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d9476dd View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2021

  1. Configuration menu
    Copy the full SHA
    193ee9d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f2db581 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    db6ff09 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    80bf6b8 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2021

  1. add more register kernels

    chenwhql committed Aug 31, 2021
    Configuration menu
    Copy the full SHA
    9031ab3 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2021

  1. Configuration menu
    Copy the full SHA
    f7bbaca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cea19d0 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2021

  1. fix code format error

    chenwhql committed Sep 6, 2021
    Configuration menu
    Copy the full SHA
    568bebd View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2021

  1. Configuration menu
    Copy the full SHA
    0eedc92 View commit details
    Browse the repository at this point in the history
  2. rename top to tcmpt

    chenwhql committed Sep 7, 2021
    Configuration menu
    Copy the full SHA
    509d13e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7146f92 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2021

  1. Configuration menu
    Copy the full SHA
    321b141 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    57a14c6 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2021

  1. Configuration menu
    Copy the full SHA
    c3ebfea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b67de9c View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2021

  1. Configuration menu
    Copy the full SHA
    13c02aa View commit details
    Browse the repository at this point in the history
  2. fix scale kernel match error

    chenwhql committed Sep 10, 2021
    Configuration menu
    Copy the full SHA
    1987ce9 View commit details
    Browse the repository at this point in the history
  3. fix scale test failed

    chenwhql committed Sep 10, 2021
    Configuration menu
    Copy the full SHA
    33a4c41 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2021

  1. add mean API and unittest

    chenwhql committed Sep 13, 2021
    Configuration menu
    Copy the full SHA
    c32fde9 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2021

  1. test mean api success

    chenwhql committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    a4e53ef View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2021

  1. Configuration menu
    Copy the full SHA
    1d9f33f View commit details
    Browse the repository at this point in the history
  2. skip clang format error

    chenwhql committed Sep 18, 2021
    Configuration menu
    Copy the full SHA
    b0cf02c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    95a612e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    83d6f77 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dad5e61 View commit details
    Browse the repository at this point in the history
  6. resolve conflit with tianyu

    chenwhql committed Sep 18, 2021
    Configuration menu
    Copy the full SHA
    027f0b2 View commit details
    Browse the repository at this point in the history
  7. fix dot compiled failed

    chenwhql committed Sep 18, 2021
    Configuration menu
    Copy the full SHA
    8add5e4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    01b5ded View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2021

  1. add merco for module declare

    chenwhql committed Sep 22, 2021
    Configuration menu
    Copy the full SHA
    71a3403 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4663033 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2021

  1. Configuration menu
    Copy the full SHA
    be15b02 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8371096 View commit details
    Browse the repository at this point in the history
  3. fix mutable_data error

    chenwhql committed Sep 23, 2021
    Configuration menu
    Copy the full SHA
    f1f6c8e View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2021

  1. fix bfloat16 conflit

    chenwhql committed Sep 24, 2021
    Configuration menu
    Copy the full SHA
    5547b44 View commit details
    Browse the repository at this point in the history
  2. fix inference undef error

    chenwhql committed Sep 24, 2021
    Configuration menu
    Copy the full SHA
    dd3323d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    65e68c6 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2021

  1. adapt to msvc compile rules

    chenwhql committed Sep 26, 2021
    Configuration menu
    Copy the full SHA
    caaed19 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c9a3f38 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    46b7762 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2021

  1. Configuration menu
    Copy the full SHA
    4253f49 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2021

  1. Configuration menu
    Copy the full SHA
    4e871ea View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2021

  1. Configuration menu
    Copy the full SHA
    395a50f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    817f052 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7f640a6 View commit details
    Browse the repository at this point in the history
  4. fix ifdef error

    chenwhql committed Sep 29, 2021
    Configuration menu
    Copy the full SHA
    bf0f99b View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2021

  1. Op2functor (PaddlePaddle#7)

    * add kernel args maker class
    
    * make args maker non-const
    
    * remove debug log
    
    * modify codes by review options
    
    * split constructPrKernelContext function
    
    * fix output name bug
    
    * fix test_mean_op test_sign_op failed
    MingMingShangTian committed Sep 30, 2021
    Configuration menu
    Copy the full SHA
    73de891 View commit details
    Browse the repository at this point in the history
  2. fill_any_like kernel refactor (PaddlePaddle#10)

    * fill_any_like kernel refactor
    
    * remove useless code of full_like c++ api
    zyfncg committed Sep 30, 2021
    Configuration menu
    Copy the full SHA
    e9b219d View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2021

  1. skip dtype for fill_any_like

    chenwhql committed Oct 11, 2021
    Configuration menu
    Copy the full SHA
    9789890 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9b33270 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2021

  1. add use_pt_kernel Flags to control whether to use pt kernel (PaddlePa…

    …ddle#13)
    
    * add use_pt_kernel Flags to control whether to use pt kernel
    
    * change the default value to true for cheking pt kernels
    MingMingShangTian committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    aa6ed57 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9db8e4a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    12c1178 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2021

  1. Configuration menu
    Copy the full SHA
    c882b5c View commit details
    Browse the repository at this point in the history
  2. 1 Configuration menu
    Copy the full SHA
    e30ca2a View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2021

  1. Configuration menu
    Copy the full SHA
    46ba70c View commit details
    Browse the repository at this point in the history
  2. Support Scalar in Tensor Compute Library (PaddlePaddle#14)

    * fill_any_like kernel refactor
    
    * remove useless code of full_like c++ api
    
    * Support Scalar in Tensor Compute Library
    
    * add scalar in dygraph and static graph mode
    
    * keep the basic type for attr, instead of using scalar for all
    
    * merge the code
    zyfncg committed Oct 14, 2021
    1 Configuration menu
    Copy the full SHA
    073aef3 View commit details
    Browse the repository at this point in the history
  3. resolve conflit with yunfei

    chenwhql committed Oct 14, 2021
    1 Configuration menu
    Copy the full SHA
    06789ba View commit details
    Browse the repository at this point in the history
  4. 1 Configuration menu
    Copy the full SHA
    3f5f789 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2021

  1. 1 Configuration menu
    Copy the full SHA
    2309149 View commit details
    Browse the repository at this point in the history
  2. Refactor flatten kernel (PaddlePaddle#12)

    * refactor flatten kernel
    
    * update infershape function
    
    * fix compile bugs
    
    * fix bugs when merge
    
    * fix compiler bugs
    
    * fix bugs when run test_flatten_api
    
    * fix bugs when run test
    YuanRisheng committed Oct 15, 2021
    1 Configuration menu
    Copy the full SHA
    6ce92e5 View commit details
    Browse the repository at this point in the history
  3. 1 Configuration menu
    Copy the full SHA
    e0322d5 View commit details
    Browse the repository at this point in the history
  4. Move cpu, cuda and other device code into kernels (PaddlePaddle#15)

    * fill_any_like kernel refactor
    
    * remove useless code of full_like c++ api
    
    * Support Scalar in Tensor Compute Library
    
    * add scalar in dygraph and static graph mode
    
    * keep the basic type for attr, instead of using scalar for all
    
    * merge the code
    
    * start refactor matmul
    
    * move cpu, cuda and other device modules into kernels
    
    * merge code
    
    * polish code in operator.cc
    zyfncg committed Oct 15, 2021
    1 Configuration menu
    Copy the full SHA
    d3ab655 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2021

  1. Perfect unitests (PaddlePaddle#16)

    * perfect unittest
    
    * update license
    YuanRisheng committed Oct 18, 2021
    1 Configuration menu
    Copy the full SHA
    ddc7de8 View commit details
    Browse the repository at this point in the history
  2. replace with flat_hash_map, small_vector (PaddlePaddle#19)

    * fix small_vector build error on windows platform
    
    * replace with flat_hash_map, small_vector
    
    * remove todo
    MingMingShangTian committed Oct 18, 2021
    1 Configuration menu
    Copy the full SHA
    37791f7 View commit details
    Browse the repository at this point in the history
  3. Perfect unitests (PaddlePaddle#20)

    * perfect unittest
    
    * update license
    
    * fix bug when run tcmpt_utils_test
    YuanRisheng committed Oct 18, 2021
    1 Configuration menu
    Copy the full SHA
    28a6374 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e3e2b50 View commit details
    Browse the repository at this point in the history
  5. resolve conflits

    chenwhql committed Oct 18, 2021
    1 Configuration menu
    Copy the full SHA
    e0710fd View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2021

  1. fix insert conflit

    chenwhql committed Oct 19, 2021
    1 Configuration menu
    Copy the full SHA
    ff19bd0 View commit details
    Browse the repository at this point in the history
  2. Fix CI bug of test_yolov3 (PaddlePaddle#21)

    * fill_any_like kernel refactor
    
    * remove useless code of full_like c++ api
    
    * Support Scalar in Tensor Compute Library
    
    * add scalar in dygraph and static graph mode
    
    * keep the basic type for attr, instead of using scalar for all
    
    * merge the code
    
    * start refactor matmul
    
    * move cpu, cuda and other device modules into kernels
    
    * merge code
    
    * polish code in operator.cc
    
    * Fix CI bug of test_yolov3
    zyfncg committed Oct 19, 2021
    1 Configuration menu
    Copy the full SHA
    1dd0145 View commit details
    Browse the repository at this point in the history
  3. add the tensor base class, test=develop (PaddlePaddle#17)

    * update the tensor base class, test=develop
    
    * remove two funcs, test=develop
    
    * update the error msg, test=develop
    
    Co-authored-by: Chen Weihang <chenweihang@baidu.com>
    Shixiaowei02 and chenwhql committed Oct 19, 2021
    1 Configuration menu
    Copy the full SHA
    b77d1ee View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    320b5f1 View commit details
    Browse the repository at this point in the history
  5. resolve conflit with xiaowei

    chenwhql committed Oct 19, 2021
    Configuration menu
    Copy the full SHA
    5b2999f View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2021

  1. Rename tcmpt to pten (PaddlePaddle#23)

    * rename tcmpt to pten
    
    * update omitted files for rename to pten
    
    * update omitted file for rename to pten
    zyfncg committed Oct 20, 2021
    1 Configuration menu
    Copy the full SHA
    466ce03 View commit details
    Browse the repository at this point in the history
  2. remove k of all enum var

    chenwhql committed Oct 20, 2021
    Configuration menu
    Copy the full SHA
    beec280 View commit details
    Browse the repository at this point in the history
  3. resolve conflit with yunfei

    chenwhql committed Oct 20, 2021
    1 Configuration menu
    Copy the full SHA
    a49fd44 View commit details
    Browse the repository at this point in the history
  4. 1 Configuration menu
    Copy the full SHA
    373f9c1 View commit details
    Browse the repository at this point in the history
  5. 1 Configuration menu
    Copy the full SHA
    ce210b4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4e71d15 View commit details
    Browse the repository at this point in the history
  7. change common to functions

    chenwhql committed Oct 20, 2021
    Configuration menu
    Copy the full SHA
    04cf058 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ab8db2d View commit details
    Browse the repository at this point in the history
  9. 1 Configuration menu
    Copy the full SHA
    f1c9661 View commit details
    Browse the repository at this point in the history
  10. change all Pt to Pten

    chenwhql committed Oct 20, 2021
    Configuration menu
    Copy the full SHA
    d3674e9 View commit details
    Browse the repository at this point in the history
  11. 1 Configuration menu
    Copy the full SHA
    4e2c0dd View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2021

  1. resolve conflit with xiaowei

    chenwhql committed Oct 21, 2021
    Configuration menu
    Copy the full SHA
    bbe59bc View commit details
    Browse the repository at this point in the history
  2. Op2functor opt1 (PaddlePaddle#27)

    * replace to small vector and change to const &
    
    * add std::move
    
    Co-authored-by: Chen Weihang <chenweihang@baidu.com>
    MingMingShangTian and chenwhql committed Oct 21, 2021
    1 Configuration menu
    Copy the full SHA
    76a588e View commit details
    Browse the repository at this point in the history
  3. 1 Configuration menu
    Copy the full SHA
    fb224ab View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2021

  1. 1 Configuration menu
    Copy the full SHA
    252fb79 View commit details
    Browse the repository at this point in the history
  2. 1 Configuration menu
    Copy the full SHA
    19b1095 View commit details
    Browse the repository at this point in the history
  3. 1 Configuration menu
    Copy the full SHA
    24ef6c5 View commit details
    Browse the repository at this point in the history
  4. 1 Configuration menu
    Copy the full SHA
    1685b67 View commit details
    Browse the repository at this point in the history
  5. 1 Configuration menu
    Copy the full SHA
    7b7e988 View commit details
    Browse the repository at this point in the history
  6. 1 Configuration menu
    Copy the full SHA
    7c41b15 View commit details
    Browse the repository at this point in the history
  7. add several base unittests

    chenwhql committed Oct 22, 2021
    1 Configuration menu
    Copy the full SHA
    52fead0 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2021

  1. add pten utils tests

    chenwhql committed Oct 23, 2021
    1 Configuration menu
    Copy the full SHA
    2ff2721 View commit details
    Browse the repository at this point in the history
  2. 1 Configuration menu
    Copy the full SHA
    e3ed2c6 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2021

  1. polish some details

    chenwhql committed Oct 24, 2021
    Configuration menu
    Copy the full SHA
    b5c77e5 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2021

  1. 1 Configuration menu
    Copy the full SHA
    471ae40 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2021

  1. Dev/op2func refactor 3 (PaddlePaddle#30)

    * add a candidate dense tensor class, test=develop
    
    * remove TensorBase::backend(), test=develop
    
    * remove some ops, test=develop
    
    * cherry-pick the pr of tensor meta, test=develop
    
    * moves the dense tensor and some ops, test=develop
    
    * update the linalg operator, test=develop
    
    * update other operators, test=develop
    
    * fix errors, test=develop
    
    * fix bugs, test=develop
    
    * try to resolve the problem of windows ci, test=develop
    
    * updates codes, test=develop
    
    * fix the tensor_utils.cc, test=develop
    
    * modify the dense tensor, test=develop
    
    * fix the data type, test=develop
    
    Co-authored-by: shixiaowei02 <39303645+Shixiaowei02@users.noreply.github.com>
    chenwhql and Shixiaowei02 committed Oct 26, 2021
    1 Configuration menu
    Copy the full SHA
    5240ac0 View commit details
    Browse the repository at this point in the history
  2. 1 Configuration menu
    Copy the full SHA
    5fb285c View commit details
    Browse the repository at this point in the history
  3. Merge from op2refactor

    YuanRisheng committed Oct 26, 2021
    Configuration menu
    Copy the full SHA
    e2731a0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    16e6bf1 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2021

  1. Merge From Develop

    YuanRisheng committed Nov 1, 2021
    1 Configuration menu
    Copy the full SHA
    dfec7a0 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2021

  1. Configuration menu
    Copy the full SHA
    3b2e950 View commit details
    Browse the repository at this point in the history
  2. 1 Configuration menu
    Copy the full SHA
    aa8a3dd View commit details
    Browse the repository at this point in the history