You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
223 lines
7.5 KiB
223 lines
7.5 KiB
@ONLINE{intel:dsaspec,
|
|
author = {Intel},
|
|
title = {{Intel® Data Streaming Accelerator Architecture Specification}},
|
|
date = {2022-09-16},
|
|
url = {https://www.intel.com/content/www/us/en/content-details/671116/intel-data-streaming-accelerator-architecture-specification.html},
|
|
urldate = {2023-11-15}
|
|
}
|
|
|
|
@ONLINE{intel:xeonbrief,
|
|
author = {Intel},
|
|
title = {{New Intel® Xeon® Platform Includes Built-In Accelerators for Encryption, Compression, and Data Movement}},
|
|
date = {2022-12},
|
|
url = {https://www.intel.com/content/dam/www/central-libraries/us/en/documents/2022-12/storage-engines-4th-gen-xeon-brief.pdf},
|
|
urldate = {2023-11-15}
|
|
}
|
|
|
|
@ONLINE{intel:xeonmaxbrief,
|
|
author = {Intel},
|
|
title = {{Intel® Xeon® CPU Max Series Product Brief}},
|
|
date = {2023-01-06},
|
|
url = {https://www.intel.com/content/www/us/en/content-details/765259/intel-xeon-cpu-max-series-product-brief.html},
|
|
urldate = {2024-01-18}
|
|
}
|
|
|
|
@ONLINE{intel:dsaguide,
|
|
author = {Intel},
|
|
title = {{Intel® Data Streaming Accelerator User Guide}},
|
|
date = {2023-01-11},
|
|
url = {https://www.intel.com/content/www/us/en/content-details/759709/intel-data-streaming-accelerator-user-guide.html},
|
|
urldate = {2023-11-15}
|
|
}
|
|
|
|
@misc{intel:idxd-driver-repo,
|
|
author = {Intel},
|
|
title = {{Intel IDXD Driver for Linux Kernel}},
|
|
publisher = {GitHub},
|
|
journal = {GitHub repository},
|
|
howpublished = {\url{https://github.com/intel/idxd-driver}},
|
|
urldate = {2024-01-07}
|
|
}
|
|
|
|
@misc{intel:libaccel-config-repo,
|
|
author = {Intel},
|
|
title = {{Intel IDXD User Space Application}},
|
|
publisher = {GitHub},
|
|
journal = {GitHub repository},
|
|
howpublished = {\url{https://github.com/intel/idxd-config}},
|
|
urldate = {2024-01-07}
|
|
}
|
|
|
|
@misc{intel:dmldoc,
|
|
author = {Intel},
|
|
title = {{Intel Data Mover Library Documentation}},
|
|
publisher = {GitHub},
|
|
howpublished = {\url{https://intel.github.io/DML/documentation/api_docs/high_level_api.html}},
|
|
urldate = {2024-01-07}
|
|
}
|
|
|
|
@ONLINE{intel:analysis,
|
|
author = {Reese Kuper et al.},
|
|
title = {{A Quantitative Analysis and Guideline of Data Streaming Accelerator in Intel® 4th Gen Xeon® Scalable Processors}},
|
|
date = {2023-05},
|
|
url = {https://arxiv.org/pdf/2305.02480.pdf},
|
|
urldate = {2024-01-07}
|
|
}
|
|
|
|
@INPROCEEDINGS{atomics-cost-analysis,
|
|
author={Schweizer, Hermann and Besta, Maciej and Hoefler, Torsten},
|
|
booktitle={{2015 International Conference on Parallel Architecture and Compilation (PACT)}},
|
|
title={{Evaluating the Cost of Atomic Operations on Modern Architectures}},
|
|
year={2015},
|
|
volume={},
|
|
number={},
|
|
pages={445-456},
|
|
doi={10.1109/PACT.2015.24}
|
|
}
|
|
|
|
@INPROCEEDINGS{shared-ptr-perf,
|
|
author={T. Ku and N. Jung},
|
|
booktitle={{Journal of Korea Game Society}},
|
|
title={{Implementation of Lock-Free shared\_ptr and weak\_ptr for C++11 multi-thread programming}},
|
|
year={2021},
|
|
volume={21},
|
|
number={1},
|
|
pages={55-65},
|
|
date = {2021-02-28},
|
|
doi={10.7583/jkgs.2021.21.1.55.}
|
|
}
|
|
|
|
@ONLINE{cppreference:shared-ptr,
|
|
author = {cppreference.com},
|
|
title = {{CPP Reference Entry on std::shared\_ptr<T>}},
|
|
publisher = {cppreference},
|
|
url = {https://en.cppreference.com/w/cpp/memory/shared_ptr},
|
|
urldate = {2024-01-17}
|
|
}
|
|
|
|
@ONLINE{cppreference:atomic-operations,
|
|
author = {cppreference.com},
|
|
title = {{CPP Reference List of Atomic Operations}},
|
|
publisher = {cppreference},
|
|
url = {https://en.cppreference.com/w/cpp/thread#Atomic_operations},
|
|
urldate = {2024-01-18}
|
|
}
|
|
|
|
@ONLINE{cppreference:atomic-wait,
|
|
author = {cppreference.com},
|
|
title = {{CPP Reference Entry on std::atomic<T>::wait}},
|
|
publisher = {cppreference},
|
|
url = {https://en.cppreference.com/w/cpp/atomic/atomic/wait},
|
|
urldate = {2024-01-18}
|
|
}
|
|
|
|
@ONLINE{cppreference:atomic-notify-one,
|
|
author = {cppreference.com},
|
|
title = {{CPP Reference Entry on std::atomic<T>::notify\_one}},
|
|
publisher = {cppreference},
|
|
url = {https://en.cppreference.com/w/cpp/atomic/atomic/notify_one},
|
|
urldate = {2024-01-18}
|
|
}
|
|
|
|
@ONLINE{cppreference:atomic-notify-all,
|
|
author = {cppreference.com},
|
|
title = {{CPP Reference Entry on std::atomic<T>::notify\_all}},
|
|
publisher = {cppreference},
|
|
url = {https://en.cppreference.com/w/cpp/atomic/atomic/notify_all},
|
|
urldate = {2024-01-18}
|
|
}
|
|
|
|
@ONLINE{cppreference:atomic-exchange,
|
|
author = {cppreference.com},
|
|
title = {{CPP Reference Entry on std::atomic<T>::exchange}},
|
|
publisher = {cppreference},
|
|
url = {https://en.cppreference.com/w/cpp/atomic/atomic/exchange},
|
|
urldate = {2024-01-18}
|
|
}
|
|
|
|
@ONLINE{atomic-wait-details,
|
|
author = {Thomas Rodgers},
|
|
title = {{Implementing C++20 atomic waiting in libstdc++}},
|
|
publisher = {Red Hat Developer Blog},
|
|
date = {2022-12-06},
|
|
urldate = {2024-01-18},
|
|
url = {https://developers.redhat.com/articles/2022/12/06/implementing-c20-atomic-waiting-libstdc#how_can_we_implement_atomic_waiting_}
|
|
}
|
|
|
|
@ONLINE{amd:programmers-manual,
|
|
author = {AMD},
|
|
title = {{AMD64 Programmer's Manual Volume 2: System Programming}},
|
|
date = {2016-12},
|
|
urldate = {2024-01-18},
|
|
url = {https://support.amd.com/TechDocs/24593.pdf}
|
|
}
|
|
|
|
@ONLINE{intel:programmers-manual,
|
|
author = {Intel},
|
|
title = {{Intel 64 and IA-32 Architectures Software Developer's Manual Volume 3A: System Programming Guide, Part 1}},
|
|
date = {2016-12},
|
|
urldate = {2024-01-18},
|
|
url = {https://support.amd.com/TechDocs/24593.pdf}
|
|
}
|
|
|
|
@INPROCEEDINGS{hbm-arch-paper,
|
|
author={Jun, Hongshin and Cho, Jinhee and Lee, Kangseol and Son, Ho-Young and Kim, Kwiwook and Jin, Hanho and Kim, Keith},
|
|
booktitle={2017 IEEE International Memory Workshop (IMW)},
|
|
title={HBM (High Bandwidth Memory) DRAM Technology and Architecture},
|
|
year={2017},
|
|
volume={},
|
|
number={},
|
|
pages={1-4},
|
|
doi={10.1109/IMW.2017.7939084}
|
|
}
|
|
|
|
@misc{man-libnuma,
|
|
author = {Debian},
|
|
title = {{Debian manpage 3 for libnuma-dev}},
|
|
urldate = {2024-01-21},
|
|
url = {https://manpages.debian.org/bookworm/libnuma-dev/numa.3.en.html}
|
|
}
|
|
|
|
@ONLINE{lenovo:dsa,
|
|
author = {Adrian Huang},
|
|
title = {{Enabling Intel Data Streaming Accelerator on Lenovo ThinkSystem Servers}},
|
|
urldate = {2022-04-18},
|
|
url = {https://lenovopress.lenovo.com/lp1582.pdf}
|
|
}
|
|
|
|
@misc{thesis-repo,
|
|
author = {Anatol Constantin Fürst},
|
|
title = {{Accompanying Thesis Repository}},
|
|
url = {https://git.constantin-fuerst.com/constantin/bachelor-thesis}
|
|
}
|
|
|
|
@ONLINE{lenovo:hbm,
|
|
author = {Sam Kuo, Jimmy Cheng},
|
|
title = {{Implementing High Bandwidth Memory and Intel Xeon Processors Max Series on Lenovo ThinkSystem Servers}},
|
|
date = {2023-06-26},
|
|
url = {https://lenovopress.lenovo.com/lp1738.pdf},
|
|
urldate = {2024-01-21}
|
|
}
|
|
|
|
@ONLINE{intel:maxtuning,
|
|
author = {Intel},
|
|
title = {{Intel® Xeon® CPU Max Series Configuration and Tuning Guide}},
|
|
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 and Anna Bartuschka and Dirk Habich and 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}
|
|
}
|