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

[onnx] update ONNXIFI build output and host dependencies #20112

Closed
wants to merge 8 commits into from
Closed

[onnx] update ONNXIFI build output and host dependencies #20112

wants to merge 8 commits into from

Commits on Sep 11, 2021

  1. [onnx] feature: foxi

    * https://github.com/houseroad/foxi
        * install the project's copyright (MIT)
    * pytorch requires `foxi_loader`
    
    The CMake target will be renamed to `onnxifi_*` for convenience.
    luncliff committed Sep 11, 2021
    Configuration menu
    Copy the full SHA
    8ee205b View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2021

  1. [onnx] force onnx/onnx_proto static in Windows

    Checked the protject's CI logs.  It turned out onnx/onnx_proto are ALWAYS static.
    Specify it in CMakeLists.txt because vcpkg configures `BUILD_SHARED_LIBS=ON`
    If the triplet requires it.
    
    There are no `ONNXIFI_ENABLE_EXT=ON` case.
    Removed the misused build options in portfile.
    
    Add port feature `protobuf-lite` which is in build option.
    luncliff committed Sep 16, 2021
    Configuration menu
    Copy the full SHA
    d42ca2f View commit details
    Browse the repository at this point in the history
  2. [onnx] support windows static triplets

    * remove SHARED for `onnxifi_wrapper` and `onnxifi_dummy`
    luncliff committed Sep 16, 2021
    Configuration menu
    Copy the full SHA
    5114b48 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    28cec17 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2021

  1. [onnx] remove feature 'foxi'

    * also remove redundant part in patch files
    luncliff committed Sep 18, 2021
    Configuration menu
    Copy the full SHA
    f8ec3f5 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2021

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

Commits on Sep 28, 2021

  1. [onnx] back to ONLY_STATIC_LIBRARY

    * onnxifi targets will be static either
    luncliff committed Sep 28, 2021
    Configuration menu
    Copy the full SHA
    233b72e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    94525df View commit details
    Browse the repository at this point in the history