Remove unused fence policy (#348)
This commit is contained in:
@@ -28,10 +28,9 @@
|
||||
|
||||
namespace rocshmem {
|
||||
|
||||
__host__ Context::Context(Backend* handle, bool shareable)
|
||||
__host__ Context::Context(Backend* handle)
|
||||
: num_pes(handle->getNumPEs()),
|
||||
my_pe(handle->getMyPE()),
|
||||
fence_(shareable),
|
||||
btype(handle->type) {
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user