public class CUjitInputType extends Object
| Modifier and Type | Field and Description | 
|---|---|
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  | 
| Modifier and Type | Method and Description | 
|---|---|
static String | 
stringFor(int n)
Returns the String identifying the given CUjitInputType 
 | 
public static final int CU_JIT_INPUT_CUBIN
public static final int CU_JIT_INPUT_PTX
public static final int CU_JIT_INPUT_FATBINARY
public static final int CU_JIT_INPUT_OBJECT
public static final int CU_JIT_INPUT_LIBRARY
public static String stringFor(int n)
n - The CUjitInputTypeCopyright © 2020. All rights reserved.