oneDAL icon indicating copy to clipboard operation
oneDAL copied to clipboard

Support for RISC-V architecture

Open amgrigoriev opened this issue 2 years ago • 1 comments

Use case RISC-V is an upcoming CPU architecture with very energy-efficient processors. At the moment, it is possible to build numpy, scipy and sklearn for RISC-V platform using publicly available RISC-V toolchains. It looks like there is no any critical obstacle for RISC-V support in oneDAL. Such a support could also enable sklearnex on RISC-V.

Proposal

  • Add RISC-V support for oneDAL

amgrigoriev avatar Jan 24 '23 08:01 amgrigoriev

There is a pull request open for comments at https://github.com/oneapi-src/oneDAL/pull/2737

keeranroth avatar Apr 24 '24 11:04 keeranroth

@keeranroth since #2737 has been merged, can we close this?

icfaust avatar Jan 01 '25 23:01 icfaust

@icfaust I think that this issue can be closed. We still need some implementations for some of the statistics functions that currently don't call through to anything on Arm or RISC-V, but I think that is for another ticket. We can build and run some examples already with the current implementation

keeranroth avatar Jan 08 '25 09:01 keeranroth