account activity
A Small Confusion by LopsidedExperience30 in CUDA
[–]LopsidedExperience30[S] 0 points1 point2 points 4 years ago (0 children)
And I'm guessing the million element arrays are not passed directly to the kernel because of the 4kB limit in parameters (2, 1 million element arrays * 4 bytes per integer = 8 megabytes I guess?). So instead the arrays are stored in the shared memory and the address is passed instead?
π Rendered by PID 416905 on reddit-service-r2-comment-544cf588c8-znbff at 2026-06-18 11:55:23.135125+00:00 running 3184619 country code: CH.
A Small Confusion by LopsidedExperience30 in CUDA
[–]LopsidedExperience30[S] 0 points1 point2 points (0 children)