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

Python: make Func implicitly convertible to Stage (#6702) #6704

Merged
merged 1 commit into from
Apr 13, 2022

Commits on Apr 13, 2022

  1. Python: make Func implicitly convertible to Stage (#6702)

    This allows for `compute_with` and `rfactor` to work more seamlessly in Python.
    
    Also:
    - Move two compute_with() variant bindings from PyFunc and PyStage to PyScheduleMethods, as they are identical between the two
    - drive-by removal of redundant `py::implicitly_convertible<ImageParam, Func>();` call
    steven-johnson committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    c3643e8 View commit details
    Browse the repository at this point in the history