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

Fix: oneAPI runtime error when build with libtorch #4613

Merged
merged 16 commits into from
Jul 10, 2024

Commits on Jul 9, 2024

  1. Configuration menu
    Copy the full SHA
    2bb56cd View commit details
    Browse the repository at this point in the history
  2. patch existed compiling error

    caic99 committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    4e8ff2a View commit details
    Browse the repository at this point in the history
  3. sort linkings

    caic99 committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    a51dd5b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2f036d6 View commit details
    Browse the repository at this point in the history
  5. Remove outdated badge

    caic99 committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    cbbec7f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9bd652e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    38dc4ff View commit details
    Browse the repository at this point in the history
  8. fix MKL FFT header linking

    caic99 committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    bfa796e View commit details
    Browse the repository at this point in the history
  9. switch to official mkl module

    caic99 committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    2321971 View commit details
    Browse the repository at this point in the history
  10. link torch libs ahead

    caic99 committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    bb95726 View commit details
    Browse the repository at this point in the history
  11. using MKL within libtorch

    caic99 committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    195c58c View commit details
    Browse the repository at this point in the history
  12. remove unnecessary stmt

    caic99 committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    2554a81 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    9ec2cfa View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    0ba2cbe View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

  1. remove duplicate logic

    caic99 committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    df38f5f View commit details
    Browse the repository at this point in the history
  2. fix typo

    caic99 committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    a48993f View commit details
    Browse the repository at this point in the history