Remove SpinEBOBlockMutex usage and unit tests

[ROCm/rocshmem commit: 770890a107]
This commit is contained in:
Brandon Potter
2024-07-11 10:10:16 -07:00
parent 76f739ca40
commit 77ddf075a2
5 changed files with 28 additions and 39 deletions
+1 -2
View File
@@ -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 **********************