12.07.2015 Views

NVIDIA CUDA

NVIDIA CUDA

NVIDIA CUDA

SHOW MORE
SHOW LESS
  • No tags were found...

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

124 Module DocumentationParameters:func - Kernel to add parameter tooffset - Offset to add parameter to argument listvalue - Value of parameterReturns:Note:<strong>CUDA</strong>_SUCCESS, <strong>CUDA</strong>_ERROR_DEINITIALIZED, <strong>CUDA</strong>_ERROR_NOT_INITIALIZED, <strong>CUDA</strong>_-ERROR_INVALID_CONTEXT, <strong>CUDA</strong>_ERROR_INVALID_VALUESee also:Note that this function may also return error codes from previous, asynchronous launches.cuFuncSetBlockShape, cuFuncSetSharedSize, cuFuncGetAttribute, cuParamSetSize, cuParamSeti, cuParamSetv,cuParamSetTexRef, cuLaunch, cuLaunchGrid, cuLaunchGridAsync3.24.2.8 CUresult cuParamSeti (CUfunction func, int offset, unsigned int value)Sets an integer parameter that will be specified the next time the kernel corresponding to func will be invoked.offset is a byte offset.Parameters:func - Kernel to add parameter tooffset - Offset to add parameter to argument listvalue - Value of parameterReturns:Note:<strong>CUDA</strong>_SUCCESS, <strong>CUDA</strong>_ERROR_DEINITIALIZED, <strong>CUDA</strong>_ERROR_NOT_INITIALIZED, <strong>CUDA</strong>_-ERROR_INVALID_CONTEXT, <strong>CUDA</strong>_ERROR_INVALID_VALUESee also:Note that this function may also return error codes from previous, asynchronous launches.cuFuncSetBlockShape, cuFuncSetSharedSize, cuFuncGetAttribute, cuParamSetSize, cuParamSetf, cuParamSetv,cuParamSetTexRef, cuLaunch, cuLaunchGrid, cuLaunchGridAsync3.24.2.9 CUresult cuParamSetSize (CUfunction func, unsigned int numbytes)Sets through numbytes the total size in bytes needed by the function parameters of the kernel corresponding tofunc.Parameters:func - Kernel to set parameter size fornumbytes - Size of parameter list in bytesGenerated on Wed Apr 1 16:11:42 2009 for <strong>NVIDIA</strong> <strong>CUDA</strong> Library by Doxygen

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!