Remove SpinEBOBlockMutex usage and unit tests
Esse commit está contido em:
@@ -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.
|
||||
|
||||
Referência em uma Nova Issue
Bloquear um usuário