Advertisement
Guest User

Untitled

a guest
Mar 20th, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.98 KB | None | 0 0
  1. 1>------ Build started: Project: leela-zero, Configuration: Release x64 ------
  2. 1>FastBoard.cpp
  3. 1>FastState.cpp
  4. 1>FullBoard.cpp
  5. 1>GameState.cpp
  6. 1>GTP.cpp
  7. 1>KoState.cpp
  8. 1>Leela.cpp
  9. 1>Unknown compiler version - please run the configure tests and report the results
  10. 1>Network.cpp
  11. 1>Unknown compiler version - please run the configure tests and report the results
  12. 1>c:\leela-zero-next\src\network.cpp(211): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data
  13. 1>c:\leela-zero-next\src\network.cpp(342): warning C4267: 'argument': conversion from 'size_t' to 'const int', possible loss of data
  14. 1>c:\leela-zero-next\src\network.cpp(349): warning C4267: 'argument': conversion from 'size_t' to 'const int', possible loss of data
  15. 1>c:\leela-zero-next\src\network.cpp(376): warning C4267: 'argument': conversion from 'size_t' to 'const int', possible loss of data
  16. 1>c:\leela-zero-next\src\network.cpp(392): warning C4267: 'argument': conversion from 'size_t' to 'const int', possible loss of data
  17. 1>c:\leela-zero-next\src\network.cpp(396): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data
  18. 1>c:\leela-zero-next\src\network.cpp(403): warning C4267: 'argument': conversion from 'size_t' to 'const int', possible loss of data
  19. 1>c:\leela-zero-next\src\network.cpp(406): warning C4267: 'argument': conversion from 'size_t' to 'const int', possible loss of data
  20. 1>c:\leela-zero-next\src\network.cpp(413): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data
  21. 1>c:\leela-zero-next\src\network.cpp(418): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data
  22. 1>c:\leela-zero-next\src\network.cpp(419): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data
  23. 1>c:\leela-zero-next\src\network.cpp(619): warning C4267: 'argument': conversion from 'size_t' to 'const int', possible loss of data
  24. 1>c:\leela-zero-next\src\network.cpp(620): warning C4267: 'argument': conversion from 'size_t' to 'const int', possible loss of data
  25. 1>c:\leela-zero-next\src\network.cpp(745): warning C4267: 'argument': conversion from 'size_t' to 'const int', possible loss of data
  26. 1>c:\leela-zero-next\src\network.cpp(757): warning C4267: 'argument': conversion from 'size_t' to 'const int', possible loss of data
  27. 1>c:\leela-zero-next\src\network.cpp(766): warning C4267: 'argument': conversion from 'size_t' to 'const int', possible loss of data
  28. 1>c:\leela-zero-next\src\network.cpp(973): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data
  29. 1>c:\leela-zero-next\src\network.cpp(1037): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
  30. 1>c:\program files (x86)\microsoft visual studio\2017\community\vc\tools\msvc\14.13.26128\include\utility(202): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data
  31. 1>c:\leela-zero-next\src\network.cpp(293): note: see reference to function template instantiation 'std::pair<int,int>::pair<int&,size_t&,0>(_Other1,_Other2) noexcept' being compiled
  32. 1> with
  33. 1> [
  34. 1> _Other1=int &,
  35. 1> _Other2=size_t &
  36. 1> ]
  37. 1>c:\leela-zero-next\src\network.cpp(293): note: see reference to function template instantiation 'std::pair<int,int>::pair<int&,size_t&,0>(_Other1,_Other2) noexcept' being compiled
  38. 1> with
  39. 1> [
  40. 1> _Other1=int &,
  41. 1> _Other2=size_t &
  42. 1> ]
  43. 1>c:\leela-zero-next\src\network.cpp(640): warning C4267: 'argument': conversion from 'size_t' to 'const int', possible loss of data
  44. 1>c:\leela-zero-next\src\network.cpp(772): note: see reference to function template instantiation 'void convolve<1>(const ::size_t,const std::vector<float,std::allocator<_Ty>> &,const std::vector<_Ty,std::allocator<_Ty>> &,const std::vector<_Ty,std::allocator<_Ty>> &,std::vector<_Ty,std::allocator<_Ty>> &)' being compiled
  45. 1> with
  46. 1> [
  47. 1> _Ty=float
  48. 1> ]
  49. 1>c:\leela-zero-next\src\network.cpp(659): warning C4267: 'argument': conversion from 'size_t' to 'const blasint', possible loss of data
  50. 1>NNCache.cpp
  51. 1>OpenCL.cpp
  52. 1>Unknown compiler version - please run the configure tests and report the results
  53. 1>c:\leela-zero-next\src\opencl.cpp(997): warning C4244: '+=': conversion from 'float' to 'int', possible loss of data
  54. 1>OpenCLScheduler.cpp
  55. 1>Random.cpp
  56. 1>SGFParser.cpp
  57. 1>SGFTree.cpp
  58. 1>Unknown compiler version - please run the configure tests and report the results
  59. 1>SMP.cpp
  60. 1>TimeControl.cpp
  61. 1>Timing.cpp
  62. 1>c:\leela-zero-next\src\timing.cpp(26): warning C4244: 'return': conversion from '__int64' to 'int', possible loss of data
  63. 1>Training.cpp
  64. 1>c:\leela-zero-next\src\training.cpp(120): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data
  65. 1>Tuner.cpp
  66. 1>c:\leela-zero-next\src\tuner.cpp(120): warning C4244: '*=': conversion from 'uint64_t' to 'int', possible loss of data
  67. 1>c:\leela-zero-next\src\tuner.cpp(128): warning C4244: '/=': conversion from 'uint64_t' to 'int', possible loss of data
  68. 1>c:\leela-zero-next\src\tuner.cpp(276): warning C4267: '*=': conversion from 'size_t' to 'int', possible loss of data
  69. 1>c:\leela-zero-next\src\tuner.cpp(397): warning C4244: '=': conversion from 'float' to 'unsigned int', possible loss of data
  70. 1>UCTNode.cpp
  71. 1>c:\leela-zero-next\src\uctnode.cpp(137): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
  72. 1>Compiling...
  73. 1>UCTNodeRoot.cpp
  74. 1>UCTSearch.cpp
  75. 1>c:\leela-zero-next\src\uctsearch.cpp(114): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
  76. 1>Utils.cpp
  77. 1>Zobrist.cpp
  78. 1>Generating code
  79. 1>All 6778 functions were compiled because no usable IPDB/IOBJ from previous compilation was found.
  80. 1>Finished generating code
  81. 1>leela-zero.vcxproj -> C:\leela-zero-next\msvc\x64\Release\leelaz.exe
  82. 1>Done building project "leela-zero.vcxproj".
  83. ========== Build: 1 succeeded, 0 failed, 0 up-to-date, 0 skipped ==========
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement