- Some comments in hip_hcc.cpp
 - document hipHostRegister* flags.
 - expand docs on hipHostRegister/Unregister. Use "register" rather than
   "pin" to describe action these take.
 - change required CUDA version to 6 (require unified memory)
 - remake doxygen.
Este commit está contenido en:
Ben Sander
2016-03-23 23:11:15 -05:00
padre e9e84d2db6
commit 3ca91cf327
Se han modificado 107 ficheros con 2766 adiciones y 1646 borrados
+5 -5
Ver fichero
@@ -80,22 +80,22 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
</div><!--header-->
<div class="contents">
<div class="textblock"><dl class="reflist">
<dt><a class="anchor" id="_bug000002"></a>Member <a class="el" href="group__Device.html#gad9ee6822e3e55431811fb6a00f7a1c10">hipDeviceGetProperties</a> (<a class="el" href="structhipDeviceProp__t.html">hipDeviceProp_t</a> *prop, int device)</dt>
<dt><a class="anchor" id="_bug000002"></a>Member <a class="el" href="group__Device.html#ga77c20744e2a88c31440992d6c7754b5f">hipGetDeviceProperties</a> (<a class="el" href="structhipDeviceProp__t.html">hipDeviceProp_t</a> *prop, int device)</dt>
<dd><p class="startdd">HCC always returns 0 for maxThreadsPerMultiProcessor </p>
<p>HCC always returns 0 for regsPerBlock </p>
<p class="enddd">HCC always returns 0 for l2CacheSize </p>
</dd>
<dt><a class="anchor" id="_bug000001"></a>Member <a class="el" href="group__Device.html#ga8d57161ae56a8edc46eeda447417bf6c">hipDeviceReset</a> (void)</dt>
<dd>On HCC, hipDeviceReset is a nop and does not reset the device state. </dd>
<dt><a class="anchor" id="_bug000004"></a>Member <a class="el" href="group__PeerToPeer.html#gab6211c18ca1e23252ef080cd6be855ca">hipMemcpyPeerAsync</a> (void *dst, int dstDevice, const void *src, int srcDevice, size_t sizeBytes, hipStream_t stream=0)</dt>
<dd>This function uses a synchronous copy </dd>
<dt><a class="anchor" id="_bug000003"></a>Member <a class="el" href="group__Stream.html#gacdd84c8f8ef1539c96c57c1d5bcae633">hipStreamWaitEvent</a> (hipStream_t stream, <a class="el" href="structhipEvent__t.html">hipEvent_t</a> event, unsigned int flags)</dt>
<dd>This function conservatively waits for all work in the specified stream to complete. </dd>
<dd>This function conservatively waits for all work in the specified stream to complete. </dd>
<dt><a class="anchor" id="_bug000001"></a>Member <a class="el" href="structihipDevice__t.html#a0abb382f1bcdda80028f9a8307e50561">ihipDevice_t::getProperties</a> (<a class="el" href="structhipDeviceProp__t.html">hipDeviceProp_t</a> *prop)</dt>
<dd>: on HCC, isMultiGpuBoard returns True if system contains multiple GPUS (rather than if GPU is on a multi-ASIC board) </dd>
</dl>
</div></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Thu Feb 18 2016 20:42:16 for HIP: Heterogenous-computing Interface for Portability by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Wed Mar 23 2016 23:11:07 for HIP: Heterogenous-computing Interface for Portability by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.6
</small></address>