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

【Hackathon 5th No.102】 move fused_embedding_eltwise_layernorm/fusion_transpose_flatten_concat/fused_fc_elementwise_layernorm to phi #57865

Merged
merged 8 commits into from
Oct 10, 2023

Commits on Oct 2, 2023

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

Commits on Oct 3, 2023

  1. fix the error

    zeroRains committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    3b648d4 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2023

  1. fix some bug

    zeroRains committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    e5d31f4 View commit details
    Browse the repository at this point in the history
  2. move the transpose to phi but new IR have a bug in output==nullptr. e…

    …mbedding_eltwise_op also have the bug in new IR. because the wrong memory accesss
    zeroRains committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    a5f9b18 View commit details
    Browse the repository at this point in the history
  3. remove some useless code

    zeroRains committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    ac3de17 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c7859b9 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2023

  1. fix the bug in build the fused_fc_elementwise_layernorm_kernel and pa…

    …ss the test with new IR
    zeroRains committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    3949aee View commit details
    Browse the repository at this point in the history
  2. try to fix the bug

    zeroRains committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    e2ad002 View commit details
    Browse the repository at this point in the history