2
0

Fixed review comments

Este cometimento está contido em:
Rahul Garg
2017-11-21 21:19:06 +05:30
ascendente 9866fa250d
cometimento 56862b1c35
4 ficheiros modificados com 162 adições e 163 eliminações
+3 -3
Ver ficheiro
@@ -116,10 +116,10 @@ typedef struct hipDeviceProp_t {
* Memory type (for pointer attributes)
*/
enum hipMemoryType {
hipMemoryTypeHost, ///< Memory is physically located on host
hipMemoryTypeHost, ///< Memory is physically located on host
hipMemoryTypeDevice, ///< Memory is physically located on device. (see deviceId for specific device)
hipMemoryTypeArray,
hipMemoryTypeUnified
hipMemoryTypeArray, ///< Array memory, physically located on device. (see deviceId for specific device)
hipMemoryTypeUnified ///< Not used currently
};