Hello,
I’m using the driver API to set the parameters for my kernel call via cuParamSetf and cuParamSeti.
What is necessary to pass more than these two datatypes to a method. Lets say bool or unsigned short, double or long?
Do I have to set these parameters via cuParamSetv, or is there an easier way for simple integral scalar values?
Thanks
Martin