Remove unused fence policy (#348)

This commit is contained in:
Yiltan
2025-12-08 14:06:53 -05:00
committed by GitHub
szülő c99bc21e10
commit ecd4c9f561
11 fájl változott, egészen pontosan 14 új sor hozzáadva és 113 régi sor törölve
+1 -2
Fájl megtekintése
@@ -28,10 +28,9 @@
namespace rocshmem {
__host__ Context::Context(Backend* handle, bool shareable)
__host__ Context::Context(Backend* handle)
: num_pes(handle->getNumPEs()),
my_pe(handle->getMyPE()),
fence_(shareable),
btype(handle->type) {
}