Remove SpinEBOBlockMutex usage and unit tests

This commit is contained in:
Brandon Potter
2024-07-11 10:10:16 -07:00
förälder 3aaf29399c
incheckning 770890a107
5 ändrade filer med 28 tillägg och 39 borttagningar
+1 -2
Visa fil
@@ -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 **********************