Fix oversight in selection mechanism which led to erroneous code to be compiled for the grid_launch_GGL component.

Tento commit je obsažen v:
Alex Voicu
2017-11-29 01:37:52 +00:00
rodič 89e9399427
revize faa546d194
4 změnil soubory, kde provedl 4 přidání a 5 odebrání
+1 -1
Zobrazit soubor
@@ -22,7 +22,7 @@ THE SOFTWARE.
#if GENERIC_GRID_LAUNCH == 1
#if __hcc_workweek__ >= 17481
#define FUNCTIONAL_GRID_LAUNCH
#define FUNCTIONAL_GRID_LAUNCH 1
#include "functional_grid_launch.hpp"
#else
#include "macro_based_grid_launch.hpp"