Hello everyone,
A few days ago, I gave up on hardware raid (due to having MANY issues with different controllers) and am preparing to go for linux software raid instead.
An idea I'm playing with, is to see whether I can develop a mod so the linux kernel uses the GPU when available (HSA / amdkfd) so the CPU isn't loaded by performing raid 6 calculations to verify integrity. It has other jobs to do.
I know openCL, but is there a way to use HSA /amdkfd in the linux kernel directly without an external llvm-based compiler? and if so, is there ANY documentation about that?