hcho3 / xgboost-fast-hist-perf-lab

Deeper look into performance of tree_method='hist' for multi-core CPUs
5 stars 2 forks source link

Update line chart with better results #8

Closed Laurae2 closed 5 years ago

Laurae2 commented 5 years ago

The following chart (https://github.com/hcho3/xgboost-fast-hist-perf-lab/raw/master/scaling.png) can be improved by using a proper release version for better comparability with other machines.

Flags at least to use: -O3 -g -DNDEBUG

Ideally, at least: -O3 -g -DNDEBUG -march=native

In its current state we are comparing "poorly compiled xgboost" instead of "properly compiled xgboost"