I was trying to figure out what the maximum size of arguments you can pass to a CUDA kernel is, and I found this thread from 2010: https://devtalk.nvidia.com/default/topic/458705/is-there-any-limit-on-of-arguments-in-cuda-kernel-/
I was wondering, has the 256 byte limit increased since then? I’d love to be able to pass more in. Thanks!
Also, I’m on a Titan X (Pascal) if that matters.