Using FOM Predicting Method for Scheduling on Chip Multi-Processor

Gangyong Jia,Wei Sheng,Wenbo Dai,Xi Li
DOI: https://doi.org/10.1109/iccsn.2011.6013973
2011-01-01
Abstract:On a Chip Multi-Processor (CMP) architecture, cache sharing impacts threads non-uniformly, where some threads may be slowed down significantly, while others are not. This may cause severe performance problems such as throughput decreasing, cache thrashing. This paper proposes a new predicting inter-thread cache contention model, FOM (Frequency of Miss), and schedules threads based on the results of FOM on the CMP architecture. The input to our model is the L2 cache misses number of each thread. The output of the model is the extra L2 cache misses for each thread due to cache sharing. We use the output of the model to guide scheduling. We use the multi2sim simulator to compare the throughput of FOA (Frequency of Access) with our FOM, and find our method improving performance up to 13%.
What problem does this paper attempt to address?