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!: numalogic udfs #271

Merged
merged 29 commits into from
Aug 31, 2023
Merged

feat!: numalogic udfs #271

merged 29 commits into from
Aug 31, 2023

Commits on Aug 29, 2023

  1. fix: tensor dimension swap instead of view change

    Signed-off-by: Avik Basu <ab93@users.noreply.github.com>
    ab93 committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    61a5859 View commit details
    Browse the repository at this point in the history
  2. revert transformer changes

    Signed-off-by: Avik Basu <ab93@users.noreply.github.com>
    ab93 committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    de813aa View commit details
    Browse the repository at this point in the history
  3. rename udf module

    Signed-off-by: Avik Basu <ab93@users.noreply.github.com>
    ab93 committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    d6f7a63 View commit details
    Browse the repository at this point in the history
  4. fix: typo

    Signed-off-by: Avik Basu <ab93@users.noreply.github.com>
    ab93 committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    ef738b5 View commit details
    Browse the repository at this point in the history
  5. add entities

    Signed-off-by: Avik Basu <avik_basu@intuit.com>
    Avik Basu authored and ab93 committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    e25c755 View commit details
    Browse the repository at this point in the history
  6. add inference udf

    Signed-off-by: Avik Basu <ab93@users.noreply.github.com>
    ab93 committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    34018aa View commit details
    Browse the repository at this point in the history
  7. typo fix

    Signed-off-by: Avik Basu <ab93@users.noreply.github.com>
    ab93 committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    a8fce7f View commit details
    Browse the repository at this point in the history
  8. add tests for inference

    Signed-off-by: Avik Basu <ab93@users.noreply.github.com>
    ab93 committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    fbba76e View commit details
    Browse the repository at this point in the history
  9. add stream conf (#251)

    Signed-off-by: Avik Basu <ab93@users.noreply.github.com>
    ab93 committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    41d3458 View commit details
    Browse the repository at this point in the history
  10. feat: add preproc changes (#250)

    Preprocess udf
    
    ---------
    Signed-off-by: Kushal Batra <34571348+s0nicboOm@users.noreply.github.com>
    s0nicboOm authored and ab93 committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    a860b75 View commit details
    Browse the repository at this point in the history
  11. feat: add trainer udf (#257)

    Signed-off-by: Avik Basu <ab93@users.noreply.github.com>
    ab93 committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    d3b1fbd View commit details
    Browse the repository at this point in the history
  12. feat: add postproc and threshold as PostProcessUDF (#256)

    Add PostProc
    
    ---------
    
    Signed-off-by: s0nicboOm <i.kushalbatra@gmail.com>
    s0nicboOm authored and ab93 committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    198da3b View commit details
    Browse the repository at this point in the history
  13. feat: add dockerfile (#258)

    Signed-off-by: Avik Basu <ab93@users.noreply.github.com>
    ab93 committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    9b90116 View commit details
    Browse the repository at this point in the history
  14. fix: get config from constructor (#259)

    Get config from constructor for Preproc and Postproc
    
    Signed-off-by: s0nicboOm <i.kushalbatra@gmail.com>
    Signed-off-by: Kushal Batra <34571348+s0nicboOm@users.noreply.github.com>
    s0nicboOm authored and ab93 committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    7b2baa4 View commit details
    Browse the repository at this point in the history
  15. fix: trainer conf (#260)

    Signed-off-by: Avik Basu <ab93@users.noreply.github.com>
    ab93 committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    a5feecc View commit details
    Browse the repository at this point in the history
  16. feat: load config from conf map (#268)

    Signed-off-by: Avik Basu <ab93@users.noreply.github.com>
    ab93 committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    ab9288b View commit details
    Browse the repository at this point in the history
  17. fix: trainer udf tests

    Signed-off-by: Avik Basu <ab93@users.noreply.github.com>
    ab93 committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    b17af23 View commit details
    Browse the repository at this point in the history
  18. fix: add publisher (#272)

    1. Add publisher
    2. Add test cases for preproc and postproc
    
    Signed-off-by: s0nicboOm <i.kushalbatra@gmail.com>
    s0nicboOm authored Aug 29, 2023
    Configuration menu
    Copy the full SHA
    181a2c0 View commit details
    Browse the repository at this point in the history
  19. fix test errors

    Signed-off-by: Avik Basu <ab93@users.noreply.github.com>
    ab93 committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    dbb834c View commit details
    Browse the repository at this point in the history
  20. fix lints

    Signed-off-by: Avik Basu <ab93@users.noreply.github.com>
    ab93 committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    d056a02 View commit details
    Browse the repository at this point in the history
  21. fix: ci errors

    Signed-off-by: Avik Basu <ab93@users.noreply.github.com>
    ab93 committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    fb6915d View commit details
    Browse the repository at this point in the history
  22. fix: postprocess perf

    Signed-off-by: Avik Basu <ab93@users.noreply.github.com>
    ab93 committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    6b62679 View commit details
    Browse the repository at this point in the history
  23. fix: logging

    Signed-off-by: Avik Basu <ab93@users.noreply.github.com>
    ab93 committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    f4ff3ac View commit details
    Browse the repository at this point in the history
  24. feat: add docker image release workflow (#274)

    Signed-off-by: s0nicboOm <i.kushalbatra@gmail.com>
    s0nicboOm authored Aug 29, 2023
    Configuration menu
    Copy the full SHA
    62364c9 View commit details
    Browse the repository at this point in the history
  25. feat: log from file conf

    Signed-off-by: Avik Basu <ab93@users.noreply.github.com>
    ab93 committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    9914b4c View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2023

  1. fix: add connector test cases

    Signed-off-by: Avik Basu <ab93@users.noreply.github.com>
    ab93 committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    2dcf1cf View commit details
    Browse the repository at this point in the history
  2. fix: log config (#276)

    Signed-off-by: s0nicboOm <i.kushalbatra@gmail.com>
    s0nicboOm authored Aug 30, 2023
    Configuration menu
    Copy the full SHA
    be5183a View commit details
    Browse the repository at this point in the history
  3. chore: address comments

    Signed-off-by: Avik Basu <ab93@users.noreply.github.com>
    ab93 committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    3581a82 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2023

  1. Fix cache (#278)

    Add inference cache
    
    ---------
    
    Signed-off-by: s0nicboOm <i.kushalbatra@gmail.com>
    s0nicboOm authored Aug 31, 2023
    Configuration menu
    Copy the full SHA
    ac08953 View commit details
    Browse the repository at this point in the history