Multi-dimensional feature driven GPU usage prediction model based on task and system environment classification
摘要
With the rapid development of cloud computing and AI technologies, accurate GPU usage prediction has become crucial for resource scheduling in data centers. This paper proposes a Multi-dimensional feature driven GPU usage prediction model based on task and system environment classification that classifies tasks based on their GPU requirements before applying specialized prediction algorithms. We introduce two innovative sub-models: a Transformer model based on dynamic gating mechanism and cross-layer attention head fusion (DGCLA-Transformer) for non-expanding GPU tasks and a neural network model with linear integration of multiple decision trees for expanding scenarios. Experimental results demonstrate remarkable performance, achieving 91% classification accuracy, the RMSE of prediction performance without the need to expand GPU resources is not greater than 0.074; the RMSE of prediction performance is not greater than 0.24 when GPU resources need to be expanded. This work provides a new paradigm for GPU resource management by shifting focus from time-series to task-environment characteristics. The detailed code address of the method is https://github.com/zsdnr/GPU_prediction.