You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Could someone explain to me the impact of kernel_radius value in convolution separable code when working with larger input size (eg: Image Width x Height = 12800 x 12800)? I don't see any variation even when setting the value to KERNEL_RADIUS=8 or setting it to KERNEL_RADIUS=1 in this case.
Here is the output for the above image size with Kernel_radius = 8
Image Width x Height = 12800 x 12800
Allocating and initializing host arrays...
Allocating and initializing CUDA arrays...
Running GPU convolution (16 identical iterations)...
convolutionSeparable, Throughput = 21993.2377 MPixels/sec, **Time = 0.00745 s**, Size = 163840000 Pixels, NumDevsUsed = 1, Workgroup = 0
when kernel_radius = 1
Image Width x Height = 12800 x 12800
Allocating and initializing host arrays...
Allocating and initializing CUDA arrays...
Running GPU convolution (16 identical iterations)...
convolutionSeparable, Throughput = 21968.3556 MPixels/sec, **Time = 0.00746 s**, Size = 163840000 Pixels, NumDevsUsed = 1, Workgroup = 0
Is there any specific reason why it is not getting affected?
Also, it would be great if someone could tell me how to choose the kernel size (or any other parameter which needs to be set apart from it) while performing convolution separable on a larger input size.
Thanks,
Vidya.
The text was updated successfully, but these errors were encountered:
Could someone explain to me the impact of kernel_radius value in convolution separable code when working with larger input size (eg: Image Width x Height = 12800 x 12800)? I don't see any variation even when setting the value to KERNEL_RADIUS=8 or setting it to KERNEL_RADIUS=1 in this case.
Here is the output for the above image size with Kernel_radius = 8
when kernel_radius = 1
Is there any specific reason why it is not getting affected?
Also, it would be great if someone could tell me how to choose the kernel size (or any other parameter which needs to be set apart from it) while performing convolution separable on a larger input size.
Thanks,
Vidya.
The text was updated successfully, but these errors were encountered: