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

Enable intel devices CPU/XPU/HPU for python backend #245

Open
wants to merge 36 commits into
base: main
Choose a base branch
from

Commits on Apr 23, 2024

  1. Enable CPU device for python backend

    Signed-off-by: yuanwu <yuan.wu@intel.com>
    yuanwu2017 committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    042dc8f View commit details
    Browse the repository at this point in the history
  2. Add the flash attention for cpu optimization.

    Signed-off-by: yuanwu <yuan.wu@intel.com>
    yuanwu2017 committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    5bd2008 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. Configuration menu
    Copy the full SHA
    e0605d2 View commit details
    Browse the repository at this point in the history
  2. Refine the patch

    Signed-off-by: yuanwu <yuan.wu@intel.com>
    yuanwu2017 committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    51a4af4 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2024

  1. Use the latest ipex

    Signed-off-by: yuanwu <yuan.wu@intel.com>
    yuanwu2017 committed Jun 23, 2024
    Configuration menu
    Copy the full SHA
    d512003 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c49cb7b View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2024

  1. Merge pull request #1 from kaixuanliu/ipex

    add python backend support for xlm-roberta type model
    yuanwu2017 authored Jul 17, 2024
    Configuration menu
    Copy the full SHA
    8e499ea View commit details
    Browse the repository at this point in the history
  2. add python backend support for xlm-roberta type model

    Signed-off-by: Liu, Kaixuan <kaixuan.liu@intel.com>
    kaixuanliu committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    70e154e View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2024

  1. refine code

    Signed-off-by: Liu, Kaixuan <kaixuan.liu@intel.com>
    kaixuanliu committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    35d3fa0 View commit details
    Browse the repository at this point in the history
  2. nice code

    Signed-off-by: Liu, Kaixuan <kaixuan.liu@intel.com>
    kaixuanliu committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    af2e942 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2 from kaixuanliu/ipex

    Ipex
    yuanwu2017 authored Jul 18, 2024
    Configuration menu
    Copy the full SHA
    e7a7388 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

  1. Configuration menu
    Copy the full SHA
    4d94445 View commit details
    Browse the repository at this point in the history
  2. Fix build error

    Signed-off-by: yuanwu <yuan.wu@intel.com>
    yuanwu2017 committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    f61b8bd View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

  1. add XPU and HPU support

    Signed-off-by: Liu, Kaixuan <kaixuan.liu@intel.com>
    kaixuanliu committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    1c2e6ab View commit details
    Browse the repository at this point in the history
  2. change build-arg to cpu instead of ipex

    Signed-off-by: Liu, Kaixuan <kaixuan.liu@intel.com>
    kaixuanliu committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    e161e83 View commit details
    Browse the repository at this point in the history
  3. nice code

    Signed-off-by: Liu, Kaixuan <kaixuan.liu@intel.com>
    kaixuanliu committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    fc979a9 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #3 from kaixuanliu/ipex

    add XPU and HPU support
    yuanwu2017 authored Aug 15, 2024
    Configuration menu
    Copy the full SHA
    09a0d3f View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. add import ipex

    Signed-off-by: kaixuanliu <kaixuan.liu@intel.com>
    kaixuanliu committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    8d8148c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4 from kaixuanliu/ipex

    add import ipex
    yuanwu2017 authored Aug 22, 2024
    Configuration menu
    Copy the full SHA
    081ab41 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. add hpu flashBert support

    Signed-off-by: kaixuanliu <kaixuan.liu@intel.com>
    kaixuanliu committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    cbc3ee2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #5 from kaixuanliu/ipex

    add hpu flashBert support
    yuanwu2017 authored Aug 29, 2024
    Configuration menu
    Copy the full SHA
    f7d1e1b View commit details
    Browse the repository at this point in the history
  3. nice code

    Signed-off-by: kaixuanliu <kaixuan.liu@intel.com>
    kaixuanliu committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    fd5ad34 View commit details
    Browse the repository at this point in the history
  4. update version

    Signed-off-by: kaixuanliu <kaixuan.liu@intel.com>
    kaixuanliu committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    8cb7fa0 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #6 from kaixuanliu/ipex

    nice code
    yuanwu2017 authored Aug 29, 2024
    Configuration menu
    Copy the full SHA
    8b2d1bf View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. Cargo fmt and ruff format

    pi314ever committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    0f09872 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #8 from pi314ever/dh/ipex-formatting

    Cargo fmt and ruff format
    yuanwu2017 authored Aug 30, 2024
    Configuration menu
    Copy the full SHA
    7684eeb View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. Configuration menu
    Copy the full SHA
    5dcd07b View commit details
    Browse the repository at this point in the history
  2. Clippy fixes

    pi314ever committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    984532d View commit details
    Browse the repository at this point in the history
  3. End of File fixes

    pi314ever committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    66f7775 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. Nicer importlib imports

    pi314ever committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    542604c View commit details
    Browse the repository at this point in the history
  2. Compact code

    pi314ever committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    267c559 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. Merge pull request #9 from pi314ever/dh/ipex-minor-cleanup

    Unused imports and better imports
    yuanwu2017 authored Sep 19, 2024
    Configuration menu
    Copy the full SHA
    c70252c View commit details
    Browse the repository at this point in the history
  2. fix bug

    Signed-off-by: kaixuanliu <kaixuan.liu@intel.com>
    kaixuanliu committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    978c1fe View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. Merge pull request #10 from kaixuanliu/ipex

    fix bug
    yuanwu2017 authored Sep 20, 2024
    Configuration menu
    Copy the full SHA
    c6aba0d View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. upgrade xpu-ipex to 2.3.110

    Signed-off-by: kaixuanliu <kaixuan.liu@intel.com>
    kaixuanliu committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    e75ad3f View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. Merge pull request #11 from kaixuanliu/ipex

    upgrade xpu-ipex to 2.3.110
    yuanwu2017 authored Sep 25, 2024
    Configuration menu
    Copy the full SHA
    04744eb View commit details
    Browse the repository at this point in the history