pytorch / cpuinfo

CPU INFOrmation library (x86/x86-64/ARM/ARM64, Linux/Windows/Android/macOS/iOS)
BSD 2-Clause "Simplified" License
962 stars 306 forks source link

Add a Github workflow to build Android RISC-V, when an NDK is available #206

Open prashanthswami opened 7 months ago

prashanthswami commented 7 months ago

Similar to our other Android targets in the workflows, we should add an Android RISC-V build target. This isn't currently trivial, because the Android NDK w/RISC-V support is only in canary, so needs to be downloaded off the Android public builders, as opposed to the current workflow actions that expect a stable release.

We could hack in support for that, or alternatively just wait for a formal release to be made.