Forum Discussion
Altera_Forum
Honored Contributor
8 years ago --- Quote Start --- I'm confused. "begin" as the work-item number is not used anywhere in the code. Is that a typo? Should it be: int iIndx = get_global_id(0); replacing the for loop? --- Quote End --- yes originally it was like that. I was trying to figure out what was causing all the trouble and change back to single for loop, that's why it looks like typo. I experimented more (each modify takes one hour to compile...) and get rid off get_global_id(0) and it sill have that latency... Let me do more test and figure what the hell is going on...