216 Commits (ada6d8811a9c7ce61dcc452ae345c80b150103a4)
 

Author SHA1 Message Date
Constantin Fürst ada6d8811a continue writing chapter 3 microbenchmarks 11 months ago
Constantin Fürst 718ce39693 plot the throughput benchmark for source node 0 and destination nodess {8,11,12,15} only and as a bar plot for use in thesis 11 months ago
Constantin Fürst 1ec7d438b2 rework the multithread benchmark plot to be more compact for use in the thesis 11 months ago
Constantin Fürst ac3288169a continue writing chapter 3, microbenchmarks 11 months ago
Constantin Fürst 3e42225852 add a more compact version of the benchmark method that only shows single and batch, not multi submission 11 months ago
Constantin Fürst d626c263ff re-configure the submission method benchmark for displaying in the thesis 11 months ago
Constantin Fürst 15af959232 rewrite the setup section of chapter 2 to contain less but larger (word count) steps 11 months ago
Constantin Fürst 96f08fce81 add figure visualizing public interface of cachedata and cache to chapter 4 design 11 months ago
Constantin Fürst 4e74a79f99 remvoe list of tables from the thesis as we do not yet have any 11 months ago
Constantin Fürst d0a439808d update bachelor.pdf with the changes from the last 3 commits 11 months ago
Constantin Fürst de2525ca7c remove unused commands from the preamble 11 months ago
Constantin Fürst 711b29e74c finish sections on system setup and dml interface for chapter 2 11 months ago
Constantin Fürst ba9d18d895 handle cleardoublepage in bachelor.tex and not the chapter files themselves 11 months ago
Constantin Fürst 719e9fa198 write the section on programming interface of chapter 2 11 months ago
Constantin Fürst 97acc7403c rework chapter 2 with suggestions after review by andre 11 months ago
Constantin Fürst ae28c5a771 reset figure numbering at beginning of actual text to get figures starting from 1 and not 2 which was previously the case 11 months ago
Constantin Fürst 76e7f192b1 add source file for the benchmark structure diagramm 11 months ago
Constantin Fürst 2eb2bcdfe9 start writing chapter 03 11 months ago
Constantin Fürst c8d4d5c844 slightly change the sequence diagram for threading scenario 11 months ago
Constantin Fürst b218280a25 add another bullet point to futurework in chapter 7 11 months ago
Constantin Fürst cd78e4730d add a paragraph about hbm in the state chapter 11 months ago
Constantin Fürst 5d5a3a6649 add a first batch of graphics to implementation chapter 11 months ago
Constantin Fürst 7be56e6419 fix more spelling mistakes from previously written parts of state and designt, add the generated pdf file to git too 11 months ago
Constantin Fürst e551e6b56c fix spelling mistakes and such in the recent additions 11 months ago
Constantin Fürst 27cd0f07d1 continue writing the implementation chapter, which is almost complete now 11 months ago
Constantin Fürst bbdb2d9588 prevent another type of deadlock that could arise from destroying a CacheData instance that never had tasks assigned to it due to waiting infinitely on it 11 months ago
Constantin Fürst e9785f3f9e prevent deadlocks by setting the cache pointer to the source address in case of errors 11 months ago
Constantin Fürst fa23c6c50a improve the handler distribution and waiting on task completion for cacher 11 months ago
Constantin Fürst 41cf89f7a6 continue writing the implementation chapter 11 months ago
Constantin Fürst 627ab7eec6 continue writing the implementation chapter 11 months ago
Constantin Fürst 7e48c96828 distribute multiple per-node locks for the cache state and allocate them on the respective numa node for fastest possible access 11 months ago
Constantin Fürst cc452fb1a4 Merge branch 'dev-caching' into writing 11 months ago
Constantin Fürst 1a3cb6dada prettify credit in the readme 11 months ago
Constantin Fürst 0ad0e4af04 remove the manual build script and add numa and cpu asignment to the execution script 11 months ago
Constantin Fürst 6cc49daf89 remove all unused files and benchmark methods, adapt the MAX-Benchmark to use the cacher, remove manually-set numa configuration and replace it with dynamically adapting to the configured affinity, add two more template-options to the worker that control whether a is cached as well and whether scanb waits on the caching 11 months ago
Constantin Fürst 2b635d025d add defaulted-constructor for cache which got implicitly deleted by deleting the copy constructor 11 months ago
Constantin Fürst 641a7593fe add query driven prefetching code repository copy 11 months ago
Constantin Fürst 5578f06c80 adapt copy policy function to take data size as well and use this to only use destination nodes dsa engine for small data sizes on xeonmax 11 months ago
Constantin Fürst da38c048ca pass data size to copy policy function too 11 months ago
Constantin Fürst 3301b17497 write a chunk of implementation chapter 11 months ago
Constantin Fürst c19ffa975c reorder state chapter and add todos for the new sections, namely on hbm and query driven prefetching 11 months ago
Constantin Fürst e5b6230dc6 add todo to unfinished part of conclusion and add bullet points from implementation as futurework 11 months ago
Constantin Fürst 09a95f1e50 add todos to unfinished parts of the thesis 11 months ago
Constantin Fürst f910efd7e8 write section 4.2 on cache design 11 months ago
Constantin Fürst e4a681ac1e delete the copy-constructor for cache as copying it is undesired behaviour 11 months ago
Constantin Fürst e570a6fe69 reduce the line-count of the switch statement for dml::StatusToString by inlining return with case statements 11 months ago
Constantin Fürst 0fdf650fe4 improve the class-comments for Cache and CacheData, also free incomplete_cache_ if it has not been waited for (see comment on this) 11 months ago
Constantin Fürst 8ba716353a add Clear() function which forces flush on the entire Cache and remove non-warning/error status messages from the cacher 11 months ago
Constantin Fürst d7c5c55208 turn library into single-header mode 11 months ago
Constantin Fürst 4fa5ef6522 accept existing cache if the cached block is larger than the requested view 12 months ago