blob: e1ba3eddf0c5065cdc5f54cd4e6f6036b076d8cc [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_262-internal) on Thu Jun 04 16:39:29 GMT 2020 -->
<title>Index (OpenJ9 GPU Classes)</title>
<meta name="date" content="2020-06-04">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Index (OpenJ9 GPU Classes)";
}
}
catch(err) {
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="com/ibm/gpu/package-summary.html">Package</a></li>
<li>Class</li>
<li>Use</li>
<li><a href="com/ibm/gpu/package-tree.html">Tree</a></li>
<li><a href="deprecated-list.html">Deprecated</a></li>
<li class="navBarCell1Rev">Index</li>
<li><a href="help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage"><strong>OpenJ9 GPU Classes</strong></div>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="index.html?index-all.html" target="_top">Frames</a></li>
<li><a href="index-all.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="allclasses-noframe.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="contentContainer"><a href="#I:A">A</a>&nbsp;<a href="#I:C">C</a>&nbsp;<a href="#I:G">G</a>&nbsp;<a href="#I:H">H</a>&nbsp;<a href="#I:I">I</a>&nbsp;<a href="#I:M">M</a>&nbsp;<a href="#I:P">P</a>&nbsp;<a href="#I:R">R</a>&nbsp;<a href="#I:S">S</a>&nbsp;<a href="#I:T">T</a>&nbsp;<a href="#I:V">V</a>&nbsp;<a name="I:A">
<!-- -->
</a>
<h2 class="title">A</h2>
<dl>
<dt><span class="memberNameLink"><a href="com/ibm/gpu/CUDAManager.html#acquireFreeDevice--">acquireFreeDevice()</a></span> - Method in class com.ibm.gpu.<a href="com/ibm/gpu/CUDAManager.html" title="class in com.ibm.gpu">CUDAManager</a></dt>
<dd>
<div class="block">Look for the next free device and mark it as busy.</div>
</dd>
</dl>
<a name="I:C">
<!-- -->
</a>
<h2 class="title">C</h2>
<dl>
<dt><a href="com/ibm/gpu/package-summary.html">com.ibm.gpu</a> - package com.ibm.gpu</dt>
<dd>
<div class="block">com.ibm.gpu allows the user to perform certain operations using any connected CUDA capable GPU</div>
</dd>
<dt><a href="com/ibm/gpu/CUDADevice.html" title="class in com.ibm.gpu"><span class="typeNameLink">CUDADevice</span></a> - Class in <a href="com/ibm/gpu/package-summary.html">com.ibm.gpu</a></dt>
<dd>
<div class="block">Representation of a real, connected CUDA device.</div>
</dd>
<dt><a href="com/ibm/gpu/CUDAManager.html" title="class in com.ibm.gpu"><span class="typeNameLink">CUDAManager</span></a> - Class in <a href="com/ibm/gpu/package-summary.html">com.ibm.gpu</a></dt>
<dd>
<div class="block">This class contains information important to IBM GPU enabled functions.</div>
</dd>
</dl>
<a name="I:G">
<!-- -->
</a>
<h2 class="title">G</h2>
<dl>
<dt><span class="memberNameLink"><a href="com/ibm/gpu/CUDAManager.html#getCUDADevices--">getCUDADevices()</a></span> - Method in class com.ibm.gpu.<a href="com/ibm/gpu/CUDAManager.html" title="class in com.ibm.gpu">CUDAManager</a></dt>
<dd>
<div class="block">Use this method to obtain a reference to an ArrayList containing
references to all discovered CUDA devices.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/ibm/gpu/CUDAManager.html#getDefaultDevice--">getDefaultDevice()</a></span> - Method in class com.ibm.gpu.<a href="com/ibm/gpu/CUDAManager.html" title="class in com.ibm.gpu">CUDAManager</a></dt>
<dd>
<div class="block">Gets the ID of the default device, set to 0 by default.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/ibm/gpu/CUDAManager.html#getDevice-int-">getDevice(int)</a></span> - Method in class com.ibm.gpu.<a href="com/ibm/gpu/CUDAManager.html" title="class in com.ibm.gpu">CUDAManager</a></dt>
<dd>
<div class="block">Get a reference to the CUDA device by means of its index (with 0 being the first).</div>
</dd>
<dt><span class="memberNameLink"><a href="com/ibm/gpu/CUDAManager.html#getDeviceCount--">getDeviceCount()</a></span> - Method in class com.ibm.gpu.<a href="com/ibm/gpu/CUDAManager.html" title="class in com.ibm.gpu">CUDAManager</a></dt>
<dd>
<div class="block">Identifies the number of available CUDA devices.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/ibm/gpu/CUDADevice.html#getDeviceID--">getDeviceID()</a></span> - Method in class com.ibm.gpu.<a href="com/ibm/gpu/CUDADevice.html" title="class in com.ibm.gpu">CUDADevice</a></dt>
<dd>
<div class="block">Returns the device ID of this CUDA device.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/ibm/gpu/CUDAManager.html#getDeviceWithMostAvailableMemory--">getDeviceWithMostAvailableMemory()</a></span> - Method in class com.ibm.gpu.<a href="com/ibm/gpu/CUDAManager.html" title="class in com.ibm.gpu">CUDAManager</a></dt>
<dd>
<div class="block">Identifies the CUDA device that has the most memory available.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/ibm/gpu/CUDADevice.html#getDoubleThreshold--">getDoubleThreshold()</a></span> - Method in class com.ibm.gpu.<a href="com/ibm/gpu/CUDADevice.html" title="class in com.ibm.gpu">CUDADevice</a></dt>
<dd>
<div class="block">Returns the minimum size of a double array that will be sorted using
this CUDA device if enabled.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/ibm/gpu/CUDAManager.html#getDoubleThreshold--">getDoubleThreshold()</a></span> - Method in class com.ibm.gpu.<a href="com/ibm/gpu/CUDAManager.html" title="class in com.ibm.gpu">CUDAManager</a></dt>
<dd>
<div class="block">Gets the minimum length of a double array that will be
sorted using a GPU if enabled.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/ibm/gpu/CUDAManager.html#getEnabledCUDADevices--">getEnabledCUDADevices()</a></span> - Method in class com.ibm.gpu.<a href="com/ibm/gpu/CUDAManager.html" title="class in com.ibm.gpu">CUDAManager</a></dt>
<dd>
<div class="block">Use this method to return an array of enabled CUDA devices.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/ibm/gpu/CUDADevice.html#getFloatThreshold--">getFloatThreshold()</a></span> - Method in class com.ibm.gpu.<a href="com/ibm/gpu/CUDADevice.html" title="class in com.ibm.gpu">CUDADevice</a></dt>
<dd>
<div class="block">Returns the minimum size of a float array that will be sorted using
this CUDA device if enabled.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/ibm/gpu/CUDAManager.html#getFloatThreshold--">getFloatThreshold()</a></span> - Method in class com.ibm.gpu.<a href="com/ibm/gpu/CUDAManager.html" title="class in com.ibm.gpu">CUDAManager</a></dt>
<dd>
<div class="block">Gets the minimum length of a float array that will be
sorted using a GPU if enabled.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/ibm/gpu/CUDAManager.html#getFreeMemoryForDevice-int-">getFreeMemoryForDevice(int)</a></span> - Method in class com.ibm.gpu.<a href="com/ibm/gpu/CUDAManager.html" title="class in com.ibm.gpu">CUDAManager</a></dt>
<dd>
<div class="block">Get the amount of free memory (in bytes) available for the provided CUDA device.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/ibm/gpu/CUDAManager.html#getInstance--">getInstance()</a></span> - Static method in class com.ibm.gpu.<a href="com/ibm/gpu/CUDAManager.html" title="class in com.ibm.gpu">CUDAManager</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Use <code>instance()</code> instead.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="com/ibm/gpu/CUDADevice.html#getIntThreshold--">getIntThreshold()</a></span> - Method in class com.ibm.gpu.<a href="com/ibm/gpu/CUDADevice.html" title="class in com.ibm.gpu">CUDADevice</a></dt>
<dd>
<div class="block">Returns the minimum size of an int array that will be sorted using
this CUDA device if enabled.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/ibm/gpu/CUDAManager.html#getIntThreshold--">getIntThreshold()</a></span> - Method in class com.ibm.gpu.<a href="com/ibm/gpu/CUDAManager.html" title="class in com.ibm.gpu">CUDAManager</a></dt>
<dd>
<div class="block">Gets the minimum length of an int array that will be
sorted using a GPU if enabled.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/ibm/gpu/CUDADevice.html#getLongThreshold--">getLongThreshold()</a></span> - Method in class com.ibm.gpu.<a href="com/ibm/gpu/CUDADevice.html" title="class in com.ibm.gpu">CUDADevice</a></dt>
<dd>
<div class="block">Returns the minimum size of a long array that will be sorted using
this CUDA device if enabled.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/ibm/gpu/CUDAManager.html#getLongThreshold--">getLongThreshold()</a></span> - Method in class com.ibm.gpu.<a href="com/ibm/gpu/CUDAManager.html" title="class in com.ibm.gpu">CUDAManager</a></dt>
<dd>
<div class="block">Gets the minimum length of a long array that will be
sorted using a GPU if enabled.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/ibm/gpu/CUDAManager.html#getNextAvailableDevice--">getNextAvailableDevice()</a></span> - Method in class com.ibm.gpu.<a href="com/ibm/gpu/CUDAManager.html" title="class in com.ibm.gpu">CUDAManager</a></dt>
<dd>
<div class="block">Returns the next CUDA device that is available to run calculations on.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/ibm/gpu/CUDAManager.html#getOutputHeader--">getOutputHeader()</a></span> - Static method in class com.ibm.gpu.<a href="com/ibm/gpu/CUDAManager.html" title="class in com.ibm.gpu">CUDAManager</a></dt>
<dd>
<div class="block">Get the header used to prefix all IBM GPU related output.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/ibm/gpu/CUDAManager.html#getVerboseGPUOutput--">getVerboseGPUOutput()</a></span> - Method in class com.ibm.gpu.<a href="com/ibm/gpu/CUDAManager.html" title="class in com.ibm.gpu">CUDAManager</a></dt>
<dd>
<div class="block">Get the value of the verboseGPUOutput flag.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/ibm/gpu/CUDAManager.html#getVersion--">getVersion()</a></span> - Static method in class com.ibm.gpu.<a href="com/ibm/gpu/CUDAManager.html" title="class in com.ibm.gpu">CUDAManager</a></dt>
<dd>
<div class="block">Get the version of this class.</div>
</dd>
<dt><a href="com/ibm/gpu/GPUConfigurationException.html" title="class in com.ibm.gpu"><span class="typeNameLink">GPUConfigurationException</span></a> - Exception in <a href="com/ibm/gpu/package-summary.html">com.ibm.gpu</a></dt>
<dd>
<div class="block">This exception is thrown when GPU operations fail due to configuration
or environment issues - for example, an invalid device has been specified
or we are running on an unsupported platform.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/ibm/gpu/GPUConfigurationException.html#GPUConfigurationException-java.lang.String-">GPUConfigurationException(String)</a></span> - Constructor for exception com.ibm.gpu.<a href="com/ibm/gpu/GPUConfigurationException.html" title="class in com.ibm.gpu">GPUConfigurationException</a></dt>
<dd>
<div class="block">Construct a new GPUConfigurationException with the provided message.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/ibm/gpu/GPUConfigurationException.html#GPUConfigurationException-java.lang.String-java.lang.Throwable-">GPUConfigurationException(String, Throwable)</a></span> - Constructor for exception com.ibm.gpu.<a href="com/ibm/gpu/GPUConfigurationException.html" title="class in com.ibm.gpu">GPUConfigurationException</a></dt>
<dd>
<div class="block">Construct a new GPUConfigurationException with the provided message
and cause.</div>
</dd>
<dt><a href="com/ibm/gpu/GPUPermission.html" title="class in com.ibm.gpu"><span class="typeNameLink">GPUPermission</span></a> - Class in <a href="com/ibm/gpu/package-summary.html">com.ibm.gpu</a></dt>
<dd>
<div class="block">This class defines GPU permissions as described in the table below.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/ibm/gpu/GPUPermission.html#GPUPermission-java.lang.String-">GPUPermission(String)</a></span> - Constructor for class com.ibm.gpu.<a href="com/ibm/gpu/GPUPermission.html" title="class in com.ibm.gpu">GPUPermission</a></dt>
<dd>
<div class="block">Create a representation of the named permissions.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/ibm/gpu/GPUPermission.html#GPUPermission-java.lang.String-java.lang.String-">GPUPermission(String, String)</a></span> - Constructor for class com.ibm.gpu.<a href="com/ibm/gpu/GPUPermission.html" title="class in com.ibm.gpu">GPUPermission</a></dt>
<dd>
<div class="block">Create a representation of the named permissions.</div>
</dd>
<dt><a href="com/ibm/gpu/GPUSortException.html" title="class in com.ibm.gpu"><span class="typeNameLink">GPUSortException</span></a> - Exception in <a href="com/ibm/gpu/package-summary.html">com.ibm.gpu</a></dt>
<dd>
<div class="block">This exception is thrown when there is an attempt to perform a sort on GPU and the sort operation fails.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/ibm/gpu/GPUSortException.html#GPUSortException-java.lang.String-">GPUSortException(String)</a></span> - Constructor for exception com.ibm.gpu.<a href="com/ibm/gpu/GPUSortException.html" title="class in com.ibm.gpu">GPUSortException</a></dt>
<dd>
<div class="block">Creates a new GPUSortException with a provided message.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/ibm/gpu/GPUSortException.html#GPUSortException-java.lang.String-java.lang.Throwable-">GPUSortException(String, Throwable)</a></span> - Constructor for exception com.ibm.gpu.<a href="com/ibm/gpu/GPUSortException.html" title="class in com.ibm.gpu">GPUSortException</a></dt>
<dd>
<div class="block">Creates a new GPUSortException with a provided message and cause.</div>
</dd>
</dl>
<a name="I:H">
<!-- -->
</a>
<h2 class="title">H</h2>
<dl>
<dt><span class="memberNameLink"><a href="com/ibm/gpu/CUDAManager.html#hasCUDASupport--">hasCUDASupport()</a></span> - Method in class com.ibm.gpu.<a href="com/ibm/gpu/CUDAManager.html" title="class in com.ibm.gpu">CUDAManager</a></dt>
<dd>
<div class="block">Use this method to identify if CUDA is supported on this machine and
within this environment: returns true if the number of CUDA devices
detected is greater than 0.</div>
</dd>
</dl>
<a name="I:I">
<!-- -->
</a>
<h2 class="title">I</h2>
<dl>
<dt><span class="memberNameLink"><a href="com/ibm/gpu/CUDAManager.html#instance--">instance()</a></span> - Static method in class com.ibm.gpu.<a href="com/ibm/gpu/CUDAManager.html" title="class in com.ibm.gpu">CUDAManager</a></dt>
<dd>
<div class="block">Return a CUDAManager instance.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/ibm/gpu/CUDAManager.html#isSortEnabledOnGPU--">isSortEnabledOnGPU()</a></span> - Method in class com.ibm.gpu.<a href="com/ibm/gpu/CUDAManager.html" title="class in com.ibm.gpu">CUDAManager</a></dt>
<dd>
<div class="block">This method provides a means to determine if sort is
enabled to be used by any available CUDA device.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/ibm/gpu/CUDAManager.html#isSortEnforcedOnGPU--">isSortEnforcedOnGPU()</a></span> - Method in class com.ibm.gpu.<a href="com/ibm/gpu/CUDAManager.html" title="class in com.ibm.gpu">CUDAManager</a></dt>
<dd>
<div class="block">This method provides a means to determine if sort is
forced to be used by any available CUDA device.</div>
</dd>
</dl>
<a name="I:M">
<!-- -->
</a>
<h2 class="title">M</h2>
<dl>
<dt><span class="memberNameLink"><a href="com/ibm/gpu/Version.html#main-java.lang.String:A-">main(String[])</a></span> - Static method in class com.ibm.gpu.<a href="com/ibm/gpu/Version.html" title="class in com.ibm.gpu">Version</a></dt>
<dd>
<div class="block">Prints the current level of ibmgpu to stdout.</div>
</dd>
<dt><a href="com/ibm/gpu/Maths.html" title="class in com.ibm.gpu"><span class="typeNameLink">Maths</span></a> - Class in <a href="com/ibm/gpu/package-summary.html">com.ibm.gpu</a></dt>
<dd>
<div class="block">This class is used to perform perform sorting operations of
primitive arrays of type int, long, float, double
on any connected CUDA GPU.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/ibm/gpu/Maths.html#Maths--">Maths()</a></span> - Constructor for class com.ibm.gpu.<a href="com/ibm/gpu/Maths.html" title="class in com.ibm.gpu">Maths</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="I:P">
<!-- -->
</a>
<h2 class="title">P</h2>
<dl>
<dt><span class="memberNameLink"><a href="com/ibm/gpu/CUDAManager.html#printAllDeviceInfo--">printAllDeviceInfo()</a></span> - Method in class com.ibm.gpu.<a href="com/ibm/gpu/CUDAManager.html" title="class in com.ibm.gpu">CUDAManager</a></dt>
<dd>
<div class="block">Print information for each detected CUDA device.</div>
</dd>
</dl>
<a name="I:R">
<!-- -->
</a>
<h2 class="title">R</h2>
<dl>
<dt><span class="memberNameLink"><a href="com/ibm/gpu/CUDAManager.html#releaseDevice-int-">releaseDevice(int)</a></span> - Method in class com.ibm.gpu.<a href="com/ibm/gpu/CUDAManager.html" title="class in com.ibm.gpu">CUDAManager</a></dt>
<dd>
<div class="block">Mark a device as being free; must be in a try finally block as we MUST
release the handle regardless of whether or not a sort was successful.</div>
</dd>
</dl>
<a name="I:S">
<!-- -->
</a>
<h2 class="title">S</h2>
<dl>
<dt><span class="memberNameLink"><a href="com/ibm/gpu/CUDAManager.html#setDefaultDevice-int-">setDefaultDevice(int)</a></span> - Method in class com.ibm.gpu.<a href="com/ibm/gpu/CUDAManager.html" title="class in com.ibm.gpu">CUDAManager</a></dt>
<dd>
<div class="block">Sets the default device to the given device ID.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/ibm/gpu/CUDAManager.html#setDevice-int-">setDevice(int)</a></span> - Method in class com.ibm.gpu.<a href="com/ibm/gpu/CUDAManager.html" title="class in com.ibm.gpu">CUDAManager</a></dt>
<dd>
<div class="block">Use this method to set the device to use for subsequent calls.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/ibm/gpu/CUDAManager.html#setVerboseGPU-boolean-">setVerboseGPU(boolean)</a></span> - Method in class com.ibm.gpu.<a href="com/ibm/gpu/CUDAManager.html" title="class in com.ibm.gpu">CUDAManager</a></dt>
<dd>
<div class="block">Set the value of the verboseGPUOutput flag.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/ibm/gpu/Maths.html#sortArray-double:A-">sortArray(double[])</a></span> - Static method in class com.ibm.gpu.<a href="com/ibm/gpu/Maths.html" title="class in com.ibm.gpu">Maths</a></dt>
<dd>
<div class="block">Sort the given array of doubles into ascending order, using the default CUDA device.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/ibm/gpu/Maths.html#sortArray-double:A-int-int-">sortArray(double[], int, int)</a></span> - Static method in class com.ibm.gpu.<a href="com/ibm/gpu/Maths.html" title="class in com.ibm.gpu">Maths</a></dt>
<dd>
<div class="block">Sort the specified range of the array of doubles into ascending order, using the default CUDA device.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/ibm/gpu/Maths.html#sortArray-float:A-">sortArray(float[])</a></span> - Static method in class com.ibm.gpu.<a href="com/ibm/gpu/Maths.html" title="class in com.ibm.gpu">Maths</a></dt>
<dd>
<div class="block">Sort the given array of floats into ascending order, using the default CUDA device.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/ibm/gpu/Maths.html#sortArray-float:A-int-int-">sortArray(float[], int, int)</a></span> - Static method in class com.ibm.gpu.<a href="com/ibm/gpu/Maths.html" title="class in com.ibm.gpu">Maths</a></dt>
<dd>
<div class="block">Sort the specified range of the array of floats into ascending order, using the default CUDA device.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/ibm/gpu/Maths.html#sortArray-int-double:A-">sortArray(int, double[])</a></span> - Static method in class com.ibm.gpu.<a href="com/ibm/gpu/Maths.html" title="class in com.ibm.gpu">Maths</a></dt>
<dd>
<div class="block">Sort the given array of doubles into ascending order, using the specified CUDA device.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/ibm/gpu/Maths.html#sortArray-int-double:A-int-int-">sortArray(int, double[], int, int)</a></span> - Static method in class com.ibm.gpu.<a href="com/ibm/gpu/Maths.html" title="class in com.ibm.gpu">Maths</a></dt>
<dd>
<div class="block">Sort the specified range of the array of doubles into ascending order, using the specified CUDA device.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/ibm/gpu/Maths.html#sortArray-int-float:A-">sortArray(int, float[])</a></span> - Static method in class com.ibm.gpu.<a href="com/ibm/gpu/Maths.html" title="class in com.ibm.gpu">Maths</a></dt>
<dd>
<div class="block">Sort the given array of floats into ascending order, using the specified CUDA device.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/ibm/gpu/Maths.html#sortArray-int-float:A-int-int-">sortArray(int, float[], int, int)</a></span> - Static method in class com.ibm.gpu.<a href="com/ibm/gpu/Maths.html" title="class in com.ibm.gpu">Maths</a></dt>
<dd>
<div class="block">Sort the specified range of the array of floats into ascending order, using the specified CUDA device.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/ibm/gpu/Maths.html#sortArray-int-int:A-">sortArray(int, int[])</a></span> - Static method in class com.ibm.gpu.<a href="com/ibm/gpu/Maths.html" title="class in com.ibm.gpu">Maths</a></dt>
<dd>
<div class="block">Sort the given array of integers into ascending order, using the specified CUDA device.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/ibm/gpu/Maths.html#sortArray-int-int:A-int-int-">sortArray(int, int[], int, int)</a></span> - Static method in class com.ibm.gpu.<a href="com/ibm/gpu/Maths.html" title="class in com.ibm.gpu">Maths</a></dt>
<dd>
<div class="block">Sort the specified range of the array of integers into ascending order, using the specified CUDA device.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/ibm/gpu/Maths.html#sortArray-int-long:A-">sortArray(int, long[])</a></span> - Static method in class com.ibm.gpu.<a href="com/ibm/gpu/Maths.html" title="class in com.ibm.gpu">Maths</a></dt>
<dd>
<div class="block">Sort the given array of longs into ascending order, using the specified CUDA device.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/ibm/gpu/Maths.html#sortArray-int-long:A-int-int-">sortArray(int, long[], int, int)</a></span> - Static method in class com.ibm.gpu.<a href="com/ibm/gpu/Maths.html" title="class in com.ibm.gpu">Maths</a></dt>
<dd>
<div class="block">Sort the specified range of the array of longs into ascending order, using the specified CUDA device.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/ibm/gpu/Maths.html#sortArray-int:A-">sortArray(int[])</a></span> - Static method in class com.ibm.gpu.<a href="com/ibm/gpu/Maths.html" title="class in com.ibm.gpu">Maths</a></dt>
<dd>
<div class="block">Sort the given array of integers into ascending order, using the default CUDA device.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/ibm/gpu/Maths.html#sortArray-int:A-int-int-">sortArray(int[], int, int)</a></span> - Static method in class com.ibm.gpu.<a href="com/ibm/gpu/Maths.html" title="class in com.ibm.gpu">Maths</a></dt>
<dd>
<div class="block">Sort the specified range of the array of integers into ascending order, using the default CUDA device.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/ibm/gpu/Maths.html#sortArray-long:A-">sortArray(long[])</a></span> - Static method in class com.ibm.gpu.<a href="com/ibm/gpu/Maths.html" title="class in com.ibm.gpu">Maths</a></dt>
<dd>
<div class="block">Sort the given array of longs into ascending order, using the default CUDA device.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/ibm/gpu/Maths.html#sortArray-long:A-int-int-">sortArray(long[], int, int)</a></span> - Static method in class com.ibm.gpu.<a href="com/ibm/gpu/Maths.html" title="class in com.ibm.gpu">Maths</a></dt>
<dd>
<div class="block">Sort the specified range of the array of longs into ascending order, using the default CUDA device.</div>
</dd>
</dl>
<a name="I:T">
<!-- -->
</a>
<h2 class="title">T</h2>
<dl>
<dt><span class="memberNameLink"><a href="com/ibm/gpu/CUDAManager.html#tearDown--">tearDown()</a></span> - Static method in class com.ibm.gpu.<a href="com/ibm/gpu/CUDAManager.html" title="class in com.ibm.gpu">CUDAManager</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">This method has no effect; it will be removed in a future version.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="com/ibm/gpu/CUDADevice.html#toString--">toString()</a></span> - Method in class com.ibm.gpu.<a href="com/ibm/gpu/CUDADevice.html" title="class in com.ibm.gpu">CUDADevice</a></dt>
<dd>
<div class="block">Answers a string containing a concise, human-readable
description of the receiver.</div>
</dd>
</dl>
<a name="I:V">
<!-- -->
</a>
<h2 class="title">V</h2>
<dl>
<dt><a href="com/ibm/gpu/Version.html" title="class in com.ibm.gpu"><span class="typeNameLink">Version</span></a> - Class in <a href="com/ibm/gpu/package-summary.html">com.ibm.gpu</a></dt>
<dd>
<div class="block">Acts as an accessor to the current build level of the ibmgpu library.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/ibm/gpu/Version.html#Version--">Version()</a></span> - Constructor for class com.ibm.gpu.<a href="com/ibm/gpu/Version.html" title="class in com.ibm.gpu">Version</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/ibm/gpu/Version.html#VERSION">VERSION</a></span> - Static variable in class com.ibm.gpu.<a href="com/ibm/gpu/Version.html" title="class in com.ibm.gpu">Version</a></dt>
<dd>
<div class="block">The current build level of this package.</div>
</dd>
</dl>
<a href="#I:A">A</a>&nbsp;<a href="#I:C">C</a>&nbsp;<a href="#I:G">G</a>&nbsp;<a href="#I:H">H</a>&nbsp;<a href="#I:I">I</a>&nbsp;<a href="#I:M">M</a>&nbsp;<a href="#I:P">P</a>&nbsp;<a href="#I:R">R</a>&nbsp;<a href="#I:S">S</a>&nbsp;<a href="#I:T">T</a>&nbsp;<a href="#I:V">V</a>&nbsp;</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="com/ibm/gpu/package-summary.html">Package</a></li>
<li>Class</li>
<li>Use</li>
<li><a href="com/ibm/gpu/package-tree.html">Tree</a></li>
<li><a href="deprecated-list.html">Deprecated</a></li>
<li class="navBarCell1Rev">Index</li>
<li><a href="help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage"><strong>OpenJ9 GPU Classes</strong></div>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="index.html?index-all.html" target="_top">Frames</a></li>
<li><a href="index-all.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="allclasses-noframe.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small><a href="https://www.eclipse.org/openj9/" target="_blank">Eclipse OpenJ9 website.</a><br> To raise a bug report or suggest an improvement create an <a href="https://github.com/eclipse/openj9/issues" target="_blank">Eclipse OpenJ9 issue.</a><br> Copyright &copy; 2014, 2020, IBM Corp. and others.</small></p>
</body>
</html>