Files
mt/Deep-SAD-PyTorch/hardware_survey/hardware_survey_deepio.tex
2025-09-10 19:44:40 +02:00

54 lines
2.4 KiB
TeX
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
% ---- Add to your LaTeX preamble ----
% \usepackage{booktabs}
% \usepackage{array}
% ------------------------------------
\begin{table}[p]
\centering
\caption{Computational Environment (Hardware \& Software)} \label{tab:system_setup}
\begin{tabular}{p{0.34\linewidth} p{0.62\linewidth}}
\toprule
\textbf{Item} & \textbf{Details} \\
\midrule
\multicolumn{2}{l}{\textbf{System}} \\
Operating System & \ttfamily Ubuntu 22.04.5 LTS \\
Kernel & \ttfamily 6.5.0-44-generic \\
Architecture & \ttfamily x86\_64 \\
CPU Model & \ttfamily AMD Ryzen Threadripper 3970X 32-Core Processor \\
CPU Cores (physical) & \ttfamily 32 × 1 \\
CPU Threads (logical) & \ttfamily 64 \\
CPU Base Frequency & \ttfamily 2200 MHz \\
CPU Max Frequency & \ttfamily 3700 MHz \\
Total RAM & \ttfamily 94.14 GiB \\
\addlinespace
\multicolumn{2}{l}{\textbf{GPU (Selected Newer Device)}} \\
Selected GPU Name & \ttfamily NVIDIA GeForce RTX 4090 \\
Selected GPU Memory & \ttfamily 23.99 GiB \\
Selected GPU Compute Capability & \ttfamily 8.9 \\
NVIDIA Driver Version & \ttfamily 535.161.07 \\
CUDA (Driver) Version & \ttfamily 12.2 \\
\addlinespace
\multicolumn{2}{l}{\textbf{Software Environment}} \\
Python & \ttfamily 3.11.13 \\
PyTorch & \ttfamily 2.7.1+cu126 \\
PyTorch Built CUDA & \ttfamily 12.6 \\
cuDNN (PyTorch build) & \ttfamily 90501 \\
scikit-learn & \ttfamily 1.7.0 \\
NumPy & \ttfamily 2.3.0 \\
SciPy & \ttfamily 1.15.3 \\
NumPy Build Config & \begin{minipage}[t]{\linewidth}\ttfamily\small "blas": \{
"name": "scipy-openblas",
"include directory": "/opt/\_internal/cpython-3.11.12/lib/python3.11/site-packages/scipy\_openblas64/include",
"lib directory": "/opt/\_internal/cpython-3.11.12/lib/python3.11/site-packages/scipy\_openblas64/lib",
"openblas configuration": "OpenBLAS 0.3.29 USE64BITINT DYNAMIC\_ARCH NO\_AFFINITY Haswell MAX\_THREADS=64",
"pc file directory": "/project/.openblas"
"lapack": \{
"name": "scipy-openblas",
"include directory": "/opt/\_internal/cpython-3.11.12/lib/python3.11/site-packages/scipy\_openblas64/include",
"lib directory": "/opt/\_internal/cpython-3.11.12/lib/python3.11/site-packages/scipy\_openblas64/lib",
"openblas configuration": "OpenBLAS 0.3.29 USE64BITINT DYNAMIC\_ARCH NO\_AFFINITY Haswell MAX\_THREADS=64",
"pc file directory": "/project/.openblas"\end{minipage} \\
\addlinespace
\bottomrule
\end{tabular}
\end{table}