KishoreVarma
New Contributor
3 years agoSVM(shared virtual memory) available on OpenCL FPGA?
SVM
OBFS, This project requires SVM functionality, They are using HARPv2 as per ReadMe, which is xeon+Arria10 FPGA. Even in Devcloud, we have Xeon+ A10 configuration. I know Intel supports OpenCL 1.2 and doesn't yet support OpenCL 2.0 Fully, just some functionality like pipes/channels are supported.
I tried using SVM
int* n = (int*)clSVMAlloc(context(), 0, sizeof(int), 1024); if(!n) cout<<"allocation error\n";
But getting allocation error.
Is SVM available on Intel OpenCL FPGA Arria 10 devices on DevCloud?
My bad, HARPv2 is "Xeon CPU+arria10 FPGA" on a single chip. it seems SVM functionality is not yet there on Intel FPGAs on devcloud, as Intel is still stuck at OpenCL 1.0 or 1.2 and not fully confronted to OpenCL 2 or 3, Makes sense as intel shifted to OneAPI leaving OpenCL.