Forum Discussion
student4
New Contributor
4 years agoDPC++ project built for FPGA emulation takes very long time to implement on CPU
Hi,
I have a project developed using standard C++ and another project with same function developed using DPC++ libraries and built in FPGA emulation mode. The standard C++ version runs fine when us...
BoonBengT_Altera
Moderator
4 years agoHi @student4,
Would recommend to look into the basic structure of how to target and offload the devices in DPC++.
Please refer to the link below on sample 1 which will have details explanation and example.
Hope that clarify.
Best Wishes
BB