Forum Discussion
dgaranda
New Contributor
1 year agoError while linking host code device code in sycl with icpx
Hello, Lately I have been trying to compile and link a sycl kernel which has the attribute reqd_work_group_size for FPGA hardware with the oneAPI toolkits, specifically the icpx compiler. Basicall...
Kevin_Xu_Intel
New Contributor
1 year agoHi @dgaranda,
I was able to compile the source code you posted. I want to check:
- Are you using the the CMakeLists.txt from the code sample? Or did you modified it (other than file names)
- What version of the compiler are you using ? (icpx --version and aocl version)
- What's your compilation target (FPGA_DEVICE)?
Thanks,
-Kevin