Skip to content

Commit

Permalink
update Trust to be Hybrid (CPU and GPU)
Browse files Browse the repository at this point in the history
  • Loading branch information
prudhomm committed Sep 16, 2024
1 parent 8d73feb commit 9c593a4
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion chapters/software.tex
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ \chapter{Software}
\begin{figure}[H]
\centering
\begin{tikzpicture}
\pie[text=legend, color={red, orange}, sum=auto]{13/CPU, 7/GPU}
\pie[text=legend, color={red, orange, yellow}, sum=auto]{13/CPU, 7/GPU, 1/Hybrid}
\end{tikzpicture}
\caption{Distribution of hardware architectures}
\label{fig:arch}
Expand Down
Binary file modified exama-software.xlsx
Binary file not shown.
3 changes: 1 addition & 2 deletions gen.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@
# Assuming the data starts from the first row and first column, and ends at column 'X' (24th) and row 46
df = pd.read_excel(file_path, sheet_name=sheet_name,engine='openpyxl')

benchmarked_software = df[df['Benchmarked'].isin(
['Yes', 'CPU', 'GPU', 'CPU, GPU', 'GPU, CPU'])]
benchmarked_software = df[df['Benchmarked'].str.contains('CPU|GPU|HYBRID', na=False)]

# replace # in Languages with Sharp
benchmarked_software['Languages'] = benchmarked_software['Languages'].str.replace(
Expand Down
1 change: 1 addition & 0 deletions software/trust-platform/WP3/WP3.tex
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ \section{Software: TRUST Platform}
\rowcolor{numpexlightergray}\textbf{Supported Architectures} & \begin{tabular}{l}
CPU\\
GPU\\
Hybrid\\
\end{tabular} \\
\rowcolor{white}\textbf{Repository} & \href{https://github.com/cea-trust-platform}{https://github.com/cea-trust-platform} \\
\rowcolor{numpexlightergray}\textbf{License} & \begin{tabular}{l}
Expand Down
1 change: 1 addition & 0 deletions software/trust-platform/trust-platform.tex
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ \section{Software: TRUST Platform}
\rowcolor{numpexlightergray}\textbf{Supported Architectures} & \begin{tabular}{l}
CPU\\
GPU\\
Hybrid\\
\end{tabular} \\
\rowcolor{white}\textbf{Repository} & \href{https://github.com/cea-trust-platform}{https://github.com/cea-trust-platform} \\
\rowcolor{numpexlightergray}\textbf{License} & \begin{tabular}{l}
Expand Down

0 comments on commit 9c593a4

Please sign in to comment.