NIAN1
New Contributor
3 years agoToo many events in OpenCl host program on intel fpga
Hi,
When I run my opencl program on x86,there was nothing happened.But when I run the same opencl code in intel FPGA host,the program will prompt me ([Runtime Warning]: Too many 'event' objects in ...
- 3 years ago
Hi @NIAN1,
Thank you for the patients, the device codes can be ignore as they are not related to host program.
Based on the main function provided, suspecting there are too many enqueue which might potentially caused some issues.
Hence would suggest to try to compile and execute by removing some of those unnecessary code section to figure out the culprit.
Hope that clarify.
Best Wishes
BB