Merge pull request #98 from whchung/disable_hcc_opt_flush

Disable HCC_OPT_FLUSH

[ROCm/clr commit: 3690fbcc33]
此提交包含在:
Maneesh Gupta
2017-07-13 11:16:54 +05:30
提交者 GitHub
當前提交 f3ebd4f4c4
共有 2 個檔案被更改,包括 2 行新增2 行删除
+1 -1
查看文件
@@ -1,5 +1,5 @@
#include "hcc/hc_am.hpp"
#include <hc_am.hpp>
+1 -1
查看文件
@@ -96,7 +96,7 @@ int HIP_SYNC_NULL_STREAM = 1;
// HIP needs to change some behavior based on HCC_OPT_FLUSH :
// TODO - set this to 1
int HCC_OPT_FLUSH = 1;
int HCC_OPT_FLUSH = 0;