Fix compiler version check.

此提交包含在:
Alex Voicu
2017-11-29 03:05:53 +00:00
父節點 3ed8897a5a
當前提交 b881cf713c
共有 2 個檔案被更改,包括 2 行新增2 行删除
+1 -1
查看文件
@@ -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"