Skip to content

Commit 5de3059

Browse files
authored
Merge pull request #38 from uic-evl/news
news
2 parents 3c8d909 + 5d671c0 commit 5de3059

File tree

3 files changed

+60
-0
lines changed

3 files changed

+60
-0
lines changed

_news/2025/2025-08-18-2967.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
layout: post
3+
title: 2025 Interdisciplinary Bootcamp (UIC and UI Health)
4+
date: 2025-08-18
5+
tags: event
6+
categories: events
7+
tabs: true
8+
image: bootcamp2025.png-srcw.jpg
9+
10+
---
11+
12+
Computer Science and EVL Professor Liz Marai and Andrew Boyd, Associate Vice Chancellor for Research and Chief Research Information Officer, organized and led the <a href="https://hds.uic.edu/news-and-events/2025-bootcamp-information/">2025 Health Data Science Interdisciplinary Bootcamp</a>, which aims to bridge healthcare and data science research at UIC. Computer Science Associate Professor Elena Zheleva and Assistant Professor Hao Chen were among the participants, and Professor Bhaskar das Gupta was one of the bootcamp mentors.<br><br>
13+
The second annual bootcamp organized by the UIC Institute for Health Data Science Research took place on August 18-22 2025. It was the second bootcamp of this type organized at UIC, and took a quite unique and innovative approach to bridging healthcare and data science. In a 5-day long facilitated workshop, 15 researchers from the two campuses (UIC and UI Health), most of whom had not met before: formed interdisciplinary teams of 3-4 individuals around unique project ideas; learned and practiced the basic principles of team science and collaboration; received hands on training and information about funding opportunities; identified the significance and innovation of those ideas; received targeted feedback from peers and mentors, which enabled the teams to repeatedly pivot and refine the project ideas; and refined those ideas repeatedly until they turned into remarkably inventive mini-proposals for seed funding. In the following year, the Institute will work with the teams to strengthen and submit unique project proposals to federal funding agencies and other funding sources.
14+
15+
![image](/images/bootcamp2025.png-srcw.jpg
16+
){:style="max-width: 100%"}
17+
18+
Link: [https://hds.uic.edu/news-and-events/2025-bootcamp-information/](https://hds.uic.edu/news-and-events/2025-bootcamp-information/)

_news/2025/2025-11-12-2965.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
layout: post
3+
title: Congrats to Francesco Botto for a CoGamy Workshop Paper at ICDM 2025!
4+
date: 2025-11-12
5+
tags: event
6+
categories: events
7+
tabs: true
8+
image: icdm2025.png-srcw.jpg
9+
10+
---
11+
12+
Congratulations to Francesco Botto and co-authors on their workshop paper being accepted to <a href="https://www3.cs.stonybrook.edu/~icdm2025/index.html">Workshop on Computational Gastronomy: Data Science for Food and Cooking at the International Conference on Data Mining (ICDM) 2025</a>.<br><br>
13+
&ldquo;FlavorCharter: Development of a Smartphone App for Quantifying Food Flavor&rdquo;, Francesco Botto, Guadalupe Canhuate, Xinhua Zhang, C. David Fuller, G. Elisabeta Marai, pp. 1-7, Workshop on Computational Gastronomy: Data Science for Food and Cooking (CoGamy) at the International Conference on Data Mining (ICDM) 2025<br><br>
14+
The paper presents a smartphone app to survey people about their perceptions of flavors. It is designed to be easy/fast to use but to cover enough variations of flavors to capture results that are useful for analysis. The app is motivated by the loss of taste experienced by some patients due to various conditions, including cancer.
15+
16+
![image](/images/icdm2025.png-srcw.jpg
17+
){:style="max-width: 100%"}
18+
19+
Link: [https://www3.cs.stonybrook.edu/~icdm2025/index.html](https://www3.cs.stonybrook.edu/~icdm2025/index.html)

_news/2025/2025-11-16-2966.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
layout: post
3+
title: 'Minimizing Power Waste in Heterogenous Computing via Adaptive Uncore Scaling'
4+
date: 2025-11-16
5+
tags: paper
6+
categories: papers
7+
tabs: true
8+
image: minimizingpowerwaste.png-srcw.jpg
9+
10+
---
11+
12+
## Minimizing Power Waste in Heterogenous Computing via Adaptive Uncore Scaling
13+
**Zheng, Z., Sultanov, S., Papka, M.E., Lan, Z.**
14+
- Location: St. Louis, MO
15+
- Link: [https://doi.org/10.1145/ 3712285.3759879](https://doi.org/10.1145/ 3712285.3759879)
16+
- PDF: [uncore-sc25-final.pdf](/documents/uncore-sc25-final.pdf)
17+
18+
[![image](/images/minimizingpowerwaste.png-srcw.jpg
19+
){:style="max-width: 100%"}](/images/minimizingpowerwaste.png-srcw.jpg
20+
)
21+
22+
High-performance computing (HPC) systems are essential for scientific discovery and engineering innovation. However, their growing power demands pose significant challenges, particularly as systems scale to the exascale level. Prior uncore frequency tuning studies have primarily focused on conventional HPC workloads running on CPU-only systems. As HPC advances toward heterogeneous computing, integrating diverse GPU workloads on heterogeneous CPU-GPU systems, it becomes imperative to revisit and enhance uncore scaling. Our investigation reveals that uncore frequency scales down only when CPU power approaches its thermal design power (TDP), which is rare in GPU-dominant applications. As a result, modern computing systems experience unnecessary power waste. In this study, we present MAGUS, a user-transparent uncore frequency scaling runtime for heterogeneous computing. MAGUS dynamically adjusts uncore frequencies according to distinct application execution phases, effectively minimizing power waste caused by consistently using maximum uncore frequencies. Our design incorporates several key techniques, including real-time monitoring and prediction of memory accesses, intelligent handling of frequent phase transitions, and leveraging vendor-provided power management features. We evaluate MAGUS with various GPU benchmarks and applications on multiple heterogeneous systems with different CPU and GPU architectures. Experimental results demonstrate that MAGUS achieves up to 27% energy savings compared to the default settings, while maintaining a performance loss of less than 5% and an overhead of under 1%.<br><br>
23+
<strong>Keywords:</strong> GPU workloads, heterogeneous CPU-GPU systems, uncore frequency scaling, energy efficiency, performance-power trade-offs

0 commit comments

Comments
 (0)