SWDEV-399623 - [ABI Break] Remove 'memoryType' from hipPointerAttribute_t""
This reverts commitdf0de2458f. Reason for revert: Bringing back original change Change-Id: I33bbc9b698e07ca8e03ee6b15bcb66f5795bbe4e [ROCm/hip commit:504e670d73]
이 커밋은 다음에 포함됨:
@@ -258,11 +258,7 @@ typedef enum hipMemoryType {
|
||||
* Pointer attributes
|
||||
*/
|
||||
typedef struct hipPointerAttribute_t {
|
||||
union {
|
||||
// Deprecated, use instead type
|
||||
enum hipMemoryType memoryType;
|
||||
enum hipMemoryType type;
|
||||
};
|
||||
enum hipMemoryType type;
|
||||
int device;
|
||||
void* devicePointer;
|
||||
void* hostPointer;
|
||||
|
||||
새 이슈에서 참조
사용자 차단