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

fast fp16 seq and one mode #157

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

fast fp16 seq and one mode #157

wants to merge 20 commits into from

Commits on Jul 25, 2023

  1. fast fp16 seq and one mode

    Signed-off-by: daquexian <daquexian566@gmail.com>
    daquexian committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    6cca860 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2023

  1. fuse ffn one mix

    Signed-off-by: daquexian <daquexian566@gmail.com>
    daquexian committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    5e4e6f0 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2023

  1. add

    Signed-off-by: daquexian <daquexian566@gmail.com>
    daquexian committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    78c58fb View commit details
    Browse the repository at this point in the history
  2. update

    Signed-off-by: daquexian <daquexian566@gmail.com>
    daquexian committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    9d64d4d View commit details
    Browse the repository at this point in the history
  3. update

    Signed-off-by: daquexian <daquexian566@gmail.com>
    daquexian committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    7627a88 View commit details
    Browse the repository at this point in the history
  4. fix

    Signed-off-by: daquexian <daquexian566@gmail.com>
    daquexian committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    48b0f29 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2023

  1. update

    Signed-off-by: daquexian <daquexian566@gmail.com>
    daquexian committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    6513f28 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2023

  1. update for music

    Signed-off-by: daquexian <daquexian566@gmail.com>
    daquexian committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    9a93bb8 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into fast

    Signed-off-by: daquexian <daquexian566@gmail.com>
    daquexian committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    072ef46 View commit details
    Browse the repository at this point in the history
  3. optimize att one v5

    Signed-off-by: daquexian <daquexian566@gmail.com>
    daquexian committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    f1202eb View commit details
    Browse the repository at this point in the history
  4. update

    Signed-off-by: daquexian <daquexian566@gmail.com>
    daquexian committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    67cb7fc View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2023

  1. update

    Signed-off-by: daquexian <daquexian566@gmail.com>
    daquexian committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    fc992cd View commit details
    Browse the repository at this point in the history
  2. stash

    Signed-off-by: daquexian <daquexian566@gmail.com>
    daquexian committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    70ec1a6 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2023

  1. stash

    Signed-off-by: daquexian <daquexian566@gmail.com>
    daquexian committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    1a0be57 View commit details
    Browse the repository at this point in the history
  2. vectorization

    Signed-off-by: daquexian <daquexian566@gmail.com>
    daquexian committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    f769f8d View commit details
    Browse the repository at this point in the history
  3. update to vectorize

    Signed-off-by: daquexian <daquexian566@gmail.com>
    daquexian committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    86fb4ca View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2023

  1. fix duplicated symbol causing cublas error

    Signed-off-by: daquexian <daquexian566@gmail.com>
    daquexian committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    69bfb70 View commit details
    Browse the repository at this point in the history
  2. avoid most torch cpu operations

    Signed-off-by: daquexian <daquexian566@gmail.com>
    daquexian committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    aec55ba View commit details
    Browse the repository at this point in the history
  3. reduce more cpu overhead

    Signed-off-by: daquexian <daquexian566@gmail.com>
    daquexian committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    15eb680 View commit details
    Browse the repository at this point in the history
  4. fix att_seq_v5

    Signed-off-by: daquexian <daquexian566@gmail.com>
    daquexian committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    94d9acf View commit details
    Browse the repository at this point in the history