public class CUjit_fallback
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
CU_PREFER_BINARY
Prefer to fall back to compatible binary code if
exact binary match not found
|
static int |
CU_PREFER_PTX
Prefer to compile ptx if exact binary match not found
|
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
stringFor(int n)
Returns the String identifying the given CUjit_fallback
|
public static final int CU_PREFER_PTX
public static final int CU_PREFER_BINARY