Skip to content

Commit 9c593a4

Browse files
committed
update Trust to be Hybrid (CPU and GPU)
/cc @pledac
1 parent 8d73feb commit 9c593a4

File tree

5 files changed

+4
-3
lines changed

5 files changed

+4
-3
lines changed

chapters/software.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ \chapter{Software}
1212
\begin{figure}[H]
1313
\centering
1414
\begin{tikzpicture}
15-
\pie[text=legend, color={red, orange}, sum=auto]{13/CPU, 7/GPU}
15+
\pie[text=legend, color={red, orange, yellow}, sum=auto]{13/CPU, 7/GPU, 1/Hybrid}
1616
\end{tikzpicture}
1717
\caption{Distribution of hardware architectures}
1818
\label{fig:arch}

exama-software.xlsx

36 Bytes
Binary file not shown.

gen.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@
1313
# Assuming the data starts from the first row and first column, and ends at column 'X' (24th) and row 46
1414
df = pd.read_excel(file_path, sheet_name=sheet_name,engine='openpyxl')
1515

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

1918
# replace # in Languages with Sharp
2019
benchmarked_software['Languages'] = benchmarked_software['Languages'].str.replace(

software/trust-platform/WP3/WP3.tex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ \section{Software: TRUST Platform}
2121
\rowcolor{numpexlightergray}\textbf{Supported Architectures} & \begin{tabular}{l}
2222
CPU\\
2323
GPU\\
24+
Hybrid\\
2425
\end{tabular} \\
2526
\rowcolor{white}\textbf{Repository} & \href{https://github.com/cea-trust-platform}{https://github.com/cea-trust-platform} \\
2627
\rowcolor{numpexlightergray}\textbf{License} & \begin{tabular}{l}

software/trust-platform/trust-platform.tex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ \section{Software: TRUST Platform}
2323
\rowcolor{numpexlightergray}\textbf{Supported Architectures} & \begin{tabular}{l}
2424
CPU\\
2525
GPU\\
26+
Hybrid\\
2627
\end{tabular} \\
2728
\rowcolor{white}\textbf{Repository} & \href{https://github.com/cea-trust-platform}{https://github.com/cea-trust-platform} \\
2829
\rowcolor{numpexlightergray}\textbf{License} & \begin{tabular}{l}

0 commit comments

Comments
 (0)