Skip to content

Don't create useless FunctionGraph in linker tests #1022

Closed
@ricardoV94

Description

@ricardoV94

Description

Our Numba/JAX/PyTorhch backends create a FunctionGraph that is passed to compare_py_and_x, but this is useless. We only use it to extract the inputs/outputs, so we could pass those directly.

Also the whole set_test_value/get_test_value nonsense. We are deprecating the test value machinery, so we should just pass the test values directly without setting/getting them.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions