intel / torch-xpu-ops

Apache License 2.0
30 stars 21 forks source link

Clarify branch policy of torch-xpu-ops repo - what's viable/strict branch? #1025

Open dvrogozh opened 3 weeks ago

dvrogozh commented 3 weeks ago

@EikanWang : can you, please, help clarify branch policy of torch-xpu-ops repo?

In particular, I see that PyTorch main branch currently points to the https://github.com/intel/torch-xpu-ops/tree/viable/strict of torch-xpu-ops while I was thought it should point to main unless we stabilize code prior to release in which case it would point to one of release branches.

$ git branch -a --contains b3d5d78c72ea
  remotes/origin/viable/strict
xytintel commented 1 week ago

@dvrogozh We update the torch-xpu-ops commit pin (current main branch) to the stock pytorch every development cycle. As the release cycle approaches its freeze, we create a release branch, such as release/2.5 for tracking and debugging the remaining critical issues. @EikanWang Pls correct me if anything wrong.