SWDEV-374365 - adding define for hipExternalMemoryDedicated (#3130)
Change-Id: Ibea8f7e05bf29652358b81e14215725a19973757
This commit is contained in:
committed by
GitHub
parent
a2a6d6e279
commit
e40f199f30
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user