hipMemAccessDesc Struct Reference#
hipMemAccessDesc Struct Reference
#include <hip_runtime_api.h>
Collaboration diagram for hipMemAccessDesc:
| Data Fields | |
| hipMemLocation | location | 
| Location on which the accessibility has to change. | |
| hipMemAccessFlags | flags | 
| Accessibility flags to set. | |
Detailed Description
Memory access descriptor structure is used to specify memory access permissions for a virtual memory region in Virtual Memory Management API. This structure changes read, and write permissions for specific memory regions.
Field Documentation
◆ flags
| hipMemAccessFlags hipMemAccessDesc::flags | 
Accessibility flags to set.
◆ location
| hipMemLocation hipMemAccessDesc::location | 
Location on which the accessibility has to change.
The documentation for this struct was generated from the following file:
- include/hip/hip_runtime_api.h