Get the latest tech news
Intel Graphics Compiler Can Now Be Built For RISC-V
The Intel Graphics Compiler (IGC) that is used on Windows as a shader compiler back-end and both for Windows/Linux as part of their OpenCL and oneAPI Level Zero compute stack can now be compiled for RISC-V 64-bit.
For example with the modern Xe kernel graphics driver it's written to avoid x86'isms of the former i915 kernel driver so that it can be built for the likes of 64-bit ARM (AArch64) and 64-bit RISC-V for using Intel Arc Graphics and other Intel discrete GPUs on such servers. The necessary CMake build system adaptations are in place to allow successfully compiling IGC for RISCV64 Linux hosts. IGC was previously adapted for ARM and MIPS support to complement the central x86/x86_64 focus.
Or read this on Phoronix