Enable GGL as the default kernel launch method

Change-Id: I8022d126ee28ff7e4d9a96209e399d4243d39d8b
This commit is contained in:
Sun, Peng
2017-03-30 13:36:46 -05:00
förälder ec744797dd
incheckning cfc2d455e1
2 ändrade filer med 2 tillägg och 2 borttagningar
+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 1
#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 1
#endif
#ifdef __HCC__