From 85cd33cd5bd02a3aba9c98d40fd5a8edbb885537 Mon Sep 17 00:00:00 2001 From: Michael eder Date: Wed, 10 Sep 2025 19:44:40 +0200 Subject: [PATCH] added deepio hardware survey --- .../hardware_survey_deepio.tex | 54 +++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 Deep-SAD-PyTorch/hardware_survey/hardware_survey_deepio.tex diff --git a/Deep-SAD-PyTorch/hardware_survey/hardware_survey_deepio.tex b/Deep-SAD-PyTorch/hardware_survey/hardware_survey_deepio.tex new file mode 100644 index 0000000..2d23662 --- /dev/null +++ b/Deep-SAD-PyTorch/hardware_survey/hardware_survey_deepio.tex @@ -0,0 +1,54 @@ + +% ---- 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} \ No newline at end of file