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.

20 lines
322 B

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