SWDEV-346448 - fix the missing defines
for nvdi compile
Signed-off-by: sdashmiz <shadi.dashmiz@amd.com>
Change-Id: Ifd0e50a6f8636609fa61680cc719a2f82fb1320c
[ROCm/hipother commit: b875936c5d]
This commit is contained in:
@@ -1135,6 +1135,13 @@ typedef enum cudaStreamCaptureStatus hipStreamCaptureStatus;
|
||||
|
||||
typedef union cudaKernelNodeAttrValue hipKernelNodeAttrValue;
|
||||
typedef enum cudaKernelNodeAttrID hipKernelNodeAttrID;
|
||||
#define hipKernelNodeAttributeAccessPolicyWindow cudaKernelNodeAttributeAccessPolicyWindow
|
||||
#define hipKernelNodeAttributeCooperative cudaKernelNodeAttributeCooperative
|
||||
typedef enum cudaAccessProperty hipAccessProperty;
|
||||
#define hipAccessPropertyNormal cudaAccessPropertyNormal
|
||||
#define hipAccessPropertyStreaming cudaAccessPropertyStreaming
|
||||
#define hipAccessPropertyPersisting cudaAccessPropertyPersisting
|
||||
typedef struct cudaAccessPolicyWindow hipAccessPolicyWindow;
|
||||
|
||||
typedef enum cudaGraphMemAttributeType hipGraphMemAttributeType;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user