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.

92 Module DocumentationEnumerator:cudaChannelFormatKindSigned Signed channel format.cudaChannelFormatKindUnsigned Unsigned channel format.cudaChannelFormatKindFloat Float channel format.cudaChannelFormatKindNone No channel format.3.15.2.2 enum cudaComputeMode<strong>CUDA</strong> device compute modesEnumerator:cudaComputeModeDefault Default compute mode (Multiple threads can use cudaSetDevice() with this device).cudaComputeModeExclusive Compute-exclusive mode (Only one thread will be able to use cudaSetDevice()with this device).cudaComputeModeProhibited Compute-prohibited mode (No threads can use cudaSetDevice() with this device).3.15.2.3 enum cudaError<strong>CUDA</strong> error typesEnumerator:cudaSuccess No errors.cudaErrorMissingConfiguration Missing configuration error.cudaErrorMemoryAllocation Memory allocation error.cudaErrorInitializationError Initialization error.cudaErrorLaunchFailure Launch failure.cudaErrorPriorLaunchFailure Prior launch failure.cudaErrorLaunchTimeout Launch timeout error.cudaErrorLaunchOutOfResources Launch out of resources error.cudaErrorInvalidDeviceFunction Invalid device function.cudaErrorInvalidConfiguration Invalid configuration.cudaErrorInvalidDevice Invalid device.cudaErrorInvalidValue Invalid value.cudaErrorInvalidPitchValue Invalid pitch value.cudaErrorInvalidSymbol Invalid symbol.cudaErrorMapBufferObjectFailed Map buffer object failed.cudaErrorUnmapBufferObjectFailed Unmap buffer object failed.cudaErrorInvalidHostPointer Invalid host pointer.cudaErrorInvalidDevicePointer Invalid device pointer.cudaErrorInvalidTexture Invalid texture.cudaErrorInvalidTextureBinding Invalid texture binding.Generated 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!