Advertisement
Guest User

Untitled

a guest
Nov 12th, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.26 KB | None | 0 0
  1. /home/matroskinb/Projects/mpres/mpres_for_tests/mpres_12_october/mpres/cmake-build-debug/tests/mf_dot_test
  2. ---------------------------------------------------
  3. ---------------------------------------------------
  4. RNS parameters:
  5. RNS_MODULI_SIZE, n: 32
  6. RNS_MODULI_PRODUCT, M: 3330055003494976339721131556968596580979595127398122758649507814792783336724624163038931757359431728787399780420211561939137488321980773145149185
  7. BIT-SIZE OF MODULI PRODUCT, LOG2(M): 480.093
  8. RNS_SCALE_THRESHOLD, T: 30
  9. PARALLEL_REDUCTION_START_INDEX: 16
  10. ---------------------------------------------------
  11. RNS_MODULI SIZE 32
  12. IFC constants:
  13. 1. IFC_ACCURACY (psi) = 2.2737367544323206e-11
  14. 2. IFC_OFFSET_VEC_SIZE (g) = 14
  15. ---------------------------------------------------
  16. Size of array: 1000000
  17. Repeats: 1
  18. Vector length: 1000000
  19. ---------------------------------------------------
  20. Memory allocation...
  21. Data generation...
  22. ---------------------------------------------------
  23.  
  24. *** CPU Results ***
  25.  
  26. ---------------------------------------------------
  27. [CPU] Double dot product testing...
  28. took (ms): 2.718
  29. product: 249751.8305337400524877011775970458984375000000000000000000000000000000000000
  30. ---------------------------------------------------
  31. [CPU] MPRES dot product testing...
  32. took (ms): 9743.32
  33. sum: 249751.8305337306618290636652371550833034729054853650952860784106671046933660
  34. ---------------------------------------------------
  35. ---------------------------------------------------
  36. [CPU] MPRES dot product kuvaev testing...
  37. took (ms): 9760.66
  38. sum: 249751.8305337306618290636652371550833034729054853650952860784106671046933660
  39. ---------------------------------------------------
  40. ---------------------------------------------------
  41. [CPU] MPFR dot product testing...
  42. took (ms): 78.187
  43. sum: 249751.8305337306618290636652371550833034729054853650952860784106671046933660
  44. ---------------------------------------------------
  45. [CPU] CBLAS dot product testing...
  46. took (ms): 1.172
  47. product: 249751.8305337400524877011775970458984375000000000000000000000000000000000000
  48. ---------------------------------------------------
  49. [CPU] Arprec dot product testing...
  50. took (ms): 310.587
  51. product 10 ^ 5 x 3.329743702768580085735321302986758982100530326259864954973040709390235879
  52. ---------------------------------------------------
  53. Allocating device data and copy from host to device testing...
  54. took (ms): 54.313
  55. ---------------------------------------------------
  56. ---------------------------------------------------
  57. [GPU] MPRES, параллельная обработка остатков, чисел, редукция CPU testing...
  58. took (ms): 1946.01
  59. sum: 249751.8305337306618290636652371550833034729054853650952860784106671046933660
  60. ---------------------------------------------------
  61. [GPU] MPRES, параллельная обработка остатков, чисел, редукция GPU testing...
  62. took (ms): 1862.04
  63. sum: 249751.8305337306618290636652371550833034729054853650952860784106671046933660
  64. ---------------------------------------------------
  65. [GPU] MPRES, последовательная обработка остатков, параллельная чисел, редукция CPU testing...
  66. took (ms): 1949.13
  67. sum: 249751.8305337306618290636652371550833034429891541366680690006063222323872135
  68. ---------------------------------------------------
  69. [GPU] MPRES, последовательная обработка остатков, параллельная чисел, редукция GPU testing...
  70. took (ms): 1919.46
  71. sum: 249751.8305337306618290636652371550833034429891541366680690006063222323872135
  72. ---------------------------------------------------
  73. [GPU] MPRES, векторизация, цпу редукция testing...
  74. took (ms): 1165.64
  75. sum: 249751.8305337306618290636652371550833034729054853650952860784106671046933660
  76. ---------------------------------------------------
  77. [GPU] MPRES, векторизация, гпу редукция testing...
  78. took (ms): 1159.92
  79. sum: 249751.8305337306618290636652371550833034729054853650952860784106671046933660
  80. ---------------------------------------------------
  81. [GPU] Campary dot product testing...
  82. took (ms): 13788
  83. product: 249751.8305337309429887682199478149414062500000000000000000000000000000000000
  84.  
  85. Process finished with exit code 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement