2
0

Remove USE_AV_COPY, USE_PEER_TO_PEER fallback paths.

Change-Id: I9c20173e62029c4caebabc98784c6d7697758e4f
Este cometimento está contido em:
Ben Sander
2016-09-11 11:11:17 -05:00
ascendente ccc1bbe6b1
cometimento e843d8cb51
4 ficheiros modificados com 0 adições e 32 eliminações
-7
Ver ficheiro
@@ -31,13 +31,6 @@ THE SOFTWARE.
// #define USE_MEMCPYTOSYMBOL
//
//Use the new HCC accelerator_view::copy instead of am_copy
#define USE_AV_COPY (__hcc_workweek__ >= 16351)
// 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 3
//---