TRahm3
New Contributor
6 years agoIs it possible to use the emulator for SVM (shared virtual memory) using OpenCL FPGA SDK?
I downloaded and ran the vector_add example available from the design examples page for the Intel OpenCL FPGA SDK (link to example: https://www.intel.com/content/www/us/en/programmable/support/support-resources/design-examples/design-software/opencl/vector-addition.html).
One of the things mentioned in the README.html file attached in the tar ball for this example mentions about the use of SVM, but even when I set USE_SVM_API =1 (view the processor definitions in the readme file) the emulator still only executes the parts of the example host code where its #if USE_SVM_API ==0.
Is it possible to use the shared virtual memory for emulation purposes?