From e83d1967dc2446db833da8794e67e16a2c15ad74 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) [ROCm/hip commit: 11ff9f53456e705d6bac97c2e5f7315fc8b404fa] --- projects/hip/include/hip/hip_runtime_api.h | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/projects/hip/include/hip/hip_runtime_api.h b/projects/hip/include/hip/hip_runtime_api.h index 07901ad157..fb247aa893 100644 --- a/projects/hip/include/hip/hip_runtime_api.h +++ b/projects/hip/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 */