Skip to content

[1/3] [JIT] Make sure fusion occurs in test_tensorexpr file #45788

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

Closed
wants to merge 3 commits into from

Conversation

eellison
Copy link
Contributor

@eellison eellison commented Oct 2, 2020

Stack from ghstack:

We were only running the traced graph once, which would not yet have been fused at that point. We should run for num_profiled_runs + 1, and also assert that all nodes in the graph were fused.

Differential Revision: D24169537

@eellison eellison changed the title First batch of test_tensorexpr changes [1/4] [JIT] Make sure fusion occurs in test_tensorexpr file Oct 5, 2020
@eellison eellison changed the title [1/4] [JIT] Make sure fusion occurs in test_tensorexpr file [1/3] [JIT] Make sure fusion occurs in test_tensorexpr file Oct 5, 2020
Copy link
Contributor

@Krovatkin Krovatkin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit:

We were only running the traced graph once, which would not yet have been fused at that point. We should run for num_profiled_runs + 1, and also assert that all nodes in the graph  were fused.


[ghstack-poisoned]
@facebook-github-bot
Copy link
Contributor

@eellison merged this pull request in 1b97ffa.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Merged oncall: jit Add this issue/PR to JIT oncall triage queue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants