[Backport] Bump pathfinder to v1.1.0#806
Conversation
|
/ok to test aa85831 |
| # SPDX-License-Identifier: Apache-2.0 | ||
|
|
||
| __version__ = "1.0.0" | ||
| __version__ = "1.1.0" |
There was a problem hiding this comment.
Are we committed to keeping pathfinder in sync between main and 12.9.x? It's a bit funky that we'll have two different sources of cuda-pathfinder 1.1.0 that aren't the same.
There was a problem hiding this comment.
Great question. I think you've discovered a flaw in the current CI design... we weren't prepared to always fetch the pathfinder wheel from the main branch. So right now with the backport branch we do have two different sources...
As a bandaid, I can manually backport all changes in the pathfinder from the main branch. Later we can improve the CI design to fetch pathfinder from the main branch in the 12.9.x CI (just like how we fetch 12.9.x wheels from the backport branch in the main CI, but in the reversed direction). WDYT?
There was a problem hiding this comment.
As a bandaid, I can manually backport all changes in the pathfinder from the main branch.
This is done in commit 8629941
|
/ok to test 8629941 |
|
/ok to test ee7cb41 |
Description
Manual backport of #805
Checklist