Temporarily disables HCC_OPT_FLUSH

Change-Id: I290791e58dd52ab3823f6c3315e42b0d386e9d64
This commit is contained in:
Wen-Heng (Jack) Chung
2017-07-12 16:08:36 +00:00
parent 0dcfd2b909
commit 32909c4a92
+1 -1
Vedi 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;