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
@@ -30,8 +30,7 @@ namespace rocshmem {
__device__ Context::Context(Backend* handle, bool shareable)
: num_pes(handle->getNumPEs()),
my_pe(handle->getMyPE()),
fence_(shareable),
dev_mtx_(shareable) {
fence_(shareable) {
/*
* Device-side context constructor is a work-group collective, so make
* sure all the members have their default values before returning.