diff --git a/projects/hip/include/hip/hcc_detail/grid_launch_v2.hpp b/projects/hip/include/hip/hcc_detail/grid_launch_v2.hpp index 3d5d5c1ffe..b59cbd01aa 100644 --- a/projects/hip/include/hip/hcc_detail/grid_launch_v2.hpp +++ b/projects/hip/include/hip/hcc_detail/grid_launch_v2.hpp @@ -693,7 +693,7 @@ namespace hip_impl #define make_kernel_lambda_hip_(...)\ overload_macro_hip_(make_kernel_lambda_hip_, __VA_ARGS__) - #define hipLaunchKernelV3(\ + #define hipLaunchKernelGGL(\ kernel_name,\ num_blocks,\ dim_blocks,\ @@ -718,7 +718,7 @@ namespace hip_impl stream,\ ...)\ {\ - hipLaunchKernelV3(\ + hipLaunchKernelGGL(\ kernel_name,\ num_blocks,\ dim_blocks,\