Enable HIP_SYNC_NULL_STREAM=0 optimization.

[ROCm/hip commit: decf3eee18]
This commit is contained in:
Ben Sander
2017-06-05 08:50:41 -05:00
والد 445042f916
کامیت 65f91dbb0d
+1 -1
مشاهده پرونده
@@ -94,7 +94,7 @@ int HIP_SYNC_HOST_ALLOC = 1;
// Chicken bit to sync on host to implement null stream. // Chicken bit to sync on host to implement null stream.
// If 0, null stream synchronization is performed on the GPU // If 0, null stream synchronization is performed on the GPU
int HIP_SYNC_NULL_STREAM = 1; int HIP_SYNC_NULL_STREAM = 0;
// HIP needs to change some behavior based on HCC_OPT_FLUSH : // HIP needs to change some behavior based on HCC_OPT_FLUSH :
// TODO - set this to 1 // TODO - set this to 1