jcuda.driver
Class CUjitInputType

java.lang.Object
  extended by jcuda.driver.CUjitInputType

public class CUjitInputType
extends java.lang.Object

Device code formats


Field Summary
static int CU_JIT_INPUT_CUBIN
          Compiled device-class-specific device code
Applicable options: none
static int CU_JIT_INPUT_FATBINARY
          Bundle of multiple cubins and/or PTX of some device code
Applicable options: PTX compiler options, ::CU_JIT_FALLBACK_STRATEGY
static int CU_JIT_INPUT_LIBRARY
          Archive of host objects with embedded device code
Applicable options: PTX compiler options, ::CU_JIT_FALLBACK_STRATEGY
static int CU_JIT_INPUT_OBJECT
          Host object with embedded device code
Applicable options: PTX compiler options, ::CU_JIT_FALLBACK_STRATEGY
static int CU_JIT_INPUT_PTX
          PTX source code
Applicable options: PTX compiler options
 
Method Summary
static java.lang.String stringFor(int n)
          Returns the String identifying the given CUjitInputType
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CU_JIT_INPUT_CUBIN

public static final int CU_JIT_INPUT_CUBIN
Compiled device-class-specific device code
Applicable options: none

See Also:
Constant Field Values

CU_JIT_INPUT_PTX

public static final int CU_JIT_INPUT_PTX
PTX source code
Applicable options: PTX compiler options

See Also:
Constant Field Values

CU_JIT_INPUT_FATBINARY

public static final int CU_JIT_INPUT_FATBINARY
Bundle of multiple cubins and/or PTX of some device code
Applicable options: PTX compiler options, ::CU_JIT_FALLBACK_STRATEGY

See Also:
Constant Field Values

CU_JIT_INPUT_OBJECT

public static final int CU_JIT_INPUT_OBJECT
Host object with embedded device code
Applicable options: PTX compiler options, ::CU_JIT_FALLBACK_STRATEGY

See Also:
Constant Field Values

CU_JIT_INPUT_LIBRARY

public static final int CU_JIT_INPUT_LIBRARY
Archive of host objects with embedded device code
Applicable options: PTX compiler options, ::CU_JIT_FALLBACK_STRATEGY

See Also:
Constant Field Values
Method Detail

stringFor

public static java.lang.String stringFor(int n)
Returns the String identifying the given CUjitInputType

Parameters:
n - The CUjitInputType
Returns:
The String identifying the given CUjitInputType