Remove SpinEBOBlockMutex usage and unit tests

Esse commit está contido em:
Brandon Potter
2024-07-11 10:10:16 -07:00
commit 770890a107
5 arquivos alterados com 28 adições e 39 exclusões
+1 -2
Ver Arquivo
@@ -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.