From 0215445fa0f0b064724728876ca9b93a2861b1be 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 [ROCm/hip commit: 91274394dc29fc46056b0e4c90c72ad52efd2508] --- projects/hip/include/hip/hcc_detail/grid_launch_v2.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, \