Conversation
Signed-off-by: Zhou Qiankang <[email protected]>
|
If we decide to officially support LoongArch, then we need to keep maintaining it. |
I cannot afford the CI since I also do my work for free. 😂😂😂 Is it possible to classify different architectures into different support levels? (Maybe keep some architectures of which test results that don't guarantee) If not, I can also try to contact Loongson to afford this. |
|
I cannot provide ongoing support for free. |
Sigh. As an open source software developer, I completely understand your thoughts. But as a downstream Linux distribution maintainer without financial support, I am also unwilling to bear too much ongoing maintenance costs, so I am unwilling to fork this project. I have already told Loongson about the importance of your project, so let's wait for Loongson's response. 😊😊😊 |
LoongArch is a new RISC ISA developed by loongson. There are already a lot of community support and testing about it.
This PR add loong64 support to the pure C implementation. I've tested this PR on Arch Linux for Loong64 with gcc 14.2.1 (with additional patch to fix Q suffix for fp128 literals) and clang 19.1.7. Here is the log:
I also tested it by rebasing and applying it to pytorch 2.6.0. I've tested it with some python demos and it works fine.