SWDEV-346448 - fix the missing defines
for nvdi compile Signed-off-by: sdashmiz <shadi.dashmiz@amd.com> Change-Id: Ifd0e50a6f8636609fa61680cc719a2f82fb1320c
Этот коммит содержится в:
коммит произвёл
Shadi Dashmiz
родитель
13d1a1b0e4
Коммит
b875936c5d
@@ -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;
|
||||
|
||||
|
||||
Ссылка в новой задаче
Block a user