Address
:
[go:
up one dir
,
main page
]
Remove Scripts
Show Referer
Rotate13
Base64
Strip Meta
Strip Title
Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Commits · main
tnl
Browse files
Feb 01, 2024
Merge branch 'trubimak' into 'main'
· 43a97b11
Jakub Klinkovský
authored
Feb 01, 2024
43a97b11
move constructors and assigment should be marked noexcept, pass by value and use std::move
· 68fca2ed
Maksym Trubitsyn
authored
Jan 16, 2024
and
Jakub Klinkovský
committed
Feb 01, 2024
68fca2ed
multiple declarations in a single statement
· ccc55757
Maksym Trubitsyn
authored
Jan 16, 2024
and
Jakub Klinkovský
committed
Feb 01, 2024
ccc55757
added nodiscard and auto to functions and change the push_back to emplace_back
· e527131e
Maksym Trubitsyn
authored
Jan 16, 2024
and
Jakub Klinkovský
committed
Feb 01, 2024
e527131e
Jan 30, 2024
added auto to functions
· 45fab0ed
Maksym Trubitsyn
authored
Jan 16, 2024
45fab0ed
Jan 27, 2024
Merge branch 'yaresart' into 'main'
· 519210f9
Jakub Klinkovský
authored
Jan 27, 2024
519210f9
Added auto to functions, readability-implicit-bool-conversion, improved...
· 0e411445
Артём Ярешко
authored
Jan 27, 2024
and
Jakub Klinkovský
committed
Jan 27, 2024
0e411445
Jan 23, 2024
Merge branch 'TO/system-benchmark' into 'main'
· 3ee895da
Jakub Klinkovský
authored
Jan 23, 2024
3ee895da
Improve formatting in documentation comments
· 1418621e
Jakub Klinkovský
authored
Jan 23, 2024
and
Jakub Klinkovský
committed
Jan 23, 2024
1418621e
Fixing source code SPDX headers.
· b3d4c42f
Tomas Oberhuber
authored
Jan 11, 2024
and
Jakub Klinkovský
committed
Jan 23, 2024
b3d4c42f
Added HAVE_OPENMP guard to the memory access benchmark.
· 2d902f38
Tomas Oberhuber
authored
Jan 10, 2024
and
Jakub Klinkovský
committed
Jan 23, 2024
2d902f38
Renaming PerformanceCounter to PerformanceCounters.
· f569de68
Tomas Oberhuber
authored
Jan 10, 2024
and
Jakub Klinkovský
committed
Jan 23, 2024
f569de68
Added operations per loop to the benchmark log.
· 5e65b451
Tomas Oberhuber
authored
Jan 09, 2024
and
Jakub Klinkovský
committed
Jan 23, 2024
5e65b451
Changing table header of benchmark results.
· 198560dc
Jakub Klinkovský
authored
Jan 08, 2024
and
Jakub Klinkovský
committed
Jan 23, 2024
198560dc
Added header to the bash script run-tnl-benchmark-memory-access.
· 9d11c4a2
Tomas Oberhuber
authored
Jan 07, 2024
and
Jakub Klinkovský
committed
Jan 23, 2024
9d11c4a2
Cache line size is read using sysconf for Linux and Windows (this should work in WSL).
· 60f34a4c
Tomas Oberhuber
authored
Jan 04, 2024
and
Jakub Klinkovský
committed
Jan 23, 2024
60f34a4c
Added COMPONENT in CMakeLists for installation of memory access benchmark.
· 298bbe2a
Tomas Oberhuber
authored
Jan 04, 2024
and
Jakub Klinkovský
committed
Jan 23, 2024
298bbe2a
Refactoring the Python script for processing of results of memory access benchmark.
· 99583c81
Tomas Oberhuber
authored
Jan 04, 2024
and
Jakub Klinkovský
committed
Jan 23, 2024
99583c81
Added command line arguments to the Python script processing the memory access benchmark results.
· ee918811
Tomas Oberhuber
authored
Jan 04, 2024
and
Jakub Klinkovský
committed
Jan 23, 2024
ee918811
Avoided comparison of signed and unsigned integers in memory access benchmark.
· a86fdd7c
Tomas Oberhuber
authored
Jan 03, 2024
and
Jakub Klinkovský
committed
Jan 23, 2024
a86fdd7c
Removing CPU cycles counter from the Timer.
· cea5cd61
Tomas Oberhuber
authored
Jan 03, 2024
and
Jakub Klinkovský
committed
Jan 23, 2024
cea5cd61
Writting documentation for SystemInfo.
· 0b7b1cf2
Tomas Oberhuber
authored
Jan 02, 2024
and
Jakub Klinkovský
committed
Jan 23, 2024
0b7b1cf2
Added README.md to the system benchmark directory.
· 3ce9637e
Tomas Oberhuber
authored
Jan 02, 2024
and
Jakub Klinkovský
committed
Jan 23, 2024
3ce9637e
Code cleanup in memory access benchmark.
· 3ced4829
Tomas Oberhuber
authored
Jan 02, 2024
and
Jakub Klinkovský
committed
Jan 23, 2024
3ced4829
Implemented CPU cycles counter for macOS.
· 80c01c56
Tomas Oberhuber
authored
Jan 01, 2024
and
Jakub Klinkovský
committed
Jan 23, 2024
80c01c56
Reducing depth of head of pandas table for memory access benchmark results.
· f1db8040
Tomas Oberhuber
authored
Mar 09, 2023
and
Jakub Klinkovský
committed
Jan 23, 2024
f1db8040
Reducing set of element sizes for memory access tests.
· f4728c3c
Tomas Oberhuber
authored
Feb 20, 2023
and
Jakub Klinkovský
committed
Jan 23, 2024
f4728c3c
Fixes in script for processing results of memory access benchmark.
· 07766ce5
Tomas Oberhuber
authored
Feb 16, 2023
and
Jakub Klinkovský
committed
Jan 23, 2024
07766ce5
Fixed computation of effective memory bandwidth for memory access benchmark.
· 573f5e7f
Tomas Oberhuber
authored
Feb 16, 2023
and
Jakub Klinkovský
committed
Jan 23, 2024
573f5e7f
Small fixes in memory access benchmark.
· e06073e2
Tomas Oberhuber
authored
Feb 13, 2023
and
Jakub Klinkovský
committed
Jan 23, 2024
e06073e2
Optimizing memory access benchmark for shorter runtime.
· 90a74162
Tomas Oberhuber
authored
Feb 09, 2023
and
Jakub Klinkovský
committed
Jan 23, 2024
90a74162
Writing short documentation for memory access benchmark.
· 0b151916
Tomas Oberhuber
authored
Feb 08, 2023
and
Jakub Klinkovský
committed
Jan 23, 2024
0b151916
Refactoring MemoryAccessBenchmarkTestArray.
· fcbe998a
Tomas Oberhuber
authored
Feb 08, 2023
and
Jakub Klinkovský
committed
Jan 23, 2024
fcbe998a
Implementing script for processing results of memory access benchmark.
· 3221f240
Tomas Oberhuber
authored
Feb 08, 2023
and
Jakub Klinkovský
committed
Jan 23, 2024
3221f240
Fixes in run-tnl-benchmark-memory-access script.
· 24df2d71
Tomas Oberhuber
authored
Feb 08, 2023
and
Jakub Klinkovský
committed
Jan 23, 2024
24df2d71
Changing setup of benchmark loops in memory access benchmark.
· dc67c793
Tomas Oberhuber
authored
Feb 08, 2023
and
Jakub Klinkovský
committed
Jan 23, 2024
dc67c793
Added read/write test and interleaving to memory access benchmark.
· 27052f26
Tomas Oberhuber
authored
Feb 07, 2023
and
Jakub Klinkovský
committed
Jan 23, 2024
27052f26
Fixed computation of bandwidth and logging of CPU cycles in memory access benchmark.
· 7db27151
Tomas Oberhuber
authored
Feb 07, 2023
and
Jakub Klinkovský
committed
Jan 23, 2024
7db27151
Implementing script for processing results of memory access benchmark.
· a9479048
Tomas Oberhuber
authored
Feb 06, 2023
and
Jakub Klinkovský
committed
Jan 23, 2024
a9479048
Small fixes in memory access benchmark.
· 8c32959d
Tomas Oberhuber
authored
Feb 06, 2023
and
Jakub Klinkovský
committed
Jan 23, 2024
8c32959d
Loading