update GGL implementation to use hipLaunchKernel

Change-Id: Ibc08185c814bb07d54f3e68016b10eb7b9f2bf4b
This commit is contained in:
Sun, Peng
2017-03-21 12:38:40 -05:00
rodzic ec04521617
commit 91274394dc
@@ -595,7 +595,7 @@ namespace glo_tests
##__VA_ARGS__); \
}
#define hipLaunchKernelV2( \
#define hipLaunchKernel( \
kernel_name, \
num_blocks, \
dim_blocks, \