12.07.2015 Views

NVIDIA CUDA

NVIDIA CUDA

NVIDIA CUDA

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

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

3.30 Data types used by <strong>CUDA</strong> driver 205CU_JIT_WALL_TIME Returns a float value in the option of the wall clock time, in milliseconds, spent creatingthe cubinCU_JIT_INFO_LOG_BUFFER Pointer to a buffer in which to print any log messsages from PTXAS that areinformational in natureCU_JIT_INFO_LOG_BUFFER_SIZE_BYTES IN: Log buffer size in bytes. Log messages will be capped atthis size (including null terminator)OUT: Amount of log buffer filled with messagesCU_JIT_ERROR_LOG_BUFFER Pointer to a buffer in which to print any log messages from PTXAS thatreflect errorsCU_JIT_ERROR_LOG_BUFFER_SIZE_BYTES IN: Log buffer size in bytes. Log messages will be cappedat this size (including null terminator)OUT: Amount of log buffer filled with messagesCU_JIT_OPTIMIZATION_LEVEL Level of optimizations to apply to generated code (0 - 4), with 4 being thedefault and highest level of optimizations.CU_JIT_TARGET_FROM_CUCONTEXT No option value required. Determines the target based on the currentattached context (default)CU_JIT_TARGET Target is chosen based on supplied CUjit_target_enum.CU_JIT_FALLBACK_STRATEGY Specifies choice of fallback strategy if matching cubin is not found. Choiceis based on supplied CUjit_fallback_enum.3.30.3.12 enum CUjit_target_enumOnline compilation targetsEnumerator:CU_TARGET_COMPUTE_10 Compute device class 1.0.CU_TARGET_COMPUTE_11 Compute device class 1.1.CU_TARGET_COMPUTE_12 Compute device class 1.2.CU_TARGET_COMPUTE_13 Compute device class 1.3.3.30.3.13 enum CUmemorytype_enumMemory typesEnumerator:CU_MEMORYTYPE_HOST Host memory.CU_MEMORYTYPE_DEVICE Device memory.CU_MEMORYTYPE_ARRAY Array memory.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!