diff --git a/include/hip/hip_runtime_api.h b/include/hip/hip_runtime_api.h index 07901ad157..fb247aa893 100644 --- a/include/hip/hip_runtime_api.h +++ b/include/hip/hip_runtime_api.h @@ -1459,6 +1459,15 @@ typedef union hipLaunchAttributeValue { */ #define hipKernelNodeAttrValue hipLaunchAttributeValue +/** + * hip Drv attributes + */ +#define hipDrvLaunchAttributeCooperative hipLaunchAttributeCooperative + +#define hipDrvLaunchAttributeID hipLaunchAttributeID +#define hipDrvLaunchAttributeValue hipLaunchAttributeValue +#define hipDrvLaunchAttribute hipLaunchAttribute + /** * Memset node params */