Forum Discussion
Altera_Forum
Honored Contributor
8 years agoApparently that kernel does run if make sequential. As soon as I run it as a parallel execution it fails. Yes I have made changes in the code for each type of execution.
So what I am thinking is a race condition when writing to the same array. Is that correct/possible? I am trying to use atomic functions to see if I can solve this problem but when I compile I get "note: candidate function has been explicitly made unavailable". What does it mean? I am using double variables in my code. Thanks