From 91274394dc29fc46056b0e4c90c72ad52efd2508 Mon Sep 17 00:00:00 2001 From: "Sun, Peng" Date: Tue, 21 Mar 2017 12:38:40 -0500 Subject: [PATCH] update GGL implementation to use hipLaunchKernel Change-Id: Ibc08185c814bb07d54f3e68016b10eb7b9f2bf4b --- include/hip/hcc_detail/grid_launch_v2.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/hip/hcc_detail/grid_launch_v2.hpp b/include/hip/hcc_detail/grid_launch_v2.hpp index b1134ee9cc..c59c69ffd9 100644 --- a/include/hip/hcc_detail/grid_launch_v2.hpp +++ b/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, \