Segmentation faults on increasing input size - CUDA ...
Below is a code snippet that computes the maxpool2D. Input is of the form HXWXC. Each channel is passed separately to the maxpool kernel. When the input size is 768x768x3, there is no segmentation fault. But 768x768x4 gives a seg fault. There are no issues with smaller input sizes. Can somebody tell me what the issue could be? #include
