2
0

Enable GGL as the default kernel launch method

Change-Id: I8022d126ee28ff7e4d9a96209e399d4243d39d8b


[ROCm/clr commit: c081099de1]
Este cometimento está contido em:
Sun, Peng
2017-03-30 13:36:46 -05:00
ascendente 0cab597d16
cometimento 8b91454077
2 ficheiros modificados com 2 adições e 2 eliminações
+1 -1
Ver ficheiro
@@ -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
Ver ficheiro
@@ -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__