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

feat(pt): allow PT OP CXXABI different from TF #3891

Merged
merged 16 commits into from
Jun 21, 2024

Commits on Jun 20, 2024

  1. build compat ABI

    Signed-off-by: Jinzhe Zeng <jinzhe.zeng@rutgers.edu>
    njzjz committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    1d00373 View commit details
    Browse the repository at this point in the history
  2. enable pytorch by default; remove the workaround

    Signed-off-by: Jinzhe Zeng <jinzhe.zeng@rutgers.edu>
    njzjz committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    ca3497b View commit details
    Browse the repository at this point in the history
  3. update documentation

    Signed-off-by: Jinzhe Zeng <jinzhe.zeng@rutgers.edu>
    njzjz committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    593c94d View commit details
    Browse the repository at this point in the history
  4. force pytorch customized ops to be compiled

    Signed-off-by: Jinzhe Zeng <jinzhe.zeng@rutgers.edu>
    njzjz committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    1164aab View commit details
    Browse the repository at this point in the history
  5. automatically set pytorch requires

    Signed-off-by: Jinzhe Zeng <jinzhe.zeng@rutgers.edu>
    njzjz committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    ebb1a87 View commit details
    Browse the repository at this point in the history
  6. fix typos

    Signed-off-by: Jinzhe Zeng <jinzhe.zeng@rutgers.edu>
    njzjz committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    2e9c0d4 View commit details
    Browse the repository at this point in the history
  7. fix the situation when pt is not enabled

    Signed-off-by: Jinzhe Zeng <jinzhe.zeng@rutgers.edu>
    njzjz committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    32831df View commit details
    Browse the repository at this point in the history
  8. remove the error message when PT is not preinstalled

    Signed-off-by: Jinzhe Zeng <jinzhe.zeng@rutgers.edu>
    njzjz committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    60b6903 View commit details
    Browse the repository at this point in the history
  9. cleanup

    Signed-off-by: Jinzhe Zeng <jinzhe.zeng@rutgers.edu>
    njzjz committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    3b182b9 View commit details
    Browse the repository at this point in the history
  10. Revert "remove the error message when PT is not preinstalled"

    This reverts commit 60b6903.
    njzjz committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    c6d126b View commit details
    Browse the repository at this point in the history
  11. Revert "automatically set pytorch requires"

    This reverts commit ebb1a87.
    njzjz committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    a28d3ce View commit details
    Browse the repository at this point in the history
  12. Revert "force pytorch customized ops to be compiled"

    This reverts commit 1164aab.
    njzjz committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    7ee15c0 View commit details
    Browse the repository at this point in the history
  13. Revert "enable pytorch by default; remove the workaround"

    This reverts commit ca3497b.
    njzjz committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    deda1f5 View commit details
    Browse the repository at this point in the history
  14. remove duplicated add_library

    njzjz committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    c85b559 View commit details
    Browse the repository at this point in the history
  15. revert doc changes

    njzjz committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    83d71ac View commit details
    Browse the repository at this point in the history
  16. enable pytorch ops in cuda test

    njzjz committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    ee0f409 View commit details
    Browse the repository at this point in the history