zjinf
Occasional Contributor
6 years agoSeems that aocl (openCL ) can't recognize "__prefetching_load" attribute in aocl 19.2??
Hi inteler
Environment: centos 7.5
aocl verison: 19.2.0.57
1 error: implicit declaration of function '__prefetching_load' is invalid in OpenCL
2 probe_buf[b].vector[s].data[i] = __prefetching_load(&probe[p robe_in_addr++]);
from the error hint, it seems that the openCL can't recognize "__prefetching_load" , but it shows on "Intel FPGA SDK for openCL pro edition best practices guide 19.2", it can found similar usage! Dose it need any other compile command???