Enable GGL as the default kernel launch method

Change-Id: I8022d126ee28ff7e4d9a96209e399d4243d39d8b


[ROCm/hip commit: cfc2d455e1]
This commit is contained in:
Sun, Peng
2017-03-30 13:36:46 -05:00
förälder 4ea7a521e2
incheckning 7a0c077800
2 ändrade filer med 2 tillägg och 2 borttagningar
@@ -32,7 +32,7 @@ THE SOFTWARE.
#include <iostream>
#ifndef GENERIC_GRID_LAUNCH
#define GENERIC_GRID_LAUNCH 0
#define GENERIC_GRID_LAUNCH 1
#endif
#include <hip/hcc_detail/host_defines.h>
@@ -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 1
#endif
#ifdef __HCC__