initial commit

This commit is contained in:
khannurien
2026-02-10 16:45:35 +01:00
commit 039ad357bb
24 changed files with 2020 additions and 0 deletions

View File

@@ -0,0 +1,45 @@
%% Institutions
\newglossaryentry{AID}{
type={institutions},
name={AID},
description={Agence de l'Innovation de Défense}
}
%% Plateformes matérielles
\newglossaryentry{CPU}{
type={plateformes},
name={CPU},
description={Central Proccessing Unit}
}
\newglossaryentry{DLA}{
type={plateformes},
name={DLA},
description={Deep Learning Accelerator}
}
\newglossaryentry{GPU}{
type={plateformes},
name={GPU},
description={Graphics Proccessing Unit}
}
\newglossaryentry{FPGA}{
type={plateformes},
name={FPGA},
description={Field-Programmable Gate Array}
}
\newglossaryentry{PDU}{
type={plateformes},
name={PDU},
description={Power Distribution Unit}
}
\newglossaryentry{SoC}{
type={plateformes},
name={SoC},
description={System on Chip}
}
\newglossaryentry{TPU}{
type={plateformes},
name={TPU},
description={Tensor Proccessing Unit}
}