We gratefully acknowledge support from
the Simons Foundation and member institutions.
Full-text links:

Download:

Current browse context:

cs.DC

Change to browse by:

References & Citations

DBLP - CS Bibliography

Bookmark

(what is this?)
CiteULike logo BibSonomy logo Mendeley logo del.icio.us logo Digg logo Reddit logo

Computer Science > Distributed, Parallel, and Cluster Computing

Title: sRSP: GPUlarda Asimetrik Senkronizasyon Icin Yeni Olceklenebilir Bir Cozum

Abstract: Asymmetric sharing is a dynamic sharing model, where a shared data is heavily accessed by a (local) sharer, and rarely accessed by other (remote) sharers. On GPUs, without special support, asymmetric sharing requires heavily loaded synchronization on every access. With the introduction of Remote Scope Promotion (RSP), access to the local sharer is allowed with lightweight synchronization, while heavyweight synchronization is only used for remote accesses where it is rarely needed. RSP ensures data consistency by promoting local synchronizations on remote accesses. Unfortunately, the first implementation of RSP is not a scalable solution. We offer a more efficient and scalable RSP implementation. This new design, which we call sRSP, is based on the monitoring of the local sharer and the selective execution of heavyweight synchronization operations. We evaluated the sRSP with the time-detailed Gem5-APU simulator and the results show that the sRSP improves performance by an average of 29 percent on a 64 Compute Unit GPU.
Comments: in Turkish language
Subjects: Distributed, Parallel, and Cluster Computing (cs.DC); Hardware Architecture (cs.AR)
Cite as: arXiv:2211.00360 [cs.DC]
  (or arXiv:2211.00360v1 [cs.DC] for this version)

Submission history

From: Ayse Yilmazer-Metin [view email]
[v1] Tue, 1 Nov 2022 10:13:36 GMT (2214kb)

Link back to: arXiv, form interface, contact.