From 5499f15f629254b28d2848809db9c47e27f04e5c 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/clr commit: fe0e5f3541d7a3f7f5d416938756c14184c4df64] --- projects/clr/hipamd/include/hcc_detail/hip_hcc.h | 1 + 1 file changed, 1 insertion(+) diff --git a/projects/clr/hipamd/include/hcc_detail/hip_hcc.h b/projects/clr/hipamd/include/hcc_detail/hip_hcc.h index 66388d3b2c..deb9fd0b04 100644 --- a/projects/clr/hipamd/include/hcc_detail/hip_hcc.h +++ b/projects/clr/hipamd/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