SWDEV-374365 - adding define for hipExternalMemoryDedicated (#3130)

Change-Id: Ibea8f7e05bf29652358b81e14215725a19973757

[ROCm/hip commit: e40f199f30]
This commit is contained in:
ROCm CI Service Account
2023-01-10 06:21:18 +05:30
committato da GitHub
parent 5f9df868d2
commit ffa9b67b62
@@ -689,6 +689,9 @@ enum hipLimit_t {
// Stream per thread
/** Implicit stream per application thread.*/
#define hipStreamPerThread ((hipStream_t)2)
// Indicates that the external memory object is a dedicated resource
#define hipExternalMemoryDedicated 0x1
/*
* @brief HIP Memory Advise values
* @enum