From a121e7e1e6cea1bf4cbb24e18c40c2e0ed9d74c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Constantin=20F=C3=BCrst?= Date: Sun, 28 Jan 2024 18:30:57 +0100 Subject: [PATCH] add unpublished dimes prefetching paper and microsoft reference on numa memory allocation to bib --- thesis/own.bib | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/thesis/own.bib b/thesis/own.bib index 3e169fe..4e04989 100644 --- a/thesis/own.bib +++ b/thesis/own.bib @@ -205,4 +205,19 @@ date = {2023-08}, url = {https://cdrdv2-public.intel.com/787743/354227-intel-xeon-cpu-max-series-configuration-and-tuning-guide-rev3.pdf}, urldate = {2024-01-21} +} + +@unpublished{dimes-prefetching, + author = {André Berthold, Anna Bartuschka, Dirk Habich, Wolfgang Lehner and Horst Schirmeier}, + title = {{Towards Query-Driven Prefetching to Optimize Data Pipelines in Heterogeneous Memory Systems}}, + date = {2023}, + publisher = {ACM} +} + +@ONLINE{microsoft:numa-malloc, + author = {Microsoft}, + title = {{Allocating Memory from a NUMA Node}}, + date = {2021-07-01}, + url = {https://learn.microsoft.com/en-us/windows/win32/memory/allocating-memory-from-a-numa-node}, + urldate = {2024-01-28} } \ No newline at end of file