-
Notifications
You must be signed in to change notification settings - Fork 487
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
Revert "Allow benchmark runner config: openxla
for inference runs. …
#6096
Conversation
…ytorch#5939)" This reverts commit dcdd66e.
Will introduce tests in #6093 |
@ysiraichi it is still the plan.. but I don't think we will be able to do that for 2.2 releases. We might as well just keep testing it until we deprecate it. |
I agree, replacing |
Correct. #5939 only adds |
Reverting this brings us back to the previous state where eval goes together with openxla_eval and train together with openxla? Is there any difference between openxla_eval+eval and openxla+eval? |
Yes. |
Thanks for explaining that. So we actually want to have these different combinations. Eventually, we want to get rid of the openxla_eval backend. Is that correct? |
As far as I understand, that's the idea. Maybe @JackCaoG can confirm this. |
Thanks. In that case, I will just close this PR and update the test cases instead. |
…(#5939)"
This reverts commit dcdd66e.
Introduced openxla to unfold for both training and inference. This is not intended and leads to duplicate experiment runs.