Skip to content

Commit

Permalink
Generated from commit: fdaadf8
Browse files Browse the repository at this point in the history
Signed-off-by: genie-openj9 <[email protected]>
  • Loading branch information
genie-openj9 committed Aug 30, 2023
1 parent d120bc4 commit ecc5dfd
Show file tree
Hide file tree
Showing 12 changed files with 78 additions and 78 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -116,15 +116,15 @@ <h3>Uses of <a href="../../../../com/ibm/cuda/CudaDevice.CacheConfig.html" title
<tbody>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="typeNameLabel">CudaFunction.</span><code><span class="memberNameLink"><a href="../../../../com/ibm/cuda/CudaFunction.html#setCacheConfig-com.ibm.cuda.CudaDevice.CacheConfig-">setCacheConfig</a></span>(<a href="../../../../com/ibm/cuda/CudaDevice.CacheConfig.html" title="enum in com.ibm.cuda">CudaDevice.CacheConfig</a>&nbsp;config)</code>
<div class="block">Configures the cache for this function.</div>
<td class="colLast"><span class="typeNameLabel">CudaKernel.</span><code><span class="memberNameLink"><a href="../../../../com/ibm/cuda/CudaKernel.html#setCacheConfig-com.ibm.cuda.CudaDevice.CacheConfig-">setCacheConfig</a></span>(<a href="../../../../com/ibm/cuda/CudaDevice.CacheConfig.html" title="enum in com.ibm.cuda">CudaDevice.CacheConfig</a>&nbsp;config)</code>
<div class="block">Configures the cache for the <a href="../../../../com/ibm/cuda/CudaFunction.html" title="class in com.ibm.cuda"><code>function</code></a> associated
with this kernel.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="typeNameLabel">CudaKernel.</span><code><span class="memberNameLink"><a href="../../../../com/ibm/cuda/CudaKernel.html#setCacheConfig-com.ibm.cuda.CudaDevice.CacheConfig-">setCacheConfig</a></span>(<a href="../../../../com/ibm/cuda/CudaDevice.CacheConfig.html" title="enum in com.ibm.cuda">CudaDevice.CacheConfig</a>&nbsp;config)</code>
<div class="block">Configures the cache for the <a href="../../../../com/ibm/cuda/CudaFunction.html" title="class in com.ibm.cuda"><code>function</code></a> associated
with this kernel.</div>
<td class="colLast"><span class="typeNameLabel">CudaFunction.</span><code><span class="memberNameLink"><a href="../../../../com/ibm/cuda/CudaFunction.html#setCacheConfig-com.ibm.cuda.CudaDevice.CacheConfig-">setCacheConfig</a></span>(<a href="../../../../com/ibm/cuda/CudaDevice.CacheConfig.html" title="enum in com.ibm.cuda">CudaDevice.CacheConfig</a>&nbsp;config)</code>
<div class="block">Configures the cache for this function.</div>
</td>
</tr>
<tr class="altColor">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -116,15 +116,15 @@ <h3>Uses of <a href="../../../../com/ibm/cuda/CudaDevice.SharedMemConfig.html" t
<tbody>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="typeNameLabel">CudaFunction.</span><code><span class="memberNameLink"><a href="../../../../com/ibm/cuda/CudaFunction.html#setSharedMemConfig-com.ibm.cuda.CudaDevice.SharedMemConfig-">setSharedMemConfig</a></span>(<a href="../../../../com/ibm/cuda/CudaDevice.SharedMemConfig.html" title="enum in com.ibm.cuda">CudaDevice.SharedMemConfig</a>&nbsp;config)</code>
<div class="block">Configures the shared memory of this function.</div>
<td class="colLast"><span class="typeNameLabel">CudaKernel.</span><code><span class="memberNameLink"><a href="../../../../com/ibm/cuda/CudaKernel.html#setSharedMemConfig-com.ibm.cuda.CudaDevice.SharedMemConfig-">setSharedMemConfig</a></span>(<a href="../../../../com/ibm/cuda/CudaDevice.SharedMemConfig.html" title="enum in com.ibm.cuda">CudaDevice.SharedMemConfig</a>&nbsp;config)</code>
<div class="block">Configures the shared memory of the <a href="../../../../com/ibm/cuda/CudaFunction.html" title="class in com.ibm.cuda"><code>function</code></a>
associated with this kernel.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="typeNameLabel">CudaKernel.</span><code><span class="memberNameLink"><a href="../../../../com/ibm/cuda/CudaKernel.html#setSharedMemConfig-com.ibm.cuda.CudaDevice.SharedMemConfig-">setSharedMemConfig</a></span>(<a href="../../../../com/ibm/cuda/CudaDevice.SharedMemConfig.html" title="enum in com.ibm.cuda">CudaDevice.SharedMemConfig</a>&nbsp;config)</code>
<div class="block">Configures the shared memory of the <a href="../../../../com/ibm/cuda/CudaFunction.html" title="class in com.ibm.cuda"><code>function</code></a>
associated with this kernel.</div>
<td class="colLast"><span class="typeNameLabel">CudaFunction.</span><code><span class="memberNameLink"><a href="../../../../com/ibm/cuda/CudaFunction.html#setSharedMemConfig-com.ibm.cuda.CudaDevice.SharedMemConfig-">setSharedMemConfig</a></span>(<a href="../../../../com/ibm/cuda/CudaDevice.SharedMemConfig.html" title="enum in com.ibm.cuda">CudaDevice.SharedMemConfig</a>&nbsp;config)</code>
<div class="block">Configures the shared memory of this function.</div>
</td>
</tr>
<tr class="altColor">
Expand Down
38 changes: 19 additions & 19 deletions api/jdk8/platform/cuda/com/ibm/cuda/class-use/CudaException.html
Original file line number Diff line number Diff line change
Expand Up @@ -154,14 +154,14 @@ <h3>Uses of <a href="../../../../com/ibm/cuda/CudaException.html" title="class i
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="typeNameLabel">CudaStream.</span><code><span class="memberNameLink"><a href="../../../../com/ibm/cuda/CudaStream.html#close--">close</a></span>()</code>
<div class="block">Closes this stream.</div>
<td class="colLast"><span class="typeNameLabel">CudaBuffer.</span><code><span class="memberNameLink"><a href="../../../../com/ibm/cuda/CudaBuffer.html#close--">close</a></span>()</code>
<div class="block">Releases the region of device memory backing this buffer.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="typeNameLabel">CudaBuffer.</span><code><span class="memberNameLink"><a href="../../../../com/ibm/cuda/CudaBuffer.html#close--">close</a></span>()</code>
<div class="block">Releases the region of device memory backing this buffer.</div>
<td class="colLast"><span class="typeNameLabel">CudaStream.</span><code><span class="memberNameLink"><a href="../../../../com/ibm/cuda/CudaStream.html#close--">close</a></span>()</code>
<div class="block">Closes this stream.</div>
</td>
</tr>
<tr class="altColor">
Expand Down Expand Up @@ -570,15 +570,15 @@ <h3>Uses of <a href="../../../../com/ibm/cuda/CudaException.html" title="class i
</tr>
<tr class="altColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><span class="typeNameLabel">CudaFunction.</span><code><span class="memberNameLink"><a href="../../../../com/ibm/cuda/CudaFunction.html#getAttribute-int-">getAttribute</a></span>(int&nbsp;attribute)</code>
<div class="block">Returns the value of the specified @{code attribute}.</div>
<td class="colLast"><span class="typeNameLabel">CudaKernel.</span><code><span class="memberNameLink"><a href="../../../../com/ibm/cuda/CudaKernel.html#getAttribute-int-">getAttribute</a></span>(int&nbsp;attribute)</code>
<div class="block">Returns the value of the specified @{code attribute} for the
<a href="../../../../com/ibm/cuda/CudaFunction.html" title="class in com.ibm.cuda"><code>function</code></a> associated with this kernel.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><span class="typeNameLabel">CudaKernel.</span><code><span class="memberNameLink"><a href="../../../../com/ibm/cuda/CudaKernel.html#getAttribute-int-">getAttribute</a></span>(int&nbsp;attribute)</code>
<div class="block">Returns the value of the specified @{code attribute} for the
<a href="../../../../com/ibm/cuda/CudaFunction.html" title="class in com.ibm.cuda"><code>function</code></a> associated with this kernel.</div>
<td class="colLast"><span class="typeNameLabel">CudaFunction.</span><code><span class="memberNameLink"><a href="../../../../com/ibm/cuda/CudaFunction.html#getAttribute-int-">getAttribute</a></span>(int&nbsp;attribute)</code>
<div class="block">Returns the value of the specified @{code attribute}.</div>
</td>
</tr>
<tr class="altColor">
Expand Down Expand Up @@ -739,15 +739,15 @@ <h3>Uses of <a href="../../../../com/ibm/cuda/CudaException.html" title="class i
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="typeNameLabel">CudaFunction.</span><code><span class="memberNameLink"><a href="../../../../com/ibm/cuda/CudaFunction.html#setCacheConfig-com.ibm.cuda.CudaDevice.CacheConfig-">setCacheConfig</a></span>(<a href="../../../../com/ibm/cuda/CudaDevice.CacheConfig.html" title="enum in com.ibm.cuda">CudaDevice.CacheConfig</a>&nbsp;config)</code>
<div class="block">Configures the cache for this function.</div>
<td class="colLast"><span class="typeNameLabel">CudaKernel.</span><code><span class="memberNameLink"><a href="../../../../com/ibm/cuda/CudaKernel.html#setCacheConfig-com.ibm.cuda.CudaDevice.CacheConfig-">setCacheConfig</a></span>(<a href="../../../../com/ibm/cuda/CudaDevice.CacheConfig.html" title="enum in com.ibm.cuda">CudaDevice.CacheConfig</a>&nbsp;config)</code>
<div class="block">Configures the cache for the <a href="../../../../com/ibm/cuda/CudaFunction.html" title="class in com.ibm.cuda"><code>function</code></a> associated
with this kernel.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="typeNameLabel">CudaKernel.</span><code><span class="memberNameLink"><a href="../../../../com/ibm/cuda/CudaKernel.html#setCacheConfig-com.ibm.cuda.CudaDevice.CacheConfig-">setCacheConfig</a></span>(<a href="../../../../com/ibm/cuda/CudaDevice.CacheConfig.html" title="enum in com.ibm.cuda">CudaDevice.CacheConfig</a>&nbsp;config)</code>
<div class="block">Configures the cache for the <a href="../../../../com/ibm/cuda/CudaFunction.html" title="class in com.ibm.cuda"><code>function</code></a> associated
with this kernel.</div>
<td class="colLast"><span class="typeNameLabel">CudaFunction.</span><code><span class="memberNameLink"><a href="../../../../com/ibm/cuda/CudaFunction.html#setCacheConfig-com.ibm.cuda.CudaDevice.CacheConfig-">setCacheConfig</a></span>(<a href="../../../../com/ibm/cuda/CudaDevice.CacheConfig.html" title="enum in com.ibm.cuda">CudaDevice.CacheConfig</a>&nbsp;config)</code>
<div class="block">Configures the cache for this function.</div>
</td>
</tr>
<tr class="rowColor">
Expand All @@ -765,15 +765,15 @@ <h3>Uses of <a href="../../../../com/ibm/cuda/CudaException.html" title="class i
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="typeNameLabel">CudaFunction.</span><code><span class="memberNameLink"><a href="../../../../com/ibm/cuda/CudaFunction.html#setSharedMemConfig-com.ibm.cuda.CudaDevice.SharedMemConfig-">setSharedMemConfig</a></span>(<a href="../../../../com/ibm/cuda/CudaDevice.SharedMemConfig.html" title="enum in com.ibm.cuda">CudaDevice.SharedMemConfig</a>&nbsp;config)</code>
<div class="block">Configures the shared memory of this function.</div>
<td class="colLast"><span class="typeNameLabel">CudaKernel.</span><code><span class="memberNameLink"><a href="../../../../com/ibm/cuda/CudaKernel.html#setSharedMemConfig-com.ibm.cuda.CudaDevice.SharedMemConfig-">setSharedMemConfig</a></span>(<a href="../../../../com/ibm/cuda/CudaDevice.SharedMemConfig.html" title="enum in com.ibm.cuda">CudaDevice.SharedMemConfig</a>&nbsp;config)</code>
<div class="block">Configures the shared memory of the <a href="../../../../com/ibm/cuda/CudaFunction.html" title="class in com.ibm.cuda"><code>function</code></a>
associated with this kernel.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="typeNameLabel">CudaKernel.</span><code><span class="memberNameLink"><a href="../../../../com/ibm/cuda/CudaKernel.html#setSharedMemConfig-com.ibm.cuda.CudaDevice.SharedMemConfig-">setSharedMemConfig</a></span>(<a href="../../../../com/ibm/cuda/CudaDevice.SharedMemConfig.html" title="enum in com.ibm.cuda">CudaDevice.SharedMemConfig</a>&nbsp;config)</code>
<div class="block">Configures the shared memory of the <a href="../../../../com/ibm/cuda/CudaFunction.html" title="class in com.ibm.cuda"><code>function</code></a>
associated with this kernel.</div>
<td class="colLast"><span class="typeNameLabel">CudaFunction.</span><code><span class="memberNameLink"><a href="../../../../com/ibm/cuda/CudaFunction.html#setSharedMemConfig-com.ibm.cuda.CudaDevice.SharedMemConfig-">setSharedMemConfig</a></span>(<a href="../../../../com/ibm/cuda/CudaDevice.SharedMemConfig.html" title="enum in com.ibm.cuda">CudaDevice.SharedMemConfig</a>&nbsp;config)</code>
<div class="block">Configures the shared memory of this function.</div>
</td>
</tr>
<tr class="rowColor">
Expand Down
2 changes: 1 addition & 1 deletion api/jdk8/platform/cuda/com/ibm/cuda/package-summary.html
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ <h1 title="Package" class="title">Package&nbsp;com.ibm.cuda</h1>
<h2 title="Package com.ibm.cuda Description">Package com.ibm.cuda Description</h2>
<div class="block">This package enables access to CUDA-capable devices from Java.
<p>
A wealth of background information on CUDA is available <a href="http://www.nvidia.com/object/cuda_home.html">here</a>.</div>
A wealth of background information on CUDA is available <a href="https://www.nvidia.com/object/cuda_home.html">here</a>.</div>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
Expand Down
2 changes: 1 addition & 1 deletion api/jdk8/platform/cuda/com/ibm/cuda/package-tree.html
Original file line number Diff line number Diff line change
Expand Up @@ -124,9 +124,9 @@ <h2 title="Enum Hierarchy">Enum Hierarchy</h2>
<ul>
<li type="circle">java.lang.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true" target="_blank" title="class or interface in java.lang"><span class="typeNameLink">Enum</span></a>&lt;E&gt; (implements java.lang.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Comparable.html?is-external=true" target="_blank" title="class or interface in java.lang">Comparable</a>&lt;T&gt;, java.io.<a href="https://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html?is-external=true" target="_blank" title="class or interface in java.io">Serializable</a>)
<ul>
<li type="circle">com.ibm.cuda.<a href="../../../com/ibm/cuda/CudaJitTarget.html" title="enum in com.ibm.cuda"><span class="typeNameLink">CudaJitTarget</span></a></li>
<li type="circle">com.ibm.cuda.<a href="../../../com/ibm/cuda/CudaJitOptions.CacheMode.html" title="enum in com.ibm.cuda"><span class="typeNameLink">CudaJitOptions.CacheMode</span></a></li>
<li type="circle">com.ibm.cuda.<a href="../../../com/ibm/cuda/CudaJitOptions.Fallback.html" title="enum in com.ibm.cuda"><span class="typeNameLink">CudaJitOptions.Fallback</span></a></li>
<li type="circle">com.ibm.cuda.<a href="../../../com/ibm/cuda/CudaJitTarget.html" title="enum in com.ibm.cuda"><span class="typeNameLink">CudaJitTarget</span></a></li>
<li type="circle">com.ibm.cuda.<a href="../../../com/ibm/cuda/CudaJitInputType.html" title="enum in com.ibm.cuda"><span class="typeNameLink">CudaJitInputType</span></a></li>
<li type="circle">com.ibm.cuda.<a href="../../../com/ibm/cuda/CudaDevice.CacheConfig.html" title="enum in com.ibm.cuda"><span class="typeNameLink">CudaDevice.CacheConfig</span></a></li>
<li type="circle">com.ibm.cuda.<a href="../../../com/ibm/cuda/CudaDevice.Limit.html" title="enum in com.ibm.cuda"><span class="typeNameLink">CudaDevice.Limit</span></a></li>
Expand Down
2 changes: 1 addition & 1 deletion api/jdk8/platform/cuda/overview-tree.html
Original file line number Diff line number Diff line change
Expand Up @@ -128,9 +128,9 @@ <h2 title="Enum Hierarchy">Enum Hierarchy</h2>
<ul>
<li type="circle">java.lang.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true" target="_blank" title="class or interface in java.lang"><span class="typeNameLink">Enum</span></a>&lt;E&gt; (implements java.lang.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Comparable.html?is-external=true" target="_blank" title="class or interface in java.lang">Comparable</a>&lt;T&gt;, java.io.<a href="https://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html?is-external=true" target="_blank" title="class or interface in java.io">Serializable</a>)
<ul>
<li type="circle">com.ibm.cuda.<a href="com/ibm/cuda/CudaJitTarget.html" title="enum in com.ibm.cuda"><span class="typeNameLink">CudaJitTarget</span></a></li>
<li type="circle">com.ibm.cuda.<a href="com/ibm/cuda/CudaJitOptions.CacheMode.html" title="enum in com.ibm.cuda"><span class="typeNameLink">CudaJitOptions.CacheMode</span></a></li>
<li type="circle">com.ibm.cuda.<a href="com/ibm/cuda/CudaJitOptions.Fallback.html" title="enum in com.ibm.cuda"><span class="typeNameLink">CudaJitOptions.Fallback</span></a></li>
<li type="circle">com.ibm.cuda.<a href="com/ibm/cuda/CudaJitTarget.html" title="enum in com.ibm.cuda"><span class="typeNameLink">CudaJitTarget</span></a></li>
<li type="circle">com.ibm.cuda.<a href="com/ibm/cuda/CudaJitInputType.html" title="enum in com.ibm.cuda"><span class="typeNameLink">CudaJitInputType</span></a></li>
<li type="circle">com.ibm.cuda.<a href="com/ibm/cuda/CudaDevice.CacheConfig.html" title="enum in com.ibm.cuda"><span class="typeNameLink">CudaDevice.CacheConfig</span></a></li>
<li type="circle">com.ibm.cuda.<a href="com/ibm/cuda/CudaDevice.Limit.html" title="enum in com.ibm.cuda"><span class="typeNameLink">CudaDevice.Limit</span></a></li>
Expand Down
Loading

0 comments on commit ecc5dfd

Please sign in to comment.