Forum Discussion
Altera_Forum
Honored Contributor
11 years agoThe 'f' function performs a simple binarization, with a few extra conditions around it.
It turns out the warning was due to a test on the "gx" variable I use for the work-items IDs, that is not included in the code I posted. I had this at the top of the kernel :if(gx < startID)
return; After I managed to get rid of that test, the warning was gone too... However, you are right in that I don't use the latest build (aoc --version gave me build 162) ! Time to update :) and check if the llvm error still occurs. Thanks for your reply.