This contains my bachelors thesis and associated tex files, code snippets and maybe more. Topic: Data Movement in Heterogeneous Memories with Intel Data Streaming Accelerator
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.

127 lines
4.0 KiB

  1. % This file was created with JabRef 2.9.2.
  2. % Encoding: UTF-8
  3. @ONLINE{intel:dsaspec,
  4. author = {Intel Corporation},
  5. title = {{Intel® Data Streaming Accelerator Architecture Specification}},
  6. date = {2022-09-16},
  7. url = {https://www.intel.com/content/www/us/en/content-details/671116/intel-data-streaming-accelerator-architecture-specification.html},
  8. urldate = {2023-11-15}
  9. }
  10. @ONLINE{intel:xeonbrief,
  11. author = {Intel Corporation},
  12. title = {New Intel® Xeon® Platform Includes Built-In Accelerators for Encryption, Compression, and Data Movement},
  13. date = {2022-12},
  14. url = {https://www.intel.com/content/dam/www/central-libraries/us/en/documents/2022-12/storage-engines-4th-gen-xeon-brief.pdf},
  15. urldate = {2023-11-15}
  16. }
  17. @ONLINE{intel:dsaguide,
  18. author = {Intel Corporation},
  19. title = {{Intel® Data Streaming Accelerator User Guide}},
  20. date = {2023-01-11},
  21. url = {https://www.intel.com/content/www/us/en/content-details/759709/intel-data-streaming-accelerator-user-guide.html},
  22. urldate = {2023-11-15}
  23. }
  24. @ONLINE{intel:analysis,
  25. author = {Reese Kuper et al.},
  26. title = {{A Quantitative Analysis and Guideline of Data Streaming Accelerator in Intel® 4th Gen Xeon® Scalable Processors}},
  27. date = {2023-05},
  28. url = {https://arxiv.org/pdf/2305.02480.pdf},
  29. urldate = {2024-01-07}
  30. }
  31. @ONLINE{intel:idxd-driver-repo,
  32. author = {Intel Corporation},
  33. title = {{Intel IDXD Driver for Linux Kernel Repository}},
  34. url = {https://github.com/intel/idxd-driver},
  35. urldate = {2024-01-07}
  36. }
  37. @ONLINE{intel:libaccel-config-repo,
  38. author = {Intel Corporation},
  39. title = {{Intel Libaccel-Config Repository}},
  40. url = {https://github.com/intel/idxd-config},
  41. urldate = {2024-01-07}
  42. }
  43. @ONLINE{intel:dmldoc,
  44. author = {Intel Corporation},
  45. title = {{Intel Data Mover Library Documentation}},
  46. url = {https://intel.github.io/DML/index.html},
  47. urldate = {2024-01-07}
  48. }
  49. @INPROCEEDINGS{becher04:_feurig_hacken_mit_firew,
  50. author = {Michael Becher and Maximillian Dornseif},
  51. title = {{Feuriges Hacken - Spaß mit Firewire}},
  52. booktitle = {21C3: Proceedings of the 21st Chaos Communication Congress},
  53. date = {2004-12}
  54. }
  55. @CONFERENCE{bellard2005qfa,
  56. author = {Fabrice Bellard},
  57. title = {{QEMU, a fast and portable dynamic translator}},
  58. booktitle = {Proceedings of the USENIX Annual Technical Conference, FREENIX Track},
  59. date = {2005},
  60. pages = {41--46}
  61. }
  62. @INPROCEEDINGS{boileau06,
  63. author = {Adam Boileau},
  64. title = {{Hit by a Bus: Physical Access Attacks with Firewire}},
  65. booktitle = {RUXCON},
  66. date = {2006}
  67. }
  68. @BOOK{frederick95,
  69. author = {Brooks,Jr., Frederick P.},
  70. title = {The mythical man-month (anniversary ed.)},
  71. date = {1995},
  72. publisher = {Addison-Wesley Longman Publishing Co., Inc.},
  73. location = {Boston, MA, USA},
  74. isbn = {0-201-83595-9}
  75. }
  76. @ARTICLE{collins97a,
  77. author = {Robert R. Collins},
  78. title = {{In-Circuit Emulation: How the Microprocessor Evolved Over Time}},
  79. date = {1997-09},
  80. journal = {Dr. Dobbs Journal}
  81. }
  82. @ARTICLE{feske07,
  83. author = {Norman Feske},
  84. title = {{A case study on the cost and benefit of dynamic RPC marshalling
  85. for low-level system components}},
  86. date = {2007},
  87. volume = {41},
  88. number = {4},
  89. pages = {40--48},
  90. issn = {0163-5980},
  91. doi = {http://doi.acm.org/10.1145/1278901.1278908},
  92. journal = {SIGOPS Operating Systems Review},
  93. location = {New York, NY, USA},
  94. publisher = {ACM}
  95. }
  96. @ONLINE{green04,
  97. author = {Tom Green},
  98. title = {{1394 Kernel Debugging Tips and Tricks}},
  99. date = {2004},
  100. url = {http://download.microsoft.com/download/1/8/f/18f8cee2-0b64-41f2-893d-a6f2295b40c8/DW04001_WINHEC2004.ppt},
  101. note = {Slide presentation at the WinHEC 2004},
  102. urldate = {2009-06-03}
  103. }
  104. @PATENT{patent:4819234,
  105. author = {Huber, William S.},
  106. title = {Operating system debugger},
  107. number = {4819234},
  108. date = {1989-04},
  109. location = {Needham, MA},
  110. url = {http://www.freepatentsonline.com/4819234.html}
  111. }