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.

3.30 Data types used by <strong>CUDA</strong> driver 2013.30.2.15 typedef enum CUmemorytype_enum CUmemorytypeMemory types3.30.2.16 typedef enum cudaError_enum CUresultError codes3.30.3 Enumeration Type Documentation3.30.3.1 enum CUaddress_mode_enumTexture reference addressing modesEnumerator:CU_TR_ADDRESS_MODE_WRAP Wrapping address mode.CU_TR_ADDRESS_MODE_CLAMP Clamp to edge address mode.CU_TR_ADDRESS_MODE_MIRROR Mirror address mode.3.30.3.2 enum CUarray_format_enumArray formatsEnumerator:CU_AD_FORMAT_UNSIGNED_INT8 Unsigned 8-bit integers.CU_AD_FORMAT_UNSIGNED_INT16 Unsigned 16-bit integers.CU_AD_FORMAT_UNSIGNED_INT32 Unsigned 32-bit integers.CU_AD_FORMAT_SIGNED_INT8 Signed 8-bit integers.CU_AD_FORMAT_SIGNED_INT16 Signed 16-bit integers.CU_AD_FORMAT_SIGNED_INT32 Signed 32-bit integers.CU_AD_FORMAT_HALF 16-bit floating pointCU_AD_FORMAT_FLOAT 32-bit floating point3.30.3.3 enum CUcomputemode_enumCompute ModesEnumerator:CU_COMPUTEMODE_DEFAULT Default compute mode (Multiple contexts allowed per device).CU_COMPUTEMODE_EXCLUSIVE Compute-exclusive mode (Only one context can be present on this deviceat a time).CU_COMPUTEMODE_PROHIBITED Compute-prohibited mode (No contexts can be created on this deviceat this time).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!