From 1d1e50fa771ef1c4752744a73154e195ca4e21b4 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 [ROCm/hip commit: ac634bf33428d8fe844f5e8009e706cfd1612a39] --- 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 08a2cdbfcf..d826a0cec3 100644 --- a/projects/hip/src/hip_hcc.cpp +++ b/projects/hip/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;