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.

204 Module Documentation3.30.3.8 enum CUfilter_mode_enumTexture reference filtering modesEnumerator:CU_TR_FILTER_MODE_POINT Point filter mode.CU_TR_FILTER_MODE_LINEAR Linear filter mode.3.30.3.9 enum CUfunction_attribute_enumFunction propertiesEnumerator:CU_FUNC_ATTRIBUTE_MAX_THREADS_PER_BLOCK The number of threads beyond which a launch ofthe function would fail. This number depends on both the function and the device on which the function iscurrently loaded.CU_FUNC_ATTRIBUTE_SHARED_SIZE_BYTES The size in bytes of statically-allocated shared memoryrequired by this function. This does not include dynamically-allocated shared memory requested by the userat runtime.CU_FUNC_ATTRIBUTE_CONST_SIZE_BYTES The size in bytes of user-allocated constant memory requiredby this function.CU_FUNC_ATTRIBUTE_LOCAL_SIZE_BYTES The size in bytes of thread local memory used by this function.CU_FUNC_ATTRIBUTE_NUM_REGSThe number of registers used by each thread of this function.3.30.3.10 enum CUjit_fallback_enumCubin matching fallback strategiesEnumerator:CU_PREFER_PTX Prefer to compile ptxCU_PREFER_BINARY Prefer to fall back to compatible binary code3.30.3.11 enum CUjit_option_enumOnline compiler optionsEnumerator:CU_JIT_MAX_REGISTERS Max number of registers that a thread may use.CU_JIT_THREADS_PER_BLOCK IN: Specifies minimum number of threads per block to target compilationforOUT: Returns the number of threads the compiler actually targeted. This restricts the resource utilizationfo the compiler (e.g. max registers) such that a block with the given number of threads should be able tolaunch based on register limitations. Note, this option does not currently take into account any other resourcelimitations, such as shared memory utilization.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!