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

dynamically load op library in C++ interface #1384

Merged
merged 12 commits into from
Jan 21, 2022

Commits on Dec 26, 2021

  1. dynamically load op library in C++ interface

    C++ interface will dynamically load OP libraries, just like
    Python interface, so it no longer needs linking.
    njzjz committed Dec 26, 2021
    Configuration menu
    Copy the full SHA
    a3f8d95 View commit details
    Browse the repository at this point in the history
  2. version cannot be NULL...

    njzjz committed Dec 26, 2021
    Configuration menu
    Copy the full SHA
    3f33fa5 View commit details
    Browse the repository at this point in the history
  3. set LD_LIBRARY_PATH

    njzjz committed Dec 26, 2021
    Configuration menu
    Copy the full SHA
    12bcccb View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2022

  1. install runUnitTest

    njzjz committed Jan 8, 2022
    Configuration menu
    Copy the full SHA
    186ed82 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2022

  1. remove CMAKE_LINK_WHAT_YOU_USE

    It is not necessary anymore.
    njzjz committed Jan 9, 2022
    Configuration menu
    Copy the full SHA
    b674ce9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0f61527 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2022

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

Commits on Jan 18, 2022

  1. Configuration menu
    Copy the full SHA
    fabdac9 View commit details
    Browse the repository at this point in the history
  2. Revert "add the absolute path of library directory to cc rpath"

    This reverts commit fabdac9.
    njzjz committed Jan 18, 2022
    Configuration menu
    Copy the full SHA
    c01d11a View commit details
    Browse the repository at this point in the history
  3. add -Wl,--disable-new-dtags

    njzjz committed Jan 18, 2022
    Configuration menu
    Copy the full SHA
    ecccb57 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2022

  1. Revert "add -Wl,--disable-new-dtags"

    This reverts commit ecccb57.
    njzjz committed Jan 19, 2022
    Configuration menu
    Copy the full SHA
    3362f99 View commit details
    Browse the repository at this point in the history
  2. dlopen from dp lib but not TF

    njzjz committed Jan 19, 2022
    Configuration menu
    Copy the full SHA
    de00e04 View commit details
    Browse the repository at this point in the history