PyTorch with Kineto Spyre Build Script Fix - #30
Conversation
tej7499
commented
Jun 26, 2026
- Fix Pytorch with kineto-spyre build for non x86 archs.
- Added platform tag to the generated wheel.
…tags to wheels Signed-off-by: Tejas Holla <Tejas.Holla@ibm.com>
Signed-off-by: Tejas Holla <Tejas.Holla@ibm.com>
|
There's a build issue with this PR. Is that a problem caused by the PR itself? |
The problem is not caused by the PR. The build failure is seen in previous merged PR pipeline logs as well. |
|
I think this PR does not cover the different arch been used to build kineto-spyre. This is the script I used to build wheels on different archs (x86 and s390x) for regular wheel and manylinux wheel. See attached build script |
|
@johnuman, These changes worked for x86 and Power for creating kineto-spyre wheels using PyTorch 2.11. Your scripts are more comprehensive covering both the regular and manylinux wheels. Will check on Power by creating the PyTorch 2.12 kineto-spyre wheel and see if everything is good. We can then close this PR. |