Temporarily disables HCC_OPT_FLUSH

Change-Id: I290791e58dd52ab3823f6c3315e42b0d386e9d64


[ROCm/hip commit: 17555eabc0]
This commit is contained in:
Wen-Heng (Jack) Chung
2017-07-12 16:08:36 +00:00
parent a4d39f50a1
commit a80bc4c3b6
+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;