C D F G J K L P R S T W

S

setBlockSize(int, int, int) - Method in class jcuda.utils.KernelLauncher
Set the block size (number of threads per block) for the function call.
setCompilerPath(String) - Static method in class jcuda.utils.KernelLauncher
Set the path to the NVCC compiler.
setDeviceNumber(int) - Static method in class jcuda.utils.KernelLauncher
Set the number (index) of the device which should be used by the KernelLauncher
setGridSize(int, int) - Method in class jcuda.utils.KernelLauncher
Set the grid size (number of blocks per grid) for the function call.
setGridSize(int, int, int) - Method in class jcuda.utils.KernelLauncher
Set the grid size (number of blocks per grid) for the function call.
setSharedMemSize(int) - Method in class jcuda.utils.KernelLauncher
Set the size of the shared memory for the function call.
setStream(CUstream) - Method in class jcuda.utils.KernelLauncher
Set the stream for the function call.
setup(dim3, dim3) - Method in class jcuda.utils.KernelLauncher
Set the given grid size and block size for this KernelLauncher.
setup(dim3, dim3, int) - Method in class jcuda.utils.KernelLauncher
Set the given grid size and block size and shared memory size for this KernelLauncher.
setup(dim3, dim3, int, CUstream) - Method in class jcuda.utils.KernelLauncher
Set the given grid size and block size, shared memory size and stream for this KernelLauncher.
setVerbose(boolean) - Static method in class jcuda.utils.Compare
Set the flag which indicates whether the output will be verbose and printing information about the differences between the arrays that are compared.
startTimer(Object) - Static method in class jcuda.utils.Timer
Start the timer with the given name
stopTimer(Object) - Static method in class jcuda.utils.Timer
Stop the timer with the given name

C D F G J K L P R S T W