diff --git a/docs/RuntimeAPI/html/Synchonization.html b/docs/RuntimeAPI/html/Synchonization.html index c21879b667..f60f0cc1e4 100644 --- a/docs/RuntimeAPI/html/Synchonization.html +++ b/docs/RuntimeAPI/html/Synchonization.html @@ -79,8 +79,8 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
The following commands are "host-asynchronous" - meaning they do not wait for any preceding commands to complete, and may return control to the host thread before the requested operation completes:
"Host-synchronous" commands have the following properties:
@@ -109,7 +109,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
1.8.6
diff --git a/docs/RuntimeAPI/html/annotated.html b/docs/RuntimeAPI/html/annotated.html
index 49ef4eac76..4a61698f75 100644
--- a/docs/RuntimeAPI/html/annotated.html
+++ b/docs/RuntimeAPI/html/annotated.html
@@ -104,7 +104,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
1.8.6
diff --git a/docs/RuntimeAPI/html/bug.html b/docs/RuntimeAPI/html/bug.html
index bdc31de0f8..d9c64d7eb8 100644
--- a/docs/RuntimeAPI/html/bug.html
+++ b/docs/RuntimeAPI/html/bug.html
@@ -95,7 +95,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
1.8.6
diff --git a/docs/RuntimeAPI/html/classes.html b/docs/RuntimeAPI/html/classes.html
index 6bd01f36c7..70491ef32f 100644
--- a/docs/RuntimeAPI/html/classes.html
+++ b/docs/RuntimeAPI/html/classes.html
@@ -105,7 +105,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
1.8.6
diff --git a/docs/RuntimeAPI/html/dir_68267d1309a1af8e8297ef4c3efbcdba.html b/docs/RuntimeAPI/html/dir_68267d1309a1af8e8297ef4c3efbcdba.html
index fd08fac040..7d6a9d0e72 100644
--- a/docs/RuntimeAPI/html/dir_68267d1309a1af8e8297ef4c3efbcdba.html
+++ b/docs/RuntimeAPI/html/dir_68267d1309a1af8e8297ef4c3efbcdba.html
@@ -4,7 +4,7 @@
-
1.8.6
diff --git a/docs/RuntimeAPI/html/dir_6d8604cb65fa6b83549668eb0ce09cac.html b/docs/RuntimeAPI/html/dir_6d8604cb65fa6b83549668eb0ce09cac.html
index 7d2d877c9b..9fb345b393 100644
--- a/docs/RuntimeAPI/html/dir_6d8604cb65fa6b83549668eb0ce09cac.html
+++ b/docs/RuntimeAPI/html/dir_6d8604cb65fa6b83549668eb0ce09cac.html
@@ -4,7 +4,7 @@
-
1.8.6
diff --git a/docs/RuntimeAPI/html/dir_d44c64559bbebec7f509842c48db8b23.html b/docs/RuntimeAPI/html/dir_d44c64559bbebec7f509842c48db8b23.html
index 1de6328c9c..34ef4a1333 100644
--- a/docs/RuntimeAPI/html/dir_d44c64559bbebec7f509842c48db8b23.html
+++ b/docs/RuntimeAPI/html/dir_d44c64559bbebec7f509842c48db8b23.html
@@ -4,7 +4,7 @@
-
1.8.6
diff --git a/docs/RuntimeAPI/html/files.html b/docs/RuntimeAPI/html/files.html
index 06f026ba5f..bbb7037a0e 100644
--- a/docs/RuntimeAPI/html/files.html
+++ b/docs/RuntimeAPI/html/files.html
@@ -89,11 +89,11 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
| Contains definitions of APIs for HIP runtime | |||
| Contains C function APIs for HIP runtime. This file does not use any HCC builtin or special language extensions (-hc mode) ; those functions in hip_runtime.h | |||
| HIP C++ Texture API for hcc compiler | |||
| Defines the different newt vector types for HIP runtime | |||
| TODO-doc | |||
| hipError_t | hipGetDeviceCount (int *count) | ||
| Return number of compute-capable devices. More... | |||
| hipError_t | hipDeviceGetAttribute (int *pi, hipDeviceAttribute_t attr, int device) | ||
| Query device attribute. More... | |||
| hipError_t | hipDeviceGetProperties (hipDeviceProp_t *prop, int device) | ||
| Returns device properties. More... | |||
| hipError_t hipDeviceGetAttribute | +( | +int * | +pi, | +
| + | + | hipDeviceAttribute_t | +attr, | +
| + | + | int | +device | +
| + | ) | ++ |
Query device attribute.
+| [out] | pi | pointer to value to return |
| [in] | attr | attribute to query |
| [in] | device | which device to query for information |
Set Cache configuration for a specific function.
-Note: AMD devices and recent NVIDIA GPUS do not support reconfigurable cache. This hint is ignored on those architectures.
+Note: AMD devices and recent Nvidia GPUS do not support reconfigurable cache. This hint is ignored on those architectures.
Get Shared memory bank configuration.
-Note: AMD devices and recent NVIDIA GPUS do not support shared cache banking, and the hint is ignored on those architectures.
+Note: AMD devices and recent Nvidia GPUS do not support shared cache banking, and the hint is ignored on those architectures.
Set L1/Shared cache partition.
-Note: AMD devices and recent NVIDIA GPUS do not support reconfigurable cache. This hint is ignored on those architectures.
+Note: AMD devices and recent Nvidia GPUS do not support reconfigurable cache. This hint is ignored on those architectures.
Set Shared memory bank configuration.
-Note: AMD devices and recent NVIDIA GPUS do not support shared cache banking, and the hint is ignored on those architectures.
+Note: AMD devices and recent Nvidia GPUS do not support shared cache banking, and the hint is ignored on those architectures.
Set Cache configuration for a specific function.
-Note: AMD devices and recent NVIDIA GPUS do not support reconfigurable cache. This hint is ignored on those architectures.
+Note: AMD devices and recent Nvidia GPUS do not support reconfigurable cache. This hint is ignored on those architectures.
Returns in *count the number of devices that have ability to run compute commands. If there are no such devices, then hipGetDeviceCount will return hipErrorNoDevice. If 1 or more devices can be found, then hipGetDeviceCount returns hipSuccess.
Returns in *count the number of devices that have ability to run compute commands. If there are no such devices, then hipGetDeviceCount will return hipErrorNoDevice. If 1 or more devices can be found, then hipGetDeviceCount returns hipSuccess.
1.8.6
diff --git a/docs/RuntimeAPI/html/group__Error.html b/docs/RuntimeAPI/html/group__Error.html
index cea57daed9..f6aeb04eb5 100644
--- a/docs/RuntimeAPI/html/group__Error.html
+++ b/docs/RuntimeAPI/html/group__Error.html
@@ -197,7 +197,7 @@ Functions
1.8.6
diff --git a/docs/RuntimeAPI/html/group__Event.html b/docs/RuntimeAPI/html/group__Event.html
index 07c053b451..3b54300dd3 100644
--- a/docs/RuntimeAPI/html/group__Event.html
+++ b/docs/RuntimeAPI/html/group__Event.html
@@ -209,11 +209,11 @@ Functions
-Computes the elapsed time between two events. Time is computed in ms, with a resolution of approximately 1 us.
Events which are recorded in a NULL stream will block until all commands on all other streams complete execution, and then record the timestamp.
Events which are recorded in a non-NULL stream will record their timestamp when they reach the head of the specified stream, after all previous commands in that stream have completed executing. Thus the time that the event recorded may be significantly after the host calls hipEventRecord.
-If hipEventRecord has not been called on either event, then hipErrorInvalidResourceHandle is returned. If hipEventRecord has been called on both events, but the timestamp has not yet been recorded on one or both events (that is, hipEventQuery would return hipErrorNotReady on at least one of the events), then hipErrorNotReady is returned.
+If hipEventRecord has not been called on either event, then hipErrorInvalidResourceHandle is returned. If hipEventRecord has been called on both events, but the timestamp has not yet been recorded on one or both events (that is, hipEventQuery would return hipErrorNotReady on at least one of the events), then hipErrorNotReady is returned.
@@ -239,7 +239,7 @@ FunctionsQuery the status of the specified event. This function will return hipErrorNotReady if all commands in the appropriate stream (specified to hipEventRecord) have completed. If that work has not completed, or if hipEventRecord was not called on the event, then cudaSuccess is returned.
+Query the status of the specified event. This function will return hipErrorNotReady if all commands in the appropriate stream (specified to hipEventRecord) have completed. If that work has not completed, or if hipEventRecord was not called on the event, then hipSuccess is returned.
@@ -315,7 +315,7 @@ Functions
1.8.6
diff --git a/docs/RuntimeAPI/html/group__GlobalDefs.html b/docs/RuntimeAPI/html/group__GlobalDefs.html
index 7ec1058aed..53d57a58c1 100644
--- a/docs/RuntimeAPI/html/group__GlobalDefs.html
+++ b/docs/RuntimeAPI/html/group__GlobalDefs.html
@@ -119,6 +119,9 @@ Typedefs
| enum hipDeviceAttribute_t | +
Out of resources error.
One or more of the paramters passed to the API call is NULL or not in an acceptable range.
+One or more of the parameters passed to the API call is NULL or not in an acceptable range.
Resource handle (hipEvent_t or hipStream_t) invalid.
@@ -291,10 +409,10 @@ EnumerationsDeviceID must be in range 0...#compute-devices.
Call to cudaGetDeviceCount returned 0 devices.
+Call to hipGetDeviceCount returned 0 devices.
indicates that asynchronous operations enqueued earlier are not ready. This is not actually an error, but is used to distinguish from hipSuccess (which indicates completion). APIs that return this error include hipEventQuery and hipStreamQuery.
+Indicates that asynchronous operations enqueued earlier are not ready. This is not actually an error, but is used to distinguish from hipSuccess (which indicates completion). APIs that return this error include hipEventQuery and hipStreamQuery.
Unknown error.
@@ -315,7 +433,7 @@ Enumerations| Enumerator | |
|---|---|
| hipFuncCachePreferNone |
no preference for shared memory or L1 (default) @@ -372,7 +490,7 @@ Enumerations |
| Enumerator | |
|---|---|
| hipSharedMemBankSizeDefault |
The compiler selects a device-specific value for the banking. @@ -390,7 +508,7 @@ Enumerations |
Functions | |
| hipError_t | hipHccGetAccelerator (int deviceId, hc::accelerator *acc) |
| Return hc::acclerator associated with the specified deviceId. More... | |
| Return hc::accelerator associated with the specified deviceId. More... | |
| hipError_t | hipHccGetAcceleratorView (hipStream_t stream, hc::accelerator_view **av) |
| Return hc::acclerator_view associated with the specified stream. More... | |
| Return hc::accelerator_view associated with the specified stream. More... | |
Return hc::acclerator associated with the specified deviceId.
+Return hc::accelerator associated with the specified deviceId.
Return hc::acclerator_view associated with the specified stream.
+Return hc::accelerator_view associated with the specified stream.
1.8.6
diff --git a/docs/RuntimeAPI/html/group__HIP-ENV.html b/docs/RuntimeAPI/html/group__HIP-ENV.html
index 49583a5127..b4f0537b8b 100644
--- a/docs/RuntimeAPI/html/group__HIP-ENV.html
+++ b/docs/RuntimeAPI/html/group__HIP-ENV.html
@@ -101,7 +101,7 @@ int
1.8.6
diff --git a/docs/RuntimeAPI/html/group__Memory.html b/docs/RuntimeAPI/html/group__Memory.html
index f2d06c6a49..362fb6a8d8 100644
--- a/docs/RuntimeAPI/html/group__Memory.html
+++ b/docs/RuntimeAPI/html/group__Memory.html
@@ -85,25 +85,31 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
sizeBytes bytes from the memory area pointed to by src to the memory area pointed to by offset bytes from the start of symbol symbol. More...Free memory allocated by the hcc hip memory allocation API. This API performs an implicit hipDeviceSynchronize() call.
+ +Free memory allocated by the hcc hip memory allocation API. This API performs an implicit hipDeviceSynchronize() call.
| [in] | ptr | Pointer to memory to be freed |
Free memory allocated by the hcc hip host memory allocation API
+ +Free memory allocated by the hcc hip host memory allocation API.
| [in] | ptr | Pointer to memory to be freed |
Allocate memory on the default accelerator
+ +Allocate memory on the default accelerator.
| [out] | ptr | Pointer to the allocated memory |
Allocate pinned host memory
+ +Allocate pinned host memory.
| [in] | ptr | Pointer to the allocated host pinned memory |
| [out] | size | Requested memory size |
| [out] | ptr | Pointer to the allocated host pinned memory |
| [in] | size | Requested memory size |
Copy data from src to dst. It supports memory from host to device, device to host, device to device and host to host The src and dst must not overlap. If the
-This function is host-synchronous for most inputs. It uses the default NULL stream and will synchronize with other blocking streams on the same device.
+ +Copy data from src to dst.
+It supports memory from host to device, device to host, device to device and host to host The src and dst must not overlap. TODO: cudaErrorInvalidMemcpyDirection error code is not supported right now, use hipErrorUnknown for now
| being copy to | ||
| [out] | dst | Data being copy to |
| [in] | src | Data being copy from |
| [in] | sizeBytes | Data size in bytes |
| [in] | copyType | Memory copy type |
Copy data from src to dst asynchronously. It supports memory from host to device, device to host, device to device and host to host.
+ +Copy data from src to dst asynchronously.
+TODO: cudaErrorInvalidMemcpyDirection error code is not supported right now, use hipErrorUnknown for now
| [out] | dst | Data being copy to |
| hipError_t hipMemcpyToSymbol | +( | +const char * | +symbolName, | +
| + | + | const void * | +src, | +
| + | + | size_t | +sizeBytes, | +
| + | + | size_t | +offset, | +
| + | + | hipMemcpyKind | +kind | +
| + | ) | ++ |
Copies sizeBytes bytes from the memory area pointed to by src to the memory area pointed to by offset bytes from the start of symbol symbol.
The memory areas may not overlap. Symbol can either be a variable that resides in global or constant memory space, or it can be a character string, naming a variable that resides in global or constant memory space. Kind can be either hipMemcpyHostToDevice or hipMemcpyDeviceToDevice TODO: cudaErrorInvalidSymbol and cudaErrorInvalidMemcpyDirection is not supported, use hipErrorUnknown for now.
+| [in] | symbolName | - Symbol destination on device |
| [in] | src | - Data being copy from |
| [in] | sizeBytes | - Data size in bytes |
| [in] | offset | - Offset from start of symbol in bytes |
| [in] | kind | - Type of transfer |
| hipError_t hipMemset | +( | +void * | +dst, | +
| + | + | int | +value, | +
| + | + | size_t | +sizeBytes | +
| + | ) | ++ |
Copy data from src to dst asynchronously.
+It supports memory from host to device, device to host, device to device and host to host.
+| [out] | dst | Data being copy to |
| [in] | src | Data being copy from |
| [in] | sizeBytes | Data size in bytes |
| [in] | accelerator_view | Accelerator view which the copy is being enqueued |
| hipError_t hipMemsetAsync | +( | +void * | +dst, | +
| + | + | int | +value, | +
| + | + | size_t | +sizeBytes, | +
| + | + | hipStream_t | + = 0 |
+
| + | ) | ++ |
Fills the first sizeBytes bytes of the memory area pointed to by dev with the constant byte value value.
+hipMemsetAsync() is asynchronous with respect to the host, so the call may return before the memset is complete. The operation can optionally be associated to a stream by passing a non-zero stream argument. If stream is non-zero, the operation may overlap with operations in other streams.
+| [out] | dst | Pointer to device memory |
| [in] | value | - Value to set for each byte of specified memory |
| [in] | sizeBytes | - Size in bytes to set |
| [in] | stream | - Stream identifier |
1.8.6
diff --git a/docs/RuntimeAPI/html/group__PeerToPeer.html b/docs/RuntimeAPI/html/group__PeerToPeer.html
index 9b2174c2bd..c9417b25c0 100644
--- a/docs/RuntimeAPI/html/group__PeerToPeer.html
+++ b/docs/RuntimeAPI/html/group__PeerToPeer.html
@@ -88,13 +88,16 @@ Functions
| [out] | canAccessPeer | returns true if specified devices are peers. |
| [in] | device | |
| [in] | peerDevice | Returns "1" in canAccessPeer if the specified device is capable of directly accessing memory phyically located on peerDevice , or "0" if not. |
| [in] | peerDevice | Returns "1" in canAccessPeer if the specified device is capable of directly accessing memory physically located on peerDevice , or "0" if not. |
Disables registering memory on peerDevice for direct access from the current device.
+If there are any allocations on peerDevice which were registered in the current device using hipPeerRegister() then these allocations will be automatically unregistered. Returns hipErrorPeerAccessNotEnabled if direct access to memory on peerDevice has not yet been enabled from the current device.
+| [in] | peerDevice | TODO:cudaErrorPeerAccessNotEnabled and cudaErrorInvalidDevice error not supported in HIP, return hipErrorUnknown Returns hipSuccess, hipErrorUnknown |
Enables registering memory on peerDevice for direct access from the current device.
+| [in] | peerDevice | |
| [in] | flags | TODO:cudaErrorInvalidDevice error not supported in HIP, return hipErrorUnknown Returns hipSuccess, hipErrorInvalidDevice, hipErrorInvalidValue, hipErrorUnknown |
| hipError_t hipMemcpyPeer | +( | +void * | +dst, | +
| + | + | int | +dstDevice, | +
| + | + | const void * | +src, | +
| + | + | int | +srcDevice, | +
| + | + | size_t | +sizeBytes | +
| + | ) | ++ |
Copies memory from one device to memory on another device.
+| [out] | dst | - Destination device pointer. |
| [in] | dstDevice | - Destination device |
| [in] | src | - Source device pointer |
| [in] | srcDevice | - Source device |
| [in] | sizeBytes | - Size of memory copy in bytes |
Returns hipSuccess, hipErrorInvalidValue, hipErrorInvalidDevice
+Copies memory from one device to memory on another device.
+| [out] | dst | - Destination device pointer. |
| [in] | dstDevice | - Destination device |
| [in] | src | - Source device pointer |
| [in] | srcDevice | - Source device |
| [in] | sizeBytes | - Size of memory copy in bytes |
| [in] | stream | - Stream identifier |
Returns hipSuccess, hipErrorInvalidValue, hipErrorInvalidDevice
1.8.6
diff --git a/docs/RuntimeAPI/html/group__Profiler.html b/docs/RuntimeAPI/html/group__Profiler.html
index 354d17569d..30e28d3ac5 100644
--- a/docs/RuntimeAPI/html/group__Profiler.html
+++ b/docs/RuntimeAPI/html/group__Profiler.html
@@ -80,12 +80,12 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
The cudaProfilerInitialize API format for "configFile" is not supported.
+On AMD platforms, hipProfilerStart and hipProfilerStop require installation of AMD's GPU perf counter API and defining GPU_PERF
1.8.6
diff --git a/docs/RuntimeAPI/html/group__Stream.html b/docs/RuntimeAPI/html/group__Stream.html
index 6f2efc9edc..7f54af7b00 100644
--- a/docs/RuntimeAPI/html/group__Stream.html
+++ b/docs/RuntimeAPI/html/group__Stream.html
@@ -140,7 +140,7 @@ Functions
-Create a new asynchronous stream. Flags controls behavior of the stream. See hipStreamDefault, hipStreamNonBlocking. hipStream_t are under development - with current HIP use the NULL stream.
@@ -206,7 +206,7 @@ Functions -Return flags associated with this stream in *flags.
1.8.6
diff --git a/docs/RuntimeAPI/html/group__Texture.html b/docs/RuntimeAPI/html/group__Texture.html
index a19d108f0a..97808148e7 100644
--- a/docs/RuntimeAPI/html/group__Texture.html
+++ b/docs/RuntimeAPI/html/group__Texture.html
@@ -121,7 +121,7 @@ template<class T , int dim, enum hipTextureReadMode readMode>
1.8.6
diff --git a/docs/RuntimeAPI/html/group__Version.html b/docs/RuntimeAPI/html/group__Version.html
index f5cb9f0063..21f2a17ee4 100644
--- a/docs/RuntimeAPI/html/group__Version.html
+++ b/docs/RuntimeAPI/html/group__Version.html
@@ -85,7 +85,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
Returns the approximate HIP driver versin.
-Returns the approximate HIP driver version.
+
1.8.6
diff --git a/docs/RuntimeAPI/html/hcc__detail_2hip__runtime_8h.html b/docs/RuntimeAPI/html/hcc__detail_2hip__runtime_8h.html
index 2b02e80742..984fe07ceb 100644
--- a/docs/RuntimeAPI/html/hcc__detail_2hip__runtime_8h.html
+++ b/docs/RuntimeAPI/html/hcc__detail_2hip__runtime_8h.html
@@ -4,7 +4,7 @@
-Contains definitions of APIs for HIP runtime. +More...
#include <cstring>#include <cmath>#include <string.h>#include <stddef.h>#include <hip_runtime_api.h>#include <hip_runtime_api.h>#include <hc.hpp>#include <grid_launch.h>#include <hcc_detail/hip_texture.h>#include <hcc_detail/host_defines.h>#include <hcc_detail/hip_texture.h>#include <hcc_detail/host_defines.h>#include <hc_math.hpp>Go to the source code of this file.
Variables | |
| int | cpu |
| int | warpSize |
| Make all HIP APIs host-synchronous. |
|
Contains definitions of APIs for HIP runtime.
+| int cpu | +
1.8.6
diff --git a/docs/RuntimeAPI/html/hcc__detail_2hip__runtime_8h_source.html b/docs/RuntimeAPI/html/hcc__detail_2hip__runtime_8h_source.html
index 667d8a38e2..a6c1b5210d 100644
--- a/docs/RuntimeAPI/html/hcc__detail_2hip__runtime_8h_source.html
+++ b/docs/RuntimeAPI/html/hcc__detail_2hip__runtime_8h_source.html
@@ -4,7 +4,7 @@
-
1.8.6
diff --git a/docs/RuntimeAPI/html/hcc__detail_2hip__runtime__api_8h_source.html b/docs/RuntimeAPI/html/hcc__detail_2hip__runtime__api_8h_source.html
index 45bbf45deb..876afac7f7 100644
--- a/docs/RuntimeAPI/html/hcc__detail_2hip__runtime__api_8h_source.html
+++ b/docs/RuntimeAPI/html/hcc__detail_2hip__runtime__api_8h_source.html
@@ -4,7 +4,7 @@
-
1.8.6
diff --git a/docs/RuntimeAPI/html/hcc__detail_2hip__vector__types_8h_source.html b/docs/RuntimeAPI/html/hcc__detail_2hip__vector__types_8h_source.html
index 73911b9082..9bd0f090ab 100644
--- a/docs/RuntimeAPI/html/hcc__detail_2hip__vector__types_8h_source.html
+++ b/docs/RuntimeAPI/html/hcc__detail_2hip__vector__types_8h_source.html
@@ -4,7 +4,7 @@
-
1.8.6
diff --git a/docs/RuntimeAPI/html/hierarchy.html b/docs/RuntimeAPI/html/hierarchy.html
index f10211f59f..801ddcd197 100644
--- a/docs/RuntimeAPI/html/hierarchy.html
+++ b/docs/RuntimeAPI/html/hierarchy.html
@@ -104,7 +104,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
1.8.6
diff --git a/docs/RuntimeAPI/html/hip__common_8h_source.html b/docs/RuntimeAPI/html/hip__common_8h_source.html
index aa62aa5504..5a5a586bdf 100644
--- a/docs/RuntimeAPI/html/hip__common_8h_source.html
+++ b/docs/RuntimeAPI/html/hip__common_8h_source.html
@@ -4,7 +4,7 @@
-
1.8.6
diff --git a/docs/RuntimeAPI/html/hip__hcc_8cpp.html b/docs/RuntimeAPI/html/hip__hcc_8cpp.html
index 733d1a79a7..adfc13a1df 100644
--- a/docs/RuntimeAPI/html/hip__hcc_8cpp.html
+++ b/docs/RuntimeAPI/html/hip__hcc_8cpp.html
@@ -4,7 +4,7 @@
-sizeBytes bytes from the memory area pointed to by src to the memory area pointed to by offset bytes from the start of symbol symbol. More...
@@ -466,7 +478,7 @@ std::vector< ihipDevice_t &
Contains definitions of APIs for HIP runtime. size_t totalConstMem Size of shared memory region (in bytes) Definition: hip_runtime_api.h:85 size_t totalConstMem Size of shared memory region (in bytes). Definition: hip_runtime_api.h:85 Maximum Shared Memory Per Multiprocessor. Definition: hip_runtime_api.h:157 int minor Minor compute capability. On HCC, this is an approximation and features may differ from CUDA CC... Definition: hip_runtime_api.h:87 DeviceID must be in range 0...#compute-devices. Definition: hip_runtime_api.h:120 int clockRate max clock frequency of the multiProcessors, in khz. Definition: hip_runtime_api.h:83 int maxThreadsPerBlock max work items per work group or workgroup max size Definition: hip_runtime_api.h:80 size_t sharedMemPerBlock Size of shared memory region (in bytes) Definition: hip_runtime_api.h:77 Maximum number of 32-bit registers available to a thread block. This number is shared by all thread b... Definition: hip_runtime_api.h:145 Size of L2 cache in bytes. 0 if the device doesn't have L2 cache. Definition: hip_runtime_api.h:150 DeviceID must be in range 0...#compute-devices. Definition: hip_runtime_api.h:122 int clockRate Max clock frequency of the multiProcessors in khz. Definition: hip_runtime_api.h:83 Minor compute capability version number. Definition: hip_runtime_api.h:153 Maximum shared memory available per block in bytes. Definition: hip_runtime_api.h:142 int maxThreadsPerBlock Max work items per work group or workgroup max size. Definition: hip_runtime_api.h:80 int maxThreadsPerMultiProcessor Maximum resident threads per multi-processor. Definition: hip_runtime_api.h:90 Resource handle (hipEvent_t or hipStream_t) invalid. Definition: hip_runtime_api.h:119 hipDeviceArch_t arch Architectural feature flags. New for HIP. Definition: hip_runtime_api.h:95 int maxGridSize[3] max grid dimensions (XYZ) Definition: hip_runtime_api.h:82 Major compute capability version number. Definition: hip_runtime_api.h:152 Maximum number of threads per block. Definition: hip_runtime_api.h:135 Resource handle (hipEvent_t or hipStream_t) invalid. Definition: hip_runtime_api.h:121 hipDeviceArch_t arch Architectural feature flags. New for HIP. Definition: hip_runtime_api.h:93 int maxGridSize[3] Max grid dimensions (XYZ). Definition: hip_runtime_api.h:82 hipError_t hipMallocHost(void **ptr, size_t size) Allocate pinned host memory. Definition: hip_hcc.cpp:1372 int major Major compute capability. On HCC, this is an approximation and features may differ from CUDA CC... Definition: hip_runtime_api.h:86 int clockInstructionRate Frequency in khz of the timer used by the device-side "clock*" instructions. New for HIP... Definition: hip_runtime_api.h:93 size_t totalGlobalMem Size of global memory region (in bytes) Definition: hip_runtime_api.h:76 int maxThreadsDim[3] max number of threads in each dimension (XYZ) of a block Definition: hip_runtime_api.h:81 One or more of the paramters passed to the API call is NULL or not in an acceptable range... Definition: hip_runtime_api.h:118 Peak memory clock frequency in kilohertz. Definition: hip_runtime_api.h:147 Maximum resident threads per multiprocessor. Definition: hip_runtime_api.h:151 int clockInstructionRate Frequency in khz of the timer used by the device-side "clock*" instructions. New for HIP... Definition: hip_runtime_api.h:92 Constant memory size in bytes. Definition: hip_runtime_api.h:143 int concurrentKernels Device can possibly execute multiple kernels concurrently. Definition: hip_runtime_api.h:94 size_t totalGlobalMem Size of global memory region (in bytes). Definition: hip_runtime_api.h:76 hipError_t hipMalloc(void **ptr, size_t size) Allocate memory on the default accelerator. Definition: hip_hcc.cpp:1351 Compute mode that device is currently in. Definition: hip_runtime_api.h:149 int maxThreadsDim[3] Max number of threads in each dimension (XYZ) of a block. Definition: hip_runtime_api.h:81 Number of multiprocessors on the device. Definition: hip_runtime_api.h:148 Definition: hip_runtime_api.h:74 indicates that asynchronous operations enqueued earlier are not ready. This is not actually an error... Definition: hip_runtime_api.h:122 Indicates that asynchronous operations enqueued earlier are not ready. This is not actually an error... Definition: hip_runtime_api.h:124 size_t maxSharedMemoryPerMultiProcessor Maximum Shared Memory Per Multiprocessor. Definition: hip_runtime_api.h:97 Definition: hip_runtime_api.h:35 int multiProcessorCount number of multi-processors (compute units) Definition: hip_runtime_api.h:88 Contains C function APIs for HIP runtime. This file does not use any HCC builtin or special language ... int memoryClockRate Max memory clock frequency in khz. Definition: hip_runtime_api.h:84 Device can possibly execute multiple kernels concurrently. Definition: hip_runtime_api.h:154
+Go to the documentation of this file.
@@ -112,7 +112,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
-
+
@@ -125,18 +125,18 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
-
+
-
-
+
+
-
+
-
-
+
+
-
+
@@ -160,7 +160,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
- 108 hipChannelFormatDesc hipBindTexture(size_t *offset, struct textureReference *tex, const void *devPtr, const struct hipChannelFormatDesc *desc, size_t size=UINT_MAX)
+ 108 hipChannelFormatDesc hipBindTexture(size_t *offset, struct textureReference *tex, const void *devPtr, const struct hipChannelFormatDesc *desc, size_t size=UINT_MAX)
@@ -171,7 +171,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
-
+
@@ -182,11 +182,11 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
-
-
-
-
-
+
+
+
+
+
@@ -199,10 +199,10 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
-
-
-
-
+
+
+
+
@@ -224,16 +224,20 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
-
+Definition: hip_texture.h:43 Definition: hip_texture.h:49 Definition: hip_texture.h:53 Contains definitions of APIs for HIP runtime. Definition: hip_texture.h:36 Definition: hip_texture.h:60 -Generated on Mon Jan 25 2016 16:05:53 for HIP: Heterogenous-computing Interface for Portability by +Generated on Thu Feb 18 2016 20:42:16 for HIP: Heterogenous-computing Interface for Portability by
1.8.6
diff --git a/docs/RuntimeAPI/html/hip__vector__types_8h_source.html b/docs/RuntimeAPI/html/hip__vector__types_8h_source.html
index 15eba01435..b12e96e36d 100644
--- a/docs/RuntimeAPI/html/hip__vector__types_8h_source.html
+++ b/docs/RuntimeAPI/html/hip__vector__types_8h_source.html
@@ -4,7 +4,7 @@
-Defines the different newt vector types for HIP runtime.
+Go to the documentation of this file.
@@ -110,47 +110,48 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
+
+
+
+
+
+
-Generated on Mon Jan 25 2016 16:05:53 for HIP: Heterogenous-computing Interface for Portability by +Generated on Thu Feb 18 2016 20:42:16 for HIP: Heterogenous-computing Interface for Portability by
1.8.6
diff --git a/docs/RuntimeAPI/html/index.html b/docs/RuntimeAPI/html/index.html
index 7fc6c60b4d..8ba01822a2 100644
--- a/docs/RuntimeAPI/html/index.html
+++ b/docs/RuntimeAPI/html/index.html
@@ -91,7 +91,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
|
1.8.6
diff --git a/docs/RuntimeAPI/html/structdim3.html b/docs/RuntimeAPI/html/structdim3.html
index e305c9dfdc..9c5a6733d9 100644
--- a/docs/RuntimeAPI/html/structdim3.html
+++ b/docs/RuntimeAPI/html/structdim3.html
@@ -118,12 +118,12 @@ uint32_t Struct for data in 3D
1.8.6
diff --git a/docs/RuntimeAPI/html/structhipChannelFormatDesc-members.html b/docs/RuntimeAPI/html/structhipChannelFormatDesc-members.html
index 87eaf5aa59..2670d6f1d7 100644
--- a/docs/RuntimeAPI/html/structhipChannelFormatDesc-members.html
+++ b/docs/RuntimeAPI/html/structhipChannelFormatDesc-members.html
@@ -94,7 +94,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
1.8.6
diff --git a/docs/RuntimeAPI/html/structhipChannelFormatDesc.html b/docs/RuntimeAPI/html/structhipChannelFormatDesc.html
index d292794181..1ac6f4cde8 100644
--- a/docs/RuntimeAPI/html/structhipChannelFormatDesc.html
+++ b/docs/RuntimeAPI/html/structhipChannelFormatDesc.html
@@ -98,12 +98,12 @@ int
1.8.6
diff --git a/docs/RuntimeAPI/html/structhipDeviceArch__t-members.html b/docs/RuntimeAPI/html/structhipDeviceArch__t-members.html
index 1b606771ad..5d14abe998 100644
--- a/docs/RuntimeAPI/html/structhipDeviceArch__t-members.html
+++ b/docs/RuntimeAPI/html/structhipDeviceArch__t-members.html
@@ -110,7 +110,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
1.8.6
diff --git a/docs/RuntimeAPI/html/structhipDeviceArch__t.html b/docs/RuntimeAPI/html/structhipDeviceArch__t.html
index 7e28d4ee8e..8bd9d10bc6 100644
--- a/docs/RuntimeAPI/html/structhipDeviceArch__t.html
+++ b/docs/RuntimeAPI/html/structhipDeviceArch__t.html
@@ -95,59 +95,59 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
Public Attributes
1.8.6
diff --git a/docs/RuntimeAPI/html/structhipDeviceProp__t-members.html b/docs/RuntimeAPI/html/structhipDeviceProp__t-members.html
index d37974762e..4df537b6cc 100644
--- a/docs/RuntimeAPI/html/structhipDeviceProp__t-members.html
+++ b/docs/RuntimeAPI/html/structhipDeviceProp__t-members.html
@@ -94,24 +94,29 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
1.8.6
diff --git a/docs/RuntimeAPI/html/structhipDeviceProp__t.html b/docs/RuntimeAPI/html/structhipDeviceProp__t.html
index 09483a9577..06e419e325 100644
--- a/docs/RuntimeAPI/html/structhipDeviceProp__t.html
+++ b/docs/RuntimeAPI/html/structhipDeviceProp__t.html
@@ -101,39 +101,43 @@ char hipDeviceProp
1.8.6
diff --git a/docs/RuntimeAPI/html/structhipEvent__t-members.html b/docs/RuntimeAPI/html/structhipEvent__t-members.html
index 22a528a157..1f7daca251 100644
--- a/docs/RuntimeAPI/html/structhipEvent__t-members.html
+++ b/docs/RuntimeAPI/html/structhipEvent__t-members.html
@@ -94,7 +94,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
1.8.6
diff --git a/docs/RuntimeAPI/html/structhipEvent__t.html b/docs/RuntimeAPI/html/structhipEvent__t.html
index e904fd699b..202c20a0bb 100644
--- a/docs/RuntimeAPI/html/structhipEvent__t.html
+++ b/docs/RuntimeAPI/html/structhipEvent__t.html
@@ -98,12 +98,12 @@ struct ihipEvent_t *
1.8.6
diff --git a/docs/RuntimeAPI/html/structihipDevice__t-members.html b/docs/RuntimeAPI/html/structihipDevice__t-members.html
index 5018e17cdd..5bc69024fc 100644
--- a/docs/RuntimeAPI/html/structihipDevice__t-members.html
+++ b/docs/RuntimeAPI/html/structihipDevice__t-members.html
@@ -102,7 +102,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
1.8.6
diff --git a/docs/RuntimeAPI/html/structihipDevice__t.html b/docs/RuntimeAPI/html/structihipDevice__t.html
index 9b98f8364e..0a91addd72 100644
--- a/docs/RuntimeAPI/html/structihipDevice__t.html
+++ b/docs/RuntimeAPI/html/structihipDevice__t.html
@@ -126,12 +126,12 @@ unsigned
1.8.6
diff --git a/docs/RuntimeAPI/html/structihipEvent__t-members.html b/docs/RuntimeAPI/html/structihipEvent__t-members.html
index 0776e7e875..16bad989ee 100644
--- a/docs/RuntimeAPI/html/structihipEvent__t-members.html
+++ b/docs/RuntimeAPI/html/structihipEvent__t-members.html
@@ -98,7 +98,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
1.8.6
diff --git a/docs/RuntimeAPI/html/structihipEvent__t.html b/docs/RuntimeAPI/html/structihipEvent__t.html
index 9c01e12246..a378a2a2d4 100644
--- a/docs/RuntimeAPI/html/structihipEvent__t.html
+++ b/docs/RuntimeAPI/html/structihipEvent__t.html
@@ -110,12 +110,12 @@ uint64_t
1.8.6
diff --git a/docs/RuntimeAPI/html/structihipStream__t-members.html b/docs/RuntimeAPI/html/structihipStream__t-members.html
index d46a3b9656..57df3ae1ba 100644
--- a/docs/RuntimeAPI/html/structihipStream__t-members.html
+++ b/docs/RuntimeAPI/html/structihipStream__t-members.html
@@ -98,7 +98,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
1.8.6
diff --git a/docs/RuntimeAPI/html/structihipStream__t.html b/docs/RuntimeAPI/html/structihipStream__t.html
index ba671e68af..264d5ffd81 100644
--- a/docs/RuntimeAPI/html/structihipStream__t.html
+++ b/docs/RuntimeAPI/html/structihipStream__t.html
@@ -114,12 +114,12 @@ ihipCommand_t
1.8.6
diff --git a/docs/RuntimeAPI/html/structtexture-members.html b/docs/RuntimeAPI/html/structtexture-members.html
index 12b5319739..42ea0039e3 100644
--- a/docs/RuntimeAPI/html/structtexture-members.html
+++ b/docs/RuntimeAPI/html/structtexture-members.html
@@ -97,7 +97,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
1.8.6
diff --git a/docs/RuntimeAPI/html/structtexture.html b/docs/RuntimeAPI/html/structtexture.html
index bafbc0f8e3..4f8d592be9 100644
--- a/docs/RuntimeAPI/html/structtexture.html
+++ b/docs/RuntimeAPI/html/structtexture.html
@@ -107,7 +107,7 @@ const T *
Public Attributes inherited from textureReference
1.8.6
diff --git a/docs/RuntimeAPI/html/structtextureReference-members.html b/docs/RuntimeAPI/html/structtextureReference-members.html
index 8b3c890f40..89df171ea7 100644
--- a/docs/RuntimeAPI/html/structtextureReference-members.html
+++ b/docs/RuntimeAPI/html/structtextureReference-members.html
@@ -96,7 +96,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
1.8.6
diff --git a/docs/RuntimeAPI/html/structtextureReference.html b/docs/RuntimeAPI/html/structtextureReference.html
index d5fd3910fc..46cb4d44e7 100644
--- a/docs/RuntimeAPI/html/structtextureReference.html
+++ b/docs/RuntimeAPI/html/structtextureReference.html
@@ -103,7 +103,7 @@ Inheritance diagram for textureReference:
1.8.6