Skip to content

Commit 9936d99

Browse files
authored
Update index.md
updated publications
1 parent f45e3a9 commit 9936d99

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Diff for: docs/index.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -601,7 +601,7 @@ BeyondMoore Software Ecosystem
601601
project will be available soon. The related paper is under review. </p>
602602
</div>
603603
<div class="grid h-[100%] justify-center place-items-center">
604-
<img width="50%" src="./assets/task-graph-Ilyas.png" />
604+
<img width="40%" src="./assets/task-graph-Ilyas.png" />
605605
</div>
606606
</div>
607607

@@ -612,11 +612,11 @@ BeyondMoore Software Ecosystem
612612
<a href="https://github.com/ParCoreLab/PES-artifact" class="text-xl font-semibold font-serif visited:text-teal-700">Percise Event Sampling</a>
613613
</div>
614614
<p class="text-lg">
615-
To Be Added
615+
Precise event sampling, a profiling feature in commodity processors, accurately pinpoints instructions triggering hardware events. While widely utilized, support from vendors varies, impacting accuracy, stability, overhead, and functionality. Our study benchmarks Intel PEBS and AMD IBS, revealing PEBS's finer-grained accuracy and IBS's richer information but lower stability. PEBS incurs lower time overhead, while IBS suffers from accuracy issues. OS signal delivery adds significant time overhead. Both PEBS and IBS exhibit sampling bias. Our findings hold in a full-fledged profiling tool on modern Intel and AMD machines. This comparison offers valuable insights for hardware designers and profiling tool developers. <a href="https://github.com/ParCoreLab/PES-artifact" class="text-xl font-semibold font-serif visited:text-teal-700">All the artifacts and benchmarks can be found.</a>
616616
</p>
617617
</div>
618618
<div class="grid h-[100%] justify-center place-items-center">
619-
<img width="50%" src="./assets/landscape-placeholder.svg" />
619+
<img width="50%" src="./assets/PES-comparison.png" />
620620
</div>
621621
</div>
622622

@@ -629,13 +629,13 @@ Publications
629629
<hr />
630630

631631
<div class="grid">
632-
<div class="card"> Ilyas Turimbetov, MA Sasongko, and Didem Unat, <a href="https://dl.acm.org/doi/pdf/10.1145/3642961#page=8">GPU-Initiated Resource Allocation for Irregular Workloads</a>, International Workshop on Extreme Heterogeneity Solutions (ExHET), 2024 </div>
633-
<div class="card"> I Ismayilov, J Baydamirli, D Sagbili, M Wahib, D Unat, <a href="https://dl.acm.org/doi/abs/10.1145/3577193.3593713">Multi-GPU Communication Schemes for Iterative Solvers: When CPUs are Not in Charge</a>, ICS ’23: Proceedings of the 37th International Conference on Supercomputing, 192–202. </div>
634-
<div class="card"> MA Sasongko, M Chabbi, PHJ Kelly, D Unat, <a href="https://scholar.google.com/citations?view_op=view_citation&hl=en&user=NR70RpYAAAAJ&sortby=pubdate&citation_for_view=NR70RpYAAAAJ:35N4QoGY0k4C">Precise Event Sampling on AMD vs Intel: Quantitative and Qualitative Comparison</a>, IEEE Transactions on Parallel and Distributed Systems, vol. 34, no. 5, pp. 1594-1608, May 2023, doi: 10.1109/TPDS.2023.3257105. </div>
635632
<div class="card"> Issa, M., Sasongko, M., Turimbetov, I., Baydamirli, J., Sağbili, D., Unat, D. (2024). <a href="https://doi.org/10.1145/3650200.3656597">Snoopie: A Multi-GPU Communication Profiler and Visualizer</a>. In Proceedings of the 38th International Conference on Supercomputing. </div>
636633
</div>
637-
634+
<div class="card"> Ilyas Turimbetov, MA Sasongko, and Didem Unat, <a href="https://dl.acm.org/doi/10.1145/3642961.3643799">GPU-Initiated Resource Allocation for Irregular Workloads</a>, International Workshop on Extreme Heterogeneity Solutions (ExHET), 2024 </div>
635+
<div class="card"> I Ismayilov, J Baydamirli, D Sagbili, M Wahib, D Unat, <a href="https://dl.acm.org/doi/abs/10.1145/3577193.3593713">Multi-GPU Communication Schemes for Iterative Solvers: When CPUs are Not in Charge</a>, ICS ’23: Proceedings of the 37th International Conference on Supercomputing, 192–202. </div>
636+
<div class="card"> MA Sasongko, M Chabbi, PHJ Kelly, D Unat, <a href="https://ieeexplore.ieee.org/document/10068807">Precise Event Sampling on AMD vs Intel: Quantitative and Qualitative Comparison</a>, IEEE Transactions on Parallel and Distributed Systems, vol. 34, no. 5, pp. 1594-1608, May 2023, doi: 10.1109/TPDS.2023.3257105.
637+
</div>
638638

639639
<hr />
640640

641-
<img class="hidden none" src="./assets/erc_logo-150x150.png" />
641+
<img class="hidden none" src="./assets/LOGO_ERC.jpg" />

0 commit comments

Comments
 (0)