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.

56 lines
2.0 KiB

  1. @ONLINE{intel:dsaspec,
  2. author = {Intel},
  3. title = {{Intel® Data Streaming Accelerator Architecture Specification}},
  4. date = {2022-09-16},
  5. url = {https://www.intel.com/content/www/us/en/content-details/671116/intel-data-streaming-accelerator-architecture-specification.html},
  6. urldate = {2023-11-15}
  7. }
  8. @ONLINE{intel:xeonbrief,
  9. author = {Intel},
  10. title = {{New Intel® Xeon® Platform Includes Built-In Accelerators for Encryption, Compression, and Data Movement}},
  11. date = {2022-12},
  12. url = {https://www.intel.com/content/dam/www/central-libraries/us/en/documents/2022-12/storage-engines-4th-gen-xeon-brief.pdf},
  13. urldate = {2023-11-15}
  14. }
  15. @ONLINE{intel:dsaguide,
  16. author = {Intel},
  17. title = {{Intel® Data Streaming Accelerator User Guide}},
  18. date = {2023-01-11},
  19. url = {https://www.intel.com/content/www/us/en/content-details/759709/intel-data-streaming-accelerator-user-guide.html},
  20. urldate = {2023-11-15}
  21. }
  22. @misc{intel:idxd-driver-repo,
  23. author = {Intel},
  24. title = {{Intel IDXD Driver for Linux Kernel}},
  25. publisher = {GitHub},
  26. journal = {GitHub repository},
  27. howpublished = {\url{https://github.com/intel/idxd-driver}},
  28. urldate = {2024-01-07}
  29. }
  30. @misc{intel:libaccel-config-repo,
  31. author = {Intel},
  32. title = {{Intel IDXD User Space Application}},
  33. publisher = {GitHub},
  34. journal = {GitHub repository},
  35. howpublished = {\url{https://github.com/intel/idxd-config}},
  36. urldate = {2024-01-07}
  37. }
  38. @misc{intel:dmldoc,
  39. author = {Intel},
  40. title = {{Intel Data Mover Library Documentation}},
  41. publisher = {GitHub},
  42. howpublished = {\url{https://intel.github.io/DML/index.html}},
  43. urldate = {2024-01-07}
  44. }
  45. @ONLINE{intel:analysis,
  46. author = {Reese Kuper et al.},
  47. title = {{A Quantitative Analysis and Guideline of Data Streaming Accelerator in Intel® 4th Gen Xeon® Scalable Processors}},
  48. date = {2023-05},
  49. url = {https://arxiv.org/pdf/2305.02480.pdf},
  50. urldate = {2024-01-07}
  51. }