Remove SpinEBOBlockMutex usage and unit tests
This commit is contained in:
+1
-2
@@ -29,8 +29,7 @@ namespace rocshmem {
|
||||
__host__ Context::Context(Backend* handle, bool shareable)
|
||||
: num_pes(handle->getNumPEs()),
|
||||
my_pe(handle->getMyPE()),
|
||||
fence_(shareable),
|
||||
dev_mtx_(shareable) {}
|
||||
fence_(shareable) {}
|
||||
|
||||
/******************************************************************************
|
||||
********************** CONTEXT DISPATCH IMPLEMENTATIONS **********************
|
||||
|
||||
Referens i nytt ärende
Block a user