|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjcuda.driver.CUjit_fallback
public class CUjit_fallback
Cubin matching fallback strategies.
Most comments are taken from the CUDA reference manual.
JCudaDriver.cuModuleLoadDataEx(jcuda.driver.CUmodule, jcuda.Pointer, int, int[], jcuda.Pointer)
Field Summary | |
---|---|
static int |
CU_PREFER_BINARY
Prefer to fall back to compatible binary code |
static int |
CU_PREFER_PTX
Prefer to compile ptx |
Method Summary | |
---|---|
static java.lang.String |
stringFor(int n)
Returns the String identifying the given CUjit_fallback |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int CU_PREFER_PTX
public static final int CU_PREFER_BINARY
Method Detail |
---|
public static java.lang.String stringFor(int n)
n
- The CUjit_fallback
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |