From c2baa4f6e604d23c14e66eb6402fe16bd6e25dab Mon Sep 17 00:00:00 2001 From: Ben Sander Date: Wed, 7 Jun 2017 00:15:05 -0500 Subject: [PATCH] Enable HCC_OPT_FLUSH=1. Requires appropriate HCC with this support : commit 38e392b517a46a09a3b1c8f388e6a0db3741c510 --- hipamd/src/hip_hcc.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hipamd/src/hip_hcc.cpp b/hipamd/src/hip_hcc.cpp index 08a2cdbfcf..d826a0cec3 100644 --- a/hipamd/src/hip_hcc.cpp +++ b/hipamd/src/hip_hcc.cpp @@ -98,7 +98,7 @@ int HIP_SYNC_NULL_STREAM = 0; // HIP needs to change some behavior based on HCC_OPT_FLUSH : // TODO - set this to 1 -int HCC_OPT_FLUSH = 0; +int HCC_OPT_FLUSH = 1;