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.

24 lines
415 B

  1. {
  2. "count": 1,
  3. "path" : "sw",
  4. "list": [
  5. {
  6. "task": {
  7. "size": 4096,
  8. "iterations": {
  9. "desired": 10000
  10. },
  11. "batching": {
  12. "enabled": true,
  13. "batch_size": 100,
  14. "barrier_after_n_operations": 10
  15. }
  16. },
  17. "affinity": {
  18. "numa": 0,
  19. "core": 0,
  20. "nnode_src": 0,
  21. "nnode_dst": 0
  22. }
  23. }
  24. ]
  25. }