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.

21 lines
389 B

  1. {
  2. "count": 1,
  3. "path" : "hw",
  4. "list": [
  5. {
  6. "task": {
  7. "size_count": 5,
  8. "size": [ 1024, 4096, 1048576, 134217728, 1073741824 ],
  9. "iterations": 1000,
  10. "batching": {
  11. "batch_submit": false,
  12. "batch_size": 0
  13. }
  14. },
  15. "affinity": {
  16. "node": 0,
  17. "nnode_src": 0,
  18. "nnode_dst": 0
  19. }
  20. }
  21. ]
  22. }