Fix compiler version check.

This commit is contained in:
Alex Voicu
2017-11-29 03:05:53 +00:00
parent e305d3fc94
commit 93e595c267
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ THE SOFTWARE.
#include "hip/hcc_detail/grid_launch_GGL.hpp"
#if defined(FUNCTIONAL_GRID_LAUNCH)
#if __hcc_workweek__ >= 17481
#include "functional_grid_launch.inl"
#else
#include "macro_based_grid_launch.inl"