Merge pull request #98 from whchung/disable_hcc_opt_flush

Disable HCC_OPT_FLUSH
This commit is contained in:
Maneesh Gupta
2017-07-13 11:16:54 +05:30
committed by GitHub
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
#include "hcc/hc_am.hpp"
#include <hc_am.hpp>
+1 -1
View File
@@ -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;