Forum Discussion

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

Getting segmentation fault if Kernelinput gets bigger

Hello , I have following OpenCL-host code, this code convolves the inputsignal with the mask int main() { //inits context and program init_opencl(); soc_convolution(500,500); ...