Should be simple enough; I literally want to send an int to the a SourceModule kernel declaration, where the C function
__global__......(int value,.....)
with the value being declared and called...
value = 256
...
...
func(value,...)
But I'm getting a variety of errors from pycuda that I'm using the wrong type.