From a80bc4c3b69e561331137f86b020e0104c7bce8d Mon Sep 17 00:00:00 2001 From: "Wen-Heng (Jack) Chung" Date: Wed, 12 Jul 2017 16:08:36 +0000 Subject: [PATCH] Temporarily disables HCC_OPT_FLUSH Change-Id: I290791e58dd52ab3823f6c3315e42b0d386e9d64 [ROCm/hip commit: 17555eabc0a6885931161c8060651ba236e159dc] --- projects/hip/src/hip_hcc.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/hip/src/hip_hcc.cpp b/projects/hip/src/hip_hcc.cpp index 39466aa834..8aaa7af02b 100644 --- a/projects/hip/src/hip_hcc.cpp +++ b/projects/hip/src/hip_hcc.cpp @@ -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;