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

Add Blockwise Op #1215

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

Add Blockwise Op #1215

wants to merge 23 commits into from

Commits on Mar 17, 2023

  1. Configuration menu
    Copy the full SHA
    b6c0e0e View commit details
    Browse the repository at this point in the history
  2. Add a Blockwise Op

    Co-authored-by: Brandon T. Willard <brandon.willard@gmail.com>
    Co-authored-by: Sayam Kumar <sayamkumar049@gmail.com>
    Co-authored-by: Kaustubh <ckaustubhm06@gmail.com>
    4 people committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    5037958 View commit details
    Browse the repository at this point in the history
  3. simply printing of Blockwise Op

    purna135 authored and brandonwillard committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    f8af028 View commit details
    Browse the repository at this point in the history
  4. refactor grad_signature

    purna135 authored and brandonwillard committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    2f0576d View commit details
    Browse the repository at this point in the history
  5. use Blockwise instead of Elemwise

    purna135 authored and brandonwillard committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    2c82292 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0bb4feb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f67c769 View commit details
    Browse the repository at this point in the history
  8. Add a Blockwise Op

    brandonwillard committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    90f4791 View commit details
    Browse the repository at this point in the history
  9. fixed py_func result

    purna135 authored and brandonwillard committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    d24f619 View commit details
    Browse the repository at this point in the history
  10. fixed parameters to atleast_Nd()

    purna135 authored and brandonwillard committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    daf2ea2 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    33ead95 View commit details
    Browse the repository at this point in the history
  12. added gufunc_sig to Cholesky

    purna135 authored and brandonwillard committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    fdf5af8 View commit details
    Browse the repository at this point in the history
  13. added test for Blockwise Cholesky

    purna135 authored and brandonwillard committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    0072f2d View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    ab66791 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    b77d50b View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    76dc6b4 View commit details
    Browse the repository at this point in the history
  17. Fix flat_out_shapes

    purna135 authored and brandonwillard committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    e1c8892 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    be1b794 View commit details
    Browse the repository at this point in the history
  19. Fixed output dtype

    purna135 authored and brandonwillard committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    f0eb8f5 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    de3c1ea View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    45f5eeb View commit details
    Browse the repository at this point in the history
  22. fix infer_shape_to_gufunc_sig

    purna135 authored and brandonwillard committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    7f1b99d View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    c7b0d10 View commit details
    Browse the repository at this point in the history