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 b1134ee9cc..c59c69ffd9 100644 --- a/projects/hip/include/hip/hcc_detail/grid_launch_v2.hpp +++ b/projects/hip/include/hip/hcc_detail/grid_launch_v2.hpp @@ -595,7 +595,7 @@ namespace glo_tests ##__VA_ARGS__); \ } - #define hipLaunchKernelV2( \ + #define hipLaunchKernel( \ kernel_name, \ num_blocks, \ dim_blocks, \