We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
AIX is a Unix-based operating system used by Power Enterprise hardware. Currently, AIX is porting deep learning frameworks like PyTorch.
Kineto is a submodule for the same. How ever to compile the same in AIX, there are a few changes required to the code.
AIX does not have <sys/syscall.h> and pthread_setname_np ().
We will raise a PR to block them or use an AIX equivalent.
AIX would also like to be part of the Kineto code since we are already ported Pytorch and contribute the changes.
Kindly let us know if we can and what you think of the PR we will raise soon.
Thanks.
The text was updated successfully, but these errors were encountered:
Port Kineto to AIX
f062346
Closes pytorch#1043
Successfully merging a pull request may close this issue.
AIX is a Unix-based operating system used by Power Enterprise hardware. Currently, AIX is porting deep learning frameworks like PyTorch.
Kineto is a submodule for the same. How ever to compile the same in AIX, there are a few changes required to the code.
AIX does not have <sys/syscall.h> and pthread_setname_np ().
We will raise a PR to block them or use an AIX equivalent.
AIX would also like to be part of the Kineto code since we are already ported Pytorch and contribute the changes.
Kindly let us know if we can and what you think of the PR we will raise soon.
Thanks.
The text was updated successfully, but these errors were encountered: