Ben Sander
|
173cff4c1e
|
fix bugs in P2P implementation
- addPeers polarity reversed, would never add.
- check allow_access return value, pipe error to hipMalloc.
|
2016-04-11 07:58:58 -05:00 |
|
Ben Sander
|
52ac414b40
|
Use HCC get_is_pool, add USE_PEER_TO_PEER level 2, 3.
|
2016-04-11 07:58:58 -05:00 |
|
Ben Sander
|
97772d6363
|
For P2P, use the peer list when allocating Device memory or pinned host.
Each new allocation is automatically mapped into the address space of
all enabled peers.
|
2016-04-11 07:58:58 -05:00 |
|
Ben Sander
|
e2d19d7f7a
|
P2P checkpoint.
Maintain enabled peer tables for each device.
|
2016-04-11 07:58:58 -05:00 |
|
Ben Sander
|
4400875dda
|
Checkpoint initial peer2peer implementation.
|
2016-04-11 07:58:58 -05:00 |
|
Aditya Atluri
|
eea49cb66b
|
added CR and hipsetdeviceflags func
|
2016-03-24 07:04:01 -05:00 |
|
Aditya Atluri
|
1c55019322
|
Split files based on functionality and changed cmake file
|
2016-03-24 04:57:30 -05:00 |
|