revert workaround for square sample and update doc on GGL

Change-Id: I731c68ca4111e7dc2e45bef51c4cad2c23fc81f8
This commit is contained in:
Sun, Peng
2017-03-20 17:03:21 -05:00
förälder d09afd23b8
incheckning 329e2182d6
5 ändrade filer med 4 tillägg och 11 borttagningar
-1
Visa fil
@@ -323,7 +323,6 @@ namespace glo_tests
make_lambda_wrapper(kernel_name, __VA_ARGS__), \
##__VA_ARGS__); \
}
#warning "GGL hipLaunchKernel Reached"
#define hipLaunchKernel( \
kernel_name, \
num_blocks, \
+1 -1
Visa fil
@@ -32,7 +32,7 @@ THE SOFTWARE.
#include <iostream>
#ifndef GENERIC_GRID_LAUNCH
#define GENERIC_GRID_LAUNCH 0
#define GENERIC_GRID_LAUNCH 0
#endif
#include <hip/hcc_detail/host_defines.h>
+1 -1
Visa fil
@@ -32,7 +32,7 @@ THE SOFTWARE.
// Add guard to Generic Grid Launch method
#ifndef GENERIC_GRID_LAUNCH
#define GENERIC_GRID_LAUNCH 0
#define GENERIC_GRID_LAUNCH 0
#endif
#ifdef __HCC__