feat: add GITS scheduler (#343)

This commit is contained in:
Daniele
2024-08-27 16:02:17 +00:00
committed by GitHub
parent 353ee93e2d
commit 2d4a2f7982
6 changed files with 474 additions and 83 deletions

View File

@@ -50,6 +50,7 @@ enum schedule_t {
DISCRETE,
KARRAS,
AYS,
GITS,
N_SCHEDULES
};