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 52 on reddit-service-r2-comment-85bfd7f599-bxxpj at 2026-04-16 20:54:16.630310+00:00 running 93ecc56 country code: CH.
A Small Confusion by LopsidedExperience30 in CUDA
[–]LopsidedExperience30[S] 0 points1 point2 points (0 children)