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

Autograd for segment_matmul #61

Merged
merged 86 commits into from
Jul 13, 2022
Merged

Autograd for segment_matmul #61

merged 86 commits into from
Jul 13, 2022

Commits on Jul 7, 2022

  1. drafting

    riship committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    a7a1519 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    439a1ab View commit details
    Browse the repository at this point in the history
  3. drafting

    riship committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    4b8b77b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    db660bf View commit details
    Browse the repository at this point in the history
  5. drafting

    riship committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    ca1aa96 View commit details
    Browse the repository at this point in the history
  6. drafting

    riship committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    ece2b98 View commit details
    Browse the repository at this point in the history
  7. drafting

    riship committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    541f928 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f0b8a2b View commit details
    Browse the repository at this point in the history
  9. drafting

    riship committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    a71cba8 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c166a20 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    a86093f View commit details
    Browse the repository at this point in the history
  12. drafting

    riship committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    a891c25 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2022

  1. drafting

    riship committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    46adc54 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    88e2488 View commit details
    Browse the repository at this point in the history
  3. addressed previous comments

    riship committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    cb019c6 View commit details
    Browse the repository at this point in the history
  4. minor cleanups

    riship committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    c69a4b8 View commit details
    Browse the repository at this point in the history
  5. removing pytest to make pep8 happy

    riship committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    6567f85 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    afcd7fe View commit details
    Browse the repository at this point in the history
  7. backward part of the test

    riship committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    01d706e View commit details
    Browse the repository at this point in the history
  8. backward part of the test

    riship committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    89ca3d0 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5ddab2b View commit details
    Browse the repository at this point in the history
  10. minor fixups

    riship committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    5885e26 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    db2d532 View commit details
    Browse the repository at this point in the history
  12. minor fixups

    riship committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    2ea1ca1 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    4ebfe1f View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2022

  1. just segment matmul for now and i will ask internally for the solutio…

    …n to grouped
    riship committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    5c7e81b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e0aa898 View commit details
    Browse the repository at this point in the history
  3. minor fix

    riship committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    773f478 View commit details
    Browse the repository at this point in the history
  4. minor fix

    riship committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    5e6c308 View commit details
    Browse the repository at this point in the history
  5. minor fix

    riship committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    a48a618 View commit details
    Browse the repository at this point in the history
  6. minor fix

    riship committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    379d26b View commit details
    Browse the repository at this point in the history
  7. minor fix

    riship committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    34c374d View commit details
    Browse the repository at this point in the history
  8. minor fix

    riship committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    8cd6462 View commit details
    Browse the repository at this point in the history
  9. minor fix

    riship committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    c638537 View commit details
    Browse the repository at this point in the history
  10. minor fix

    riship committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    aa3cbd5 View commit details
    Browse the repository at this point in the history
  11. minor fix

    riship committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    4d95568 View commit details
    Browse the repository at this point in the history
  12. minor fix

    riship committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    a5c58d0 View commit details
    Browse the repository at this point in the history
  13. minor fix

    riship committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    aa6384e View commit details
    Browse the repository at this point in the history
  14. minor fix

    riship committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    f2d4f9d View commit details
    Browse the repository at this point in the history
  15. minor fix

    riship committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    61507d3 View commit details
    Browse the repository at this point in the history
  16. minor fix

    riship committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    a1aa34b View commit details
    Browse the repository at this point in the history
  17. minor fix

    riship committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    240ca9f View commit details
    Browse the repository at this point in the history
  18. minor fix

    riship committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    4dbedfc View commit details
    Browse the repository at this point in the history
  19. minor fix

    riship committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    0f565a0 View commit details
    Browse the repository at this point in the history
  20. minor fix

    riship committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    fb8dd46 View commit details
    Browse the repository at this point in the history
  21. trying to get CI to pass...

    riship committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    34a435c View commit details
    Browse the repository at this point in the history
  22. trying to get CI to pass...

    riship committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    5ecd197 View commit details
    Browse the repository at this point in the history
  23. trying to get CI to pass...

    riship committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    f3da492 View commit details
    Browse the repository at this point in the history
  24. trying to get CI to pass...

    riship committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    b6206f9 View commit details
    Browse the repository at this point in the history
  25. trying to get CI to pass...

    riship committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    143d231 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    020e12a View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    b737091 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    4cb1f5a View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    87e007f View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    c0b0f40 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    61b2613 View commit details
    Browse the repository at this point in the history
  32. minor fix

    riship committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    6540aba View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    187faeb View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    e2df485 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    462928e View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    fa3328f View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    e443f12 View commit details
    Browse the repository at this point in the history
  38. minor fix

    riship committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    de272be View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    38ba159 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    c682cbb View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    7f49c4d View commit details
    Browse the repository at this point in the history
  42. freezing all pyg version at working state

    riship committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    8d604cc View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    94aa3de View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    8bbd1f5 View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    adb7c3f View commit details
    Browse the repository at this point in the history
  46. minor fix

    riship committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    e827c44 View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    deaf841 View commit details
    Browse the repository at this point in the history
  48. minor fix

    riship committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    7384457 View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    ae230fa View commit details
    Browse the repository at this point in the history
  50. trying to get CI to pass...

    riship committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    5abb7df View commit details
    Browse the repository at this point in the history
  51. Configuration menu
    Copy the full SHA
    dcb3b7d View commit details
    Browse the repository at this point in the history
  52. trying to get CI to pass...

    riship committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    b4cf268 View commit details
    Browse the repository at this point in the history
  53. Configuration menu
    Copy the full SHA
    c27e135 View commit details
    Browse the repository at this point in the history
  54. trying to get CI to pass...

    riship committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    eab8b12 View commit details
    Browse the repository at this point in the history
  55. Configuration menu
    Copy the full SHA
    d28cf29 View commit details
    Browse the repository at this point in the history
  56. Configuration menu
    Copy the full SHA
    045ecc7 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2022

  1. update

    rusty1s committed Jul 13, 2022
    Configuration menu
    Copy the full SHA
    365682b View commit details
    Browse the repository at this point in the history
  2. update

    rusty1s committed Jul 13, 2022
    Configuration menu
    Copy the full SHA
    28d735a View commit details
    Browse the repository at this point in the history
  3. update

    rusty1s committed Jul 13, 2022
    Configuration menu
    Copy the full SHA
    1b5671d View commit details
    Browse the repository at this point in the history
  4. diff

    rusty1s committed Jul 13, 2022
    Configuration menu
    Copy the full SHA
    fea1926 View commit details
    Browse the repository at this point in the history
  5. update

    rusty1s committed Jul 13, 2022
    Configuration menu
    Copy the full SHA
    c0a534f View commit details
    Browse the repository at this point in the history