|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjcuda.driver.CUjitInputType
public class CUjitInputType
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 |
|---|
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
| Method Detail |
|---|
public static java.lang.String stringFor(int n)
n - The CUjitInputType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||