From 181b44df3fc9fad3781edc6aac53eea19058ea67 Mon Sep 17 00:00:00 2001 From: Jack Chung Date: Wed, 13 Apr 2016 13:56:26 +0800 Subject: [PATCH] Add missing USE_PEER_TO_PEER macro definition [ROCm/hip commit: 210ba67b84996c040cbaf8c121cab4b5370fa928] --- projects/hip/include/hcc_detail/hip_hcc.h | 1 + 1 file changed, 1 insertion(+) diff --git a/projects/hip/include/hcc_detail/hip_hcc.h b/projects/hip/include/hcc_detail/hip_hcc.h index 66388d3b2c..deb9fd0b04 100644 --- a/projects/hip/include/hcc_detail/hip_hcc.h +++ b/projects/hip/include/hcc_detail/hip_hcc.h @@ -38,6 +38,7 @@ THE SOFTWARE. // Compile peer-to-peer support. // >= 2 : use HCC hc:accelerator::get_is_peer // >= 3 : use hc::am_memtracker_update_peers(...) +#define USE_PEER_TO_PEER 0 // Use new lock API in HCC: #define USE_HCC_LOCK 0