Skip to content

Commit

Permalink
Merge pull request #33 from RadeonOpenCompute/hsa_pool_api
Browse files Browse the repository at this point in the history
Hsa pool api
  • Loading branch information
whchung committed Apr 18, 2016
2 parents def3939 + a681a0e commit 972a263
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion include/hc.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -762,7 +762,8 @@ class accelerator
/**
* Check if @p other is peer of this accelerator.
*
* @return true if other can access this accelerator's device memory pool or false if not
* @return true if other can access this accelerator's device memory pool or false if not.
* the acceleratos is its own peer.
*/
bool get_is_peer(const accelerator& other) const {
return pDev->is_peer(other.pDev);
Expand Down

0 comments on commit 972a263

Please sign in to comment.