Forum Discussion
Altera_Forum
Honored Contributor
12 years agoIf by global you mean file scope variables the answer is yes but there would be no syncronization between the kernels accessing that shared data. If the kernels operate sequentially then there would be no properly but if they operate concurrently then you run the risk of a data hazard.
I could write more but if you described what you are trying to achieve I can probably describe a safer method to share data amungst kernels.