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

try-latest-pytorch does not use the latest pytorch #2315

Closed
pbchekin opened this issue Sep 23, 2024 · 2 comments
Closed

try-latest-pytorch does not use the latest pytorch #2315

pbchekin opened this issue Sep 23, 2024 · 2 comments
Assignees
Labels
bug Something isn't working ci upstream: pytorch

Comments

@pbchekin
Copy link
Contributor

https://github.com/intel/intel-xpu-backend-for-triton/actions/runs/10987962296/job/30503642580#step:2:17

pytorch_ref is not set for "Inductor tests", so instead of the latest commit used the pinned one.

{
  "pytorch_ref": "",
  "suite": "inductor/test_codegen_triton.py inductor/test_triton_extension_backend.py inductor/test_triton_heuristics.py inductor/test_triton_wrapper.py inductor/test_triton_kernels.py",
  "runner_label": "",
  "python_version": "3.9",
  "pytorch_repo": "pytorch/pytorch"
}
@pbchekin pbchekin changed the title try-latest-pytorch does no use the latest pytorch try-latest-pytorch does not use the latest pytorch Sep 23, 2024
@vlad-penkin vlad-penkin added bug Something isn't working ci upstream: pytorch labels Sep 23, 2024
@kwasd
Copy link
Contributor

kwasd commented Sep 24, 2024

This is not inductor tests workflow problem, this is problem in try-latest-pytorch.yml and also affects other tests.
The commit ID remains empty if get-commit-id got empty branch as input. This is fixed for try-latest-pytorch.yml in #2321

Before fix: https://github.com/intel/intel-xpu-backend-for-triton/actions/runs/10987962296/job/30503634842#step:4:14
After fix: https://github.com/intel/intel-xpu-backend-for-triton/actions/runs/11013947939/job/30583453655#step:4:15

@anmyachev
Copy link
Contributor

@kwasd should we close it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working ci upstream: pytorch
Projects
None yet
Development

No branches or pull requests

4 participants