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

[Runtime] MISRA-C compliant TVM runtime #3934

Merged
merged 34 commits into from
Mar 9, 2020
Merged

Commits on Sep 11, 2019

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

Commits on Feb 10, 2020

  1. Configuration menu
    Copy the full SHA
    dd2df9a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    63ea62f View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2020

  1. Configuration menu
    Copy the full SHA
    dfffa76 View commit details
    Browse the repository at this point in the history
  2. fix compatibility issues

    liangfu committed Feb 11, 2020
    Configuration menu
    Copy the full SHA
    75ef2c0 View commit details
    Browse the repository at this point in the history
  3. fix compatibility issues

    liangfu committed Feb 11, 2020
    Configuration menu
    Copy the full SHA
    e2f9475 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2020

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

    liangfu committed Feb 12, 2020
    Configuration menu
    Copy the full SHA
    ad3aa53 View commit details
    Browse the repository at this point in the history
  3. introduce bridge

    liangfu committed Feb 12, 2020
    Configuration menu
    Copy the full SHA
    2d60116 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2020

  1. working well

    liangfu committed Feb 15, 2020
    Configuration menu
    Copy the full SHA
    200842d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8d5a409 View commit details
    Browse the repository at this point in the history
  3. clean up

    liangfu committed Feb 15, 2020
    Configuration menu
    Copy the full SHA
    cc49b17 View commit details
    Browse the repository at this point in the history
  4. satisfy linter

    liangfu committed Feb 15, 2020
    Configuration menu
    Copy the full SHA
    8b34d2e View commit details
    Browse the repository at this point in the history
  5. clean up

    liangfu committed Feb 15, 2020
    Configuration menu
    Copy the full SHA
    70c269b View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2020

  1. test with the cat image

    liangfu committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    8b407a8 View commit details
    Browse the repository at this point in the history
  2. remove synset

    liangfu committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    a919033 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2020

  1. Configuration menu
    Copy the full SHA
    00a28cf View commit details
    Browse the repository at this point in the history
  2. refactoring

    liangfu committed Feb 26, 2020
    Configuration menu
    Copy the full SHA
    6183549 View commit details
    Browse the repository at this point in the history
  3. refactoring

    liangfu committed Feb 26, 2020
    Configuration menu
    Copy the full SHA
    cd4b9a3 View commit details
    Browse the repository at this point in the history
  4. refactoring

    liangfu committed Feb 26, 2020
    Configuration menu
    Copy the full SHA
    62d1098 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2020

  1. initial crt_runtime_api.c

    liangfu committed Feb 27, 2020
    Configuration menu
    Copy the full SHA
    2b0411e View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2020

  1. Configuration menu
    Copy the full SHA
    2bc880b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    09571b7 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2020

  1. call from c_runtime_api.h

    liangfu committed Mar 2, 2020
    Configuration menu
    Copy the full SHA
    2fb54ba View commit details
    Browse the repository at this point in the history
  2. clean up

    liangfu committed Mar 2, 2020
    Configuration menu
    Copy the full SHA
    441da25 View commit details
    Browse the repository at this point in the history
  3. lint

    liangfu committed Mar 2, 2020
    Configuration menu
    Copy the full SHA
    d0eb763 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2020

  1. merge into apps/bundle_deploy directory

    Change-Id: I51904db81b8589e65d107d8ca77b47452e3812b5
    liangfu committed Mar 5, 2020
    Configuration menu
    Copy the full SHA
    945018d View commit details
    Browse the repository at this point in the history
  2. make the demo runs in ci

    Change-Id: I2c24f8b592508833d3555311c2b24d1931f19385
    liangfu committed Mar 5, 2020
    Configuration menu
    Copy the full SHA
    a399683 View commit details
    Browse the repository at this point in the history
  3. address review comments

    Change-Id: I027ddff15c31fb4da0bd0e461427dce619de1f93
    liangfu committed Mar 5, 2020
    Configuration menu
    Copy the full SHA
    b65b62e View commit details
    Browse the repository at this point in the history
  4. release

    Change-Id: I5ad5bb8426468aac9fc8d074e56ddea358a7fd91
    liangfu committed Mar 5, 2020
    Configuration menu
    Copy the full SHA
    682a74b View commit details
    Browse the repository at this point in the history
  5. fix ci testing

    Change-Id: Ic2e82fb3051b6c254ef32a964f976b61e3e5fe4d
    liangfu committed Mar 5, 2020
    Configuration menu
    Copy the full SHA
    0ee43ca View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2020

  1. Merge branch 'master' into tvmcrt

    Change-Id: Ide466a5cf21cf8bb990dcd4a1189ba17594e3c51
    liangfu committed Mar 6, 2020
    Configuration menu
    Copy the full SHA
    f548fcf View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2020

  1. add test case for misra c runtime

    Change-Id: Ie0dfd0ade6be4665b4384db7d260a6c69b35010f
    liangfu committed Mar 9, 2020
    Configuration menu
    Copy the full SHA
    521f7a0 View commit details
    Browse the repository at this point in the history
  2. fread files in testing to avoid calling xxd

    Change-Id: Ie7fbc16b4b0b9509918d986a841f443900813bef
    liangfu committed Mar 9, 2020
    Configuration menu
    Copy the full SHA
    1a1b660 View commit details
    Browse the repository at this point in the history