From 11ff9f53456e705d6bac97c2e5f7315fc8b404fa Mon Sep 17 00:00:00 2001 From: "GunaShekar, Ajay" Date: Tue, 15 Apr 2025 12:05:30 -0700 Subject: [PATCH] SWDEV-523281 - Include hipDrvLaunchKernel enums compatible to nv (#62) --- include/hip/hip_runtime_api.h | 9 +++++++++ 1 file changed, 9 insertions(+) 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 */