Remove unused fence policy (#348)

[ROCm/rocshmem commit: ecd4c9f561]
This commit is contained in:
Yiltan
2025-12-08 14:06:53 -05:00
committed by GitHub
parent 92c56e7fbd
commit cf1db0529a
11 changed files with 14 additions and 113 deletions
+1 -2
View File
@@ -29,10 +29,9 @@
namespace rocshmem {
__device__ Context::Context(Backend* handle, bool shareable)
__device__ Context::Context(Backend* handle)
: num_pes(handle->getNumPEs()),
my_pe(handle->getMyPE()),
fence_(shareable),
btype(handle->type) {
/*
* Device-side context constructor is a work-group collective, so make