benchmarking: added CPU results for benchmark 2
Some checks are pending
CI / Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }} (x64, ubuntu-latest, 1.10) (push) Waiting to run
CI / Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }} (x64, ubuntu-latest, 1.6) (push) Waiting to run
CI / Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }} (x64, ubuntu-latest, pre) (push) Waiting to run

This commit is contained in:
2025-05-23 15:55:00 +02:00
parent 4a51ebcde9
commit 1bee747a8e
4 changed files with 3635 additions and 1 deletions

View File

@ -0,0 +1 @@
The CPU did not finish. Once it started using the page-file it just aborted. therefore too little RAM for this test

File diff suppressed because it is too large Load Diff

View File

@ -110,7 +110,11 @@ Most of the time is spent doing the parameter optimisation step
\subsection{Transpiler}
Results only for Transpiler (also contains final kernel configuration and probably quick overview/recap of the implementation used and described in Implementation section
\subsubsection{Benchmark 1}
\subsubsection{Benchmark 2}
\subsubsection{Benchmark 3}
\subsection{Performance Tuning}
Document the process of performance tuning
@ -125,4 +129,12 @@ CPU at 100\% GPU at around 30\%. Heavily CPU bottlenecked. Mainly due to PTX com
\subsection{Comparison}
Comparison of Interpreter and Transpiler as well as Comparing the two with CPU interpreter
talk about that compute portion is just too little. Only more complex expressions with higher var set count benefit well (make one or two performance evaluations, with 10 larger expressions and at least 1k var sets and present that here as point for that statement)
talk about that compute portion is just too little. Only more complex expressions with higher var set count benefit well (make one or two performance evaluations, with 10 larger expressions and at least 1k var sets and present that here as point for that statement)
\subsubsection{Benchmark 1}
\subsubsection{Benchmark 2}
CPU Did not finish due to RAM constraints
\subsubsection{Benchmark 3}

Binary file not shown.