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

Feat/layernorm #36

Merged
merged 70 commits into from
Sep 15, 2022
Merged

Feat/layernorm #36

merged 70 commits into from
Sep 15, 2022

Commits on Aug 11, 2022

  1. feat: add attention

    gaetansnl committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    a45997c View commit details
    Browse the repository at this point in the history
  2. fix: use tuple in triton

    gaetansnl committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    0745dd2 View commit details
    Browse the repository at this point in the history
  3. docs: attention

    gaetansnl committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    d06fb8a View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2022

  1. Configuration menu
    Copy the full SHA
    2c4f4bf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0644ae6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e6e359b View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2022

  1. Configuration menu
    Copy the full SHA
    2ba239c View commit details
    Browse the repository at this point in the history
  2. fix: renaming

    gaetansnl committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    189ca47 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0e13b3c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a0f880d View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2022

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

Commits on Aug 18, 2022

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

Commits on Aug 19, 2022

  1. Configuration menu
    Copy the full SHA
    6aceec7 View commit details
    Browse the repository at this point in the history
  2. fix: refactoring

    gaetansnl committed Aug 19, 2022
    Configuration menu
    Copy the full SHA
    a4f920f View commit details
    Browse the repository at this point in the history
  3. feat: add layer_norm

    gaetansnl committed Aug 19, 2022
    Configuration menu
    Copy the full SHA
    5157a8b View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2022

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

Commits on Aug 24, 2022

  1. Configuration menu
    Copy the full SHA
    f7a0ffa View commit details
    Browse the repository at this point in the history
  2. fix: update matcher

    gaetansnl committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    bf5ecfa View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2022

  1. fix: cuda graph

    gaetansnl committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    ce73e78 View commit details
    Browse the repository at this point in the history
  2. fix: small seq_length

    gaetansnl committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    9590e78 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2022

  1. feat: viz server

    gaetansnl committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    3534cb5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    26e5720 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2022

  1. Configuration menu
    Copy the full SHA
    1576ef5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f5729df View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    be04b88 View commit details
    Browse the repository at this point in the history
  4. fix: attention renaming

    gaetansnl committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    7e2cb62 View commit details
    Browse the repository at this point in the history
  5. fix: add license

    gaetansnl committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    672ea04 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2022

  1. Configuration menu
    Copy the full SHA
    f5c1ae2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c8bb059 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3998bc9 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2022

  1. fix: command line

    pommedeterresautee committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    dbf7c93 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    95fac33 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    368f3e5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    804335b View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2022

  1. Configuration menu
    Copy the full SHA
    e93632b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a392150 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    efdabc9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d464f6b View commit details
    Browse the repository at this point in the history
  5. feat: replace GELU + layernorm by more precise version, fix all preci…

    …sion issues in unit tests. refactor tests
    pommedeterresautee committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    e9d6b04 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a76b710 View commit details
    Browse the repository at this point in the history
  7. fix: plural

    pommedeterresautee committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    b91456c View commit details
    Browse the repository at this point in the history
  8. fix: some doc

    pommedeterresautee committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    d20619c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    87cf360 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b112b4b View commit details
    Browse the repository at this point in the history
  11. fix: remove TODO

    pommedeterresautee committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    479254f View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2022

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

Commits on Sep 8, 2022

  1. Configuration menu
    Copy the full SHA
    106cb24 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ed6d1a1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    df3daa8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cf8e7d0 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2022

  1. Configuration menu
    Copy the full SHA
    7d91384 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f2130a3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    119e776 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    38ee01b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    94dda21 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4bffeef View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8f91f79 View commit details
    Browse the repository at this point in the history
  8. fix: get input

    pommedeterresautee committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    61cbc1f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f39219c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    10703a9 View commit details
    Browse the repository at this point in the history
  11. fix: add tests

    pommedeterresautee committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    dabf536 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2022

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

Commits on Sep 13, 2022

  1. Merge branch 'main' into fix/refactoring_benchmarks

    # Conflicts:
    #	README.md
    #	implementations/activation_func.py
    #	implementations/attention_masked_original.py
    #	implementations/layer_norm.py
    #	implementations/linear_layer.py
    #	optimizer/dynamo_backend.py
    #	optimizer/layer_norm.py
    #	optimizer/linear.py
    #	test/models/bert.py
    #	test/test_attention.py
    #	test/test_batched_matmul.py
    #	test/test_layer_norm.py
    #	test/test_linear_layer.py
    #	test/test_torchdynamo_bert.py
    pommedeterresautee committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    85ae2d8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f3564b0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7b06621 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c2b8ade View commit details
    Browse the repository at this point in the history
  5. Merge branch 'main' into feat/layernorm

    # Conflicts:
    #	implementations/layer_norm.py
    #	test/test_layer_norm.py
    #	test/test_linear_layer.py
    #	test/test_torchdynamo_bert.py
    pommedeterresautee committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    cca52e8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1100ef6 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2022

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

Commits on Sep 15, 2022

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