You are required to read and agree to the below before accessing a full-text version of an article in the IDE article repository.
The full-text document you are about to access is subject to national and international copyright laws. In most cases (but not necessarily all) the consequence is that personal use is allowed given that the copyright owner is duly acknowledged and respected. All other use (typically) require an explicit permission (often in writing) by the copyright owner.
For the reports in this repository we specifically note that
- the use of articles under IEEE copyright is governed by the IEEE copyright policy (available at http://www.ieee.org/web/publications/rights/copyrightpolicy.html)
- the use of articles under ACM copyright is governed by the ACM copyright policy (available at http://www.acm.org/pubs/copyright_policy/)
- technical reports and other articles issued by M‰lardalen University is free for personal use. For other use, the explicit consent of the authors is required
- in other cases, please contact the copyright owner for detailed information
By accepting I agree to acknowledge and respect the rights of the copyright owner of the document I am about to access.
If you are in doubt, feel free to contact webmaster@ide.mdh.se
Slowdown Modeling under Interference in Spatially Partitioned GPUs
Publication Type:
Conference/Workshop Paper
Venue:
29th International Symposium on Real-Time Distributed Computing
Abstract
GPUs are widely used in embedded and cyber-physical systems to accelerate compute‑intensive workloads, but their shared-memory design makes timing predictability challenging. Spatial partitioning of Streaming Multiprocessors (SMs) allows concurrent execution of multiple workloads, yet interference in shared resources such as the L2 cache and DRAM can still cause significant slowdown.
This paper introduces a three‑stage framework that models interference‑aware slowdown in spatially partitioned GPU systems using observable execution behavior and software‑only techniques. The first stage models solo GPU kernel execution time as a function of allocated SMs. The second stage provides a lightweight peer‑specific interference model that uses normalized resource‑pressure ratios. The third stage employs a learning‑based model to predict slowdown across peers and partition configurations.
We evaluate the framework on representative GPU kernels and multiple SM partitions on a commodity GPU. The peer‑specific model achieves an average prediction error of about 8\%--9\%. The learning‑based model reduces the error across partition configurations to about 6\%. When predicting slowdown for GPU kernels not included during training, a single global model yields about 14.5\% error on average, while a similarity‑based predictor lowers this to about 10\% when a close match is available, illustrating a trade‑off between predictability and generality.
Bibtex
@inproceedings{Mobaiyen7394,
author = {Sahar Mobaiyen and Mikael Sj{\"o}din and Saad Mubeen},
title = {Slowdown Modeling under Interference in Spatially Partitioned GPUs},
booktitle = {29th International Symposium on Real-Time Distributed Computing},
publisher = {IEEE},
url = {http://www.es.mdu.se/publications/7394-}
}