This repository includes the source code of our paper "GCAPS: GPU Context-Aware Preemptive Priority-based Scheduling for Real-Time Tasks."
The description of this scheduling approach can be found in the following paper in ECRTS 2024:
- Yidi Wang, Cong Liu, Daniel Wong, and Hyoseung Kim. GCAPS: GPU Context-Aware Preemptive Priority-based Scheduling for Real-Time Tasks. In Euromicro Conference on Real-Time Systems (ECRTS), 2024.
@INPROCEEDINGS {wang2024gcaps,
author = {Y. Wang and C. Liu and D. Wong and H. Kim},
booktitle = {2024 Euromicro Conference on Real-Time Systems (ECRTS)},
title = {GCAPS: GPU Context-Aware Preemptive Priority-based Scheduling for Real-Time Tasks},
year = {2024},
volume = {},
issn = {},
keywords = {Real-time systems; GPU scheduling},
}
-
Theoretical Analysis
-
System Implementation (:exclamation: Please deploy the driver code first, and run the userspace code next)