Remove SpinEBOBlockMutex usage and unit tests
[ROCm/rocshmem commit: 770890a107]
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user