update GGL implementation to use hipLaunchKernel

Change-Id: Ibc08185c814bb07d54f3e68016b10eb7b9f2bf4b
Этот коммит содержится в:
Sun, Peng
2017-03-21 12:38:40 -05:00
родитель ec04521617
Коммит 91274394dc
+1 -1
Просмотреть файл
@@ -595,7 +595,7 @@ namespace glo_tests
##__VA_ARGS__); \
}
#define hipLaunchKernelV2( \
#define hipLaunchKernel( \
kernel_name, \
num_blocks, \
dim_blocks, \