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

[CPU] Fuse SDPA before/after Reshape+Transpose Node to SDPA #26819

Commits on Sep 27, 2024

  1. Fuse Reshpae+Transpose to SDPA.

    Signed-off-by: xipingya <xiping.yan@intel.com>
    
    # Conflicts:
    #	src/plugins/intel_cpu/src/transformations/transformation_pipeline.cpp
    xipingyan committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    a30e9a6 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2024

  1. Configuration menu
    Copy the full SHA
    5cc3a7d View commit details
    Browse the repository at this point in the history
  2. Add test case.

    Remove debug log.
    
    Signed-off-by: xipingya <xiping.yan@intel.com>
    xipingyan committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    c1b2d01 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'xp/mha_fuse_transpose_whisper_to_master' of https://git…

    …hub.com/xipingyan/openvino into xp/mha_fuse_transpose_whisper_to_master
    xipingyan committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    23f46eb View commit details
    Browse the repository at this point in the history
  4. Remove debug log, revert unnecessary changes.

    Signed-off-by: xipingya <xiping.yan@intel.com>
    xipingyan committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    febd8fc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    86c778f View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2024

  1. Remove redundant check.

    Signed-off-by: xipingya <xiping.yan@intel.com>
    xipingyan committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    766fd2f View commit details
    Browse the repository at this point in the history
  2. Test CASE cover dynamic B,L

    Signed-off-by: xipingya <xiping.yan@intel.com>
    xipingyan committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    616a619 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. Configuration menu
    Copy the full SHA
    b1d1261 View commit details
    Browse the repository at this point in the history
  2. Decomosition SDPA for reference.

    Signed-off-by: xipingya <xiping.yan@intel.com>
    xipingyan committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    ad013d7 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. Move from common to x64.

    because arm doesn't support SDPA with stride.
    
    Signed-off-by: xipingya <xiping.yan@intel.com>
    xipingyan committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    e2dafd5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    724eab8 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

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