Advertisement
Guest User

Untitled

a guest
Nov 13th, 2019
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.87 KB | None | 0 0
  1. {
  2. "group_1": {
  3. "test_specs": {
  4. "block_size": [
  5. 16,
  6. 32,
  7. 16,
  8. 32
  9. ],
  10. "ca_size": [
  11. 100,
  12. 100,
  13. 1000,
  14. 1000
  15. ],
  16. "iterations": [
  17. 1000,
  18. 1000,
  19. 10000,
  20. 10000
  21. ]
  22. },
  23. "test_src": [
  24. "global_memory.cu",
  25. "global_memory_loop.cu",
  26. "hybrid_memory_loop.cu",
  27. "hybrid_memory.cu"
  28. ]
  29. },
  30. "group_2": {
  31. "test_specs": {
  32. "block_size": [
  33. 16,
  34. 32,
  35. 16,
  36. 32
  37. ],
  38. "ca_size": [
  39. 100,
  40. 100,
  41. 1000,
  42. 1000
  43. ],
  44. "iterations": [
  45. 1000,
  46. 1000,
  47. 10000,
  48. 10000
  49. ]
  50. },
  51. "test_src": [
  52. "shared_memory.cu",
  53. "unified_memory.cu",
  54. "unified_memory_loop.cu"
  55. ]
  56. }
  57. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement