public enum CudaJitTarget extends java.lang.Enum<CudaJitTarget>
CudaJitTarget
identifies the target compute device class
for linking and loading modules.Enum Constant and Description |
---|
Compute10
Compute device class 1.0.
|
Compute11
Compute device class 1.1.
|
Compute12
Compute device class 1.2.
|
Compute13
Compute device class 1.3.
|
Compute20
Compute device class 2.0.
|
Compute21
Compute device class 2.1.
|
Compute30
Compute device class 3.0.
|
Compute35
Compute device class 3.5.
|
Modifier and Type | Method and Description |
---|---|
static CudaJitTarget |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CudaJitTarget[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CudaJitTarget Compute10
public static final CudaJitTarget Compute11
public static final CudaJitTarget Compute12
public static final CudaJitTarget Compute13
public static final CudaJitTarget Compute20
public static final CudaJitTarget Compute21
public static final CudaJitTarget Compute30
public static final CudaJitTarget Compute35
public static CudaJitTarget[] values()
for (CudaJitTarget c : CudaJitTarget.values()) System.out.println(c);
public static CudaJitTarget valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullEclipse OpenJ9 website.
To raise a bug report or suggest an improvement create an Eclipse OpenJ9 issue.
Copyright © 2013, 2025 IBM Corp. and others.