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 cast api && Change copy related api to copy_to && add more test #4

Merged
merged 107 commits into from
Feb 8, 2021

Commits on Jan 27, 2021

  1. fix compile error

    JiabinYang committed Jan 27, 2021
    Configuration menu
    Copy the full SHA
    136e4de View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2021

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

    JiabinYang committed Jan 29, 2021
    Configuration menu
    Copy the full SHA
    618d917 View commit details
    Browse the repository at this point in the history
  3. fix compile error

    JiabinYang committed Jan 29, 2021
    Configuration menu
    Copy the full SHA
    d49f476 View commit details
    Browse the repository at this point in the history
  4. fix compile error

    JiabinYang committed Jan 29, 2021
    Configuration menu
    Copy the full SHA
    d14cd51 View commit details
    Browse the repository at this point in the history
  5. fix compile error

    JiabinYang committed Jan 29, 2021
    Configuration menu
    Copy the full SHA
    4e719fc View commit details
    Browse the repository at this point in the history
  6. fix compile error

    JiabinYang committed Jan 29, 2021
    Configuration menu
    Copy the full SHA
    87059c5 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2021

  1. Configuration menu
    Copy the full SHA
    2ef89a5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f217ccb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7f9f1cd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8102863 View commit details
    Browse the repository at this point in the history
  5. merge new op_functor

    JiabinYang committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    74bfc55 View commit details
    Browse the repository at this point in the history
  6. fix compile error

    JiabinYang committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    c5b3b5c View commit details
    Browse the repository at this point in the history
  7. fix compile error

    JiabinYang committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    c67e36f View commit details
    Browse the repository at this point in the history
  8. fix compile error

    JiabinYang committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    bb4c295 View commit details
    Browse the repository at this point in the history
  9. fix compile error

    JiabinYang committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    d416fdb View commit details
    Browse the repository at this point in the history
  10. fix compile error

    JiabinYang committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    8cc60ec View commit details
    Browse the repository at this point in the history
  11. fix compile error

    JiabinYang committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    1dccc2d View commit details
    Browse the repository at this point in the history
  12. fix compile error

    JiabinYang committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    4b304f2 View commit details
    Browse the repository at this point in the history
  13. fix compile error

    JiabinYang committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    dcda6cd View commit details
    Browse the repository at this point in the history
  14. fix compile error

    JiabinYang committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    bec954f View commit details
    Browse the repository at this point in the history
  15. fix compile error

    JiabinYang committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    2c5edac View commit details
    Browse the repository at this point in the history
  16. fix compile error

    JiabinYang committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    6990b99 View commit details
    Browse the repository at this point in the history
  17. fix compile error

    JiabinYang committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    55b6a13 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2021

  1. fix compile error

    JiabinYang committed Feb 2, 2021
    Configuration menu
    Copy the full SHA
    abaa67e View commit details
    Browse the repository at this point in the history
  2. fix compile error

    JiabinYang committed Feb 2, 2021
    Configuration menu
    Copy the full SHA
    f8b23d4 View commit details
    Browse the repository at this point in the history
  3. fix compile error

    JiabinYang committed Feb 2, 2021
    Configuration menu
    Copy the full SHA
    ce4ecd0 View commit details
    Browse the repository at this point in the history
  4. fix compile error

    JiabinYang committed Feb 2, 2021
    Configuration menu
    Copy the full SHA
    0bb004c View commit details
    Browse the repository at this point in the history
  5. fix compile error

    JiabinYang committed Feb 2, 2021
    Configuration menu
    Copy the full SHA
    33ad438 View commit details
    Browse the repository at this point in the history
  6. fix compile error

    JiabinYang committed Feb 2, 2021
    Configuration menu
    Copy the full SHA
    2e433cc View commit details
    Browse the repository at this point in the history
  7. merge final op_function

    JiabinYang committed Feb 2, 2021
    Configuration menu
    Copy the full SHA
    4e26c71 View commit details
    Browse the repository at this point in the history
  8. make place const

    JiabinYang committed Feb 2, 2021
    Configuration menu
    Copy the full SHA
    6c1752e View commit details
    Browse the repository at this point in the history
  9. make Tensor copy

    JiabinYang committed Feb 2, 2021
    Configuration menu
    Copy the full SHA
    a4d190b View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2021

  1. debug CustomTensor core

    JiabinYang committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    b9dde0a View commit details
    Browse the repository at this point in the history
  2. debug CustomTensor core

    JiabinYang committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    219746a View commit details
    Browse the repository at this point in the history
  3. debug CustomTensor core

    JiabinYang committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    bedd624 View commit details
    Browse the repository at this point in the history
  4. debug CustomTensor core

    JiabinYang committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    a148ea2 View commit details
    Browse the repository at this point in the history
  5. debug CustomTensor core

    JiabinYang committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    1757e3a View commit details
    Browse the repository at this point in the history
  6. debug CustomTensor core

    JiabinYang committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    1815a0f View commit details
    Browse the repository at this point in the history
  7. debug CustomTensor core

    JiabinYang committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    b1e94cd View commit details
    Browse the repository at this point in the history
  8. debug CustomTensor core

    JiabinYang committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    dbd0e17 View commit details
    Browse the repository at this point in the history
  9. debug CustomTensor core

    JiabinYang committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    984d11f View commit details
    Browse the repository at this point in the history
  10. debug CustomTensor core

    JiabinYang committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    1d2eae7 View commit details
    Browse the repository at this point in the history
  11. debug CustomTensor core

    JiabinYang committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    eda48e8 View commit details
    Browse the repository at this point in the history
  12. debug CustomTensor core

    JiabinYang committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    284125c View commit details
    Browse the repository at this point in the history
  13. debug CustomTensor core

    JiabinYang committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    0851daa View commit details
    Browse the repository at this point in the history
  14. debug CustomTensor core

    JiabinYang committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    ea98ccb View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    e04bd30 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    1c0cd18 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    aa09b08 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    330b650 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    743a91f View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    9b8917b View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    627fa2e View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2021

  1. add gpu test

    JiabinYang committed Feb 4, 2021
    Configuration menu
    Copy the full SHA
    7ecffc0 View commit details
    Browse the repository at this point in the history
  2. merge latest cwh code in

    JiabinYang committed Feb 4, 2021
    Configuration menu
    Copy the full SHA
    a52b8ee View commit details
    Browse the repository at this point in the history
  3. merge latest cwh code in

    JiabinYang committed Feb 4, 2021
    Configuration menu
    Copy the full SHA
    687c9ef View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a9cd76a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2afe58a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5693375 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2021

  1. Configuration menu
    Copy the full SHA
    0332e29 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a9a7550 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9aa0d69 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6bbea36 View commit details
    Browse the repository at this point in the history
  5. merge cwh code

    JiabinYang committed Feb 5, 2021
    Configuration menu
    Copy the full SHA
    0e66ee9 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2021

  1. support multi dtype

    JiabinYang committed Feb 7, 2021
    Configuration menu
    Copy the full SHA
    3fb3f0a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dc18813 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a83c469 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    df6ba59 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5272c85 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cae22da View commit details
    Browse the repository at this point in the history
  7. fix copy to error

    JiabinYang committed Feb 7, 2021
    Configuration menu
    Copy the full SHA
    19a8ff7 View commit details
    Browse the repository at this point in the history
  8. merge cwh code

    JiabinYang committed Feb 7, 2021
    Configuration menu
    Copy the full SHA
    1b6ecf6 View commit details
    Browse the repository at this point in the history
  9. add more test

    JiabinYang committed Feb 7, 2021
    Configuration menu
    Copy the full SHA
    07d3795 View commit details
    Browse the repository at this point in the history
  10. add more test

    JiabinYang committed Feb 7, 2021
    Configuration menu
    Copy the full SHA
    49ed21c View commit details
    Browse the repository at this point in the history
  11. add more test

    JiabinYang committed Feb 7, 2021
    Configuration menu
    Copy the full SHA
    9288fff View commit details
    Browse the repository at this point in the history
  12. add more test

    JiabinYang committed Feb 7, 2021
    Configuration menu
    Copy the full SHA
    c775ea7 View commit details
    Browse the repository at this point in the history
  13. add more test

    JiabinYang committed Feb 7, 2021
    Configuration menu
    Copy the full SHA
    db42afc View commit details
    Browse the repository at this point in the history
  14. add more test

    JiabinYang committed Feb 7, 2021
    Configuration menu
    Copy the full SHA
    2243035 View commit details
    Browse the repository at this point in the history
  15. add more test

    JiabinYang committed Feb 7, 2021
    Configuration menu
    Copy the full SHA
    c634ab0 View commit details
    Browse the repository at this point in the history
  16. add more test

    JiabinYang committed Feb 7, 2021
    Configuration menu
    Copy the full SHA
    46f8758 View commit details
    Browse the repository at this point in the history
  17. add more test

    JiabinYang committed Feb 7, 2021
    Configuration menu
    Copy the full SHA
    d912a99 View commit details
    Browse the repository at this point in the history
  18. add more test

    JiabinYang committed Feb 7, 2021
    Configuration menu
    Copy the full SHA
    4735e8d View commit details
    Browse the repository at this point in the history
  19. add more test

    JiabinYang committed Feb 7, 2021
    Configuration menu
    Copy the full SHA
    4d78356 View commit details
    Browse the repository at this point in the history
  20. add more test

    JiabinYang committed Feb 7, 2021
    Configuration menu
    Copy the full SHA
    d886e9b View commit details
    Browse the repository at this point in the history
  21. add more test

    JiabinYang committed Feb 7, 2021
    Configuration menu
    Copy the full SHA
    43ed2a7 View commit details
    Browse the repository at this point in the history
  22. add more test

    JiabinYang committed Feb 7, 2021
    Configuration menu
    Copy the full SHA
    0e7f286 View commit details
    Browse the repository at this point in the history
  23. add more test

    JiabinYang committed Feb 7, 2021
    Configuration menu
    Copy the full SHA
    d12969c View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2021

  1. add more test

    JiabinYang committed Feb 8, 2021
    Configuration menu
    Copy the full SHA
    34af5ab View commit details
    Browse the repository at this point in the history
  2. add type cast

    JiabinYang committed Feb 8, 2021
    Configuration menu
    Copy the full SHA
    cb63fcb View commit details
    Browse the repository at this point in the history
  3. merge cwh code

    JiabinYang committed Feb 8, 2021
    Configuration menu
    Copy the full SHA
    896e31d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    325c783 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f3c897d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d506876 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7afdaf9 View commit details
    Browse the repository at this point in the history
  8. merge cwh code

    JiabinYang committed Feb 8, 2021
    Configuration menu
    Copy the full SHA
    47d851d View commit details
    Browse the repository at this point in the history
  9. merge cwh code

    JiabinYang committed Feb 8, 2021
    Configuration menu
    Copy the full SHA
    853b25e View commit details
    Browse the repository at this point in the history
  10. merge cwh code

    JiabinYang committed Feb 8, 2021
    Configuration menu
    Copy the full SHA
    0838234 View commit details
    Browse the repository at this point in the history
  11. merge cwh code

    JiabinYang committed Feb 8, 2021
    Configuration menu
    Copy the full SHA
    b90eed8 View commit details
    Browse the repository at this point in the history
  12. merge cwh code

    JiabinYang committed Feb 8, 2021
    Configuration menu
    Copy the full SHA
    9752379 View commit details
    Browse the repository at this point in the history
  13. merge cwh code

    JiabinYang committed Feb 8, 2021
    Configuration menu
    Copy the full SHA
    4cc3a60 View commit details
    Browse the repository at this point in the history
  14. add more error log

    JiabinYang committed Feb 8, 2021
    Configuration menu
    Copy the full SHA
    c84fe6f View commit details
    Browse the repository at this point in the history
  15. add more error log

    JiabinYang committed Feb 8, 2021
    Configuration menu
    Copy the full SHA
    84bd7b2 View commit details
    Browse the repository at this point in the history
  16. polish code

    JiabinYang committed Feb 8, 2021
    Configuration menu
    Copy the full SHA
    855fa0a View commit details
    Browse the repository at this point in the history
  17. used for test

    JiabinYang committed Feb 8, 2021
    Configuration menu
    Copy the full SHA
    3a65ab6 View commit details
    Browse the repository at this point in the history
  18. remove test comment

    JiabinYang committed Feb 8, 2021
    Configuration menu
    Copy the full SHA
    efeb766 View commit details
    Browse the repository at this point in the history
  19. remove test comment

    JiabinYang committed Feb 8, 2021
    Configuration menu
    Copy the full SHA
    2a43205 View commit details
    Browse the repository at this point in the history