Commit Graph

7 Commits

Author SHA1 Message Date
b7862d76fb Apparently cpu_cores library does not work on Windows 2017-11-16 14:43:37 +01:00
5a199f14c1 Make bundle portable by bundling third party packages we need 2017-11-16 10:12:16 +01:00
c41658857a Various fixes
- Do not enable CPU device together with OpenCL/CUDA when device name is not
  specified.
- Adopt output log parser fr the changed path tracing message.
- Solve issue with using same short name of command line argument for single
  device specification.
- Reshuffle include statements so it's kind of possible to use bundle python.
  Still need to work this properly, but that's for later.
2017-11-01 16:07:46 +01:00
3c3c8cbaad SOme ground work to support Windows for benchmark farm
Mainly straightforward changes, the only tricky part: detect number of CPU
sockets. Didn't figure out yet how to do this on Windows.
2017-08-28 15:05:04 +02:00
f62e0dc31f Make system info reporting number of CPU sockets 2017-08-24 13:52:50 +02:00
d538682ce4 Report number of CPU cores and threads in system info 2017-08-24 11:28:22 +02:00
ab2fe20c8f Initial commit 2017-08-18 12:12:25 +02:00