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

Implement ScalarLoop in torch backend #958

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

Do iteration instead of vmap for elemwise

c467a34
Select commit
Loading
Failed to load commit list.
Open

Implement ScalarLoop in torch backend #958

Do iteration instead of vmap for elemwise
c467a34
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Oct 27, 2024 in 0s

60.78% of diff hit (target 100.00%)

View this Pull Request on Codecov

60.78% of diff hit (target 100.00%)

Annotations

Check warning on line 25 in pytensor/link/pytorch/dispatch/elemwise.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

pytensor/link/pytorch/dispatch/elemwise.py#L22-L25

Added lines #L22 - L25 were not covered by tests

Check warning on line 29 in pytensor/link/pytorch/dispatch/elemwise.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

pytensor/link/pytorch/dispatch/elemwise.py#L28-L29

Added lines #L28 - L29 were not covered by tests

Check warning on line 32 in pytensor/link/pytorch/dispatch/elemwise.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

pytensor/link/pytorch/dispatch/elemwise.py#L32

Added line #L32 was not covered by tests

Check warning on line 35 in pytensor/link/pytorch/dispatch/elemwise.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

pytensor/link/pytorch/dispatch/elemwise.py#L35

Added line #L35 was not covered by tests

Check warning on line 38 in pytensor/link/pytorch/dispatch/elemwise.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

pytensor/link/pytorch/dispatch/elemwise.py#L38

Added line #L38 was not covered by tests

Check warning on line 42 in pytensor/link/pytorch/dispatch/elemwise.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

pytensor/link/pytorch/dispatch/elemwise.py#L40-L42

Added lines #L40 - L42 were not covered by tests

Check warning on line 65 in pytensor/link/pytorch/dispatch/scalar.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

pytensor/link/pytorch/dispatch/scalar.py#L65

Added line #L65 was not covered by tests

Check warning on line 78 in pytensor/link/pytorch/dispatch/scalar.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

pytensor/link/pytorch/dispatch/scalar.py#L78

Added line #L78 was not covered by tests

Check warning on line 21 in pytensor/link/pytorch/linker.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

pytensor/link/pytorch/linker.py#L21

Added line #L21 was not covered by tests