Bazel support in Sleef
mjj48 opened this issue · 1 comments
Hi there!
I am interested in sleef because I am interested in pytorch :)
I am needing to cross compile pytorch to arm. I was able to do so from a private fork of pytorch, however, would love to upstream as much of that as possible. Part of the issue though, was a very custom solution to cross compiling sleef for ARM within Bazel.
I am curious if the sleef community has interest in natively supporting bazel as a build system?
context: https://docs.google.com/document/d/1U4cUcfC_IYePL3LRfaqih21gB8I9L2Te_VUvaX9Yia4/edit#
Unfortunately this repository is no longer really actively maintained, see #442
I have the same issue with building PyTorch for RiscV, and would be interested in getting fixes merged. Still it might be worth to mention you can always build PyTorch with USE_SYSTEM_SLEEF=ON
, which I did to use a custom compiled SLEEF.
I wonder if there are people interested in taking this over, as this is a really crucial project which does implement fundamental stuff, not even to mention being a relevant part of PyTorch.