Preparing PR: Metallizing GraphBwd#1
Conversation
| #if defined ENABLE_MEMKIND | ||
| RRRsetAllocator<vertex_type> allocator(libmemkind::kinds::DAX_KMEM_PREFERRED); | ||
| #elif defined ENABLE_METALL | ||
| RRRsetAllocator<vertex_type> allocator("/mnt/bb/reeceneff/memkind_tmp", 0); |
There was a problem hiding this comment.
Should we use the old version?
There was a problem hiding this comment.
@neffrw Same path as metall RRR set destination
| #if defined ENABLE_MEMKIND | ||
| RRRsetAllocator<vertex_type> allocator(libmemkind::kinds::DAX_KMEM_PREFERRED); | ||
| #elif defined ENABLE_METALL | ||
| RRRsetAllocator<vertex_type> allocator("/mnt/bb/reeceneff/memkind_tmp", 0); |
There was a problem hiding this comment.
Should we use the old version?
There was a problem hiding this comment.
It looks like there are some conflicts with the latest master version. How do we want to merge?
There was a problem hiding this comment.
It looks like there is a conflict with the latest master version. How do we want to merge?
|
|
||
| metall::manager &metall_manager_instance() { | ||
| static metall::manager manager(metall::create_only, "/tmp/ripples"); | ||
| static metall::manager manager(metall::create_only, "/dev/shm/metall_tmp"); |
There was a problem hiding this comment.
Need a way to configure this pass at run time?
There was a problem hiding this comment.
@neffrw implement for both memkind and metall RRR Sets
|
|
||
| metall::manager &metall_manager_instance() { | ||
| static metall::manager manager(metall::create_only, "/tmp/ripples"); | ||
| static metall::manager manager(metall::create_only, "/dev/shm/metall_tmp"); |
There was a problem hiding this comment.
@neffrw implement for both memkind and metall RRR Sets
| #if defined ENABLE_MEMKIND | ||
| RRRsetAllocator<vertex_type> allocator(libmemkind::kinds::DAX_KMEM_PREFERRED); | ||
| #elif defined ENABLE_METALL | ||
| RRRsetAllocator<vertex_type> allocator("/mnt/bb/reeceneff/memkind_tmp", 0); |
There was a problem hiding this comment.
@neffrw Same path as metall RRR set destination
| #if defined ENABLE_MEMKIND | ||
| RRRsetAllocator<vertex_type> allocator(libmemkind::kinds::DAX_KMEM_PREFERRED); | ||
| #elif defined ENABLE_METALL | ||
| RRRsetAllocator<vertex_type> allocator("/mnt/bb/reeceneff/memkind_tmp", 0); |
Feature/metall
Use this PR to review and discuss the new version before creating a PR to the original repository.