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

Этот коммит содержится в:
Alex Voicu
2017-11-29 01:37:52 +00:00
родитель c6ab6f292b
Коммит 37c1811b2a
4 изменённых файлов: 4 добавлений и 5 удалений
+3 -1
Просмотреть файл
@@ -20,7 +20,9 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
*/
#if defined(FUNCTIONAL_GRID_LAUNCH)
#include "hip/hcc_detail/grid_launch_GGL.hpp"
#if !defined(FUNCTIONAL_GRID_LAUNCH)
#include "functional_grid_launch.inl"
#else
#include "macro_based_grid_launch.inl"