Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
11 years ago

Static variable error

hey I have a error when I write the static variable in kernel function. Here is a simple example. " void funA() { static int b = 0; } void kernel fun(__global int *a) { ...