public final class CUDADevice
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
int |
getDeviceID()
Returns the device ID of this CUDA device.
|
int |
getDoubleThreshold()
Returns the minimum size of a double array that will be sorted using
this CUDA device if enabled.
|
int |
getFloatThreshold()
Returns the minimum size of a float array that will be sorted using
this CUDA device if enabled.
|
int |
getIntThreshold()
Returns the minimum size of an int array that will be sorted using
this CUDA device if enabled.
|
int |
getLongThreshold()
Returns the minimum size of a long array that will be sorted using
this CUDA device if enabled.
|
java.lang.String |
toString()
Answers a string containing a concise, human-readable
description of the receiver.
|
public int getDeviceID()
public int getDoubleThreshold()
public int getFloatThreshold()
public int getIntThreshold()
public int getLongThreshold()
public java.lang.String toString()
toString
in class java.lang.Object
Eclipse OpenJ9 website.
To raise a bug report or suggest an improvement create an Eclipse OpenJ9 issue.
Copyright © 2014, 2023 IBM Corp. and others.