Unverified Commit 50bca9e4 authored by Akshita Dixit's avatar Akshita Dixit Committed by GitHub
Browse files

[docs] Add changes to gcc-tips (#4187)



* Add changes to gcc-tips

* Update docs/gcc-Tips.rst
Co-authored-by: default avatarJames Lamb <jaylamb20@gmail.com>

* Update docs/gcc-Tips.rst
Co-authored-by: default avatarJames Lamb <jaylamb20@gmail.com>

* Remove image files for gcc-tips
Co-authored-by: default avatarJames Lamb <jaylamb20@gmail.com>
parent 211ef787
...@@ -27,32 +27,9 @@ You can find more details on the experimentation below: ...@@ -27,32 +27,9 @@ You can find more details on the experimentation below:
- `Kaggle Paris Meetup #12 Slides <https://drive.google.com/file/d/0B6qJBmoIxFe0ZHNCOXdoRWMxUm8/view>`__ - `Kaggle Paris Meetup #12 Slides <https://drive.google.com/file/d/0B6qJBmoIxFe0ZHNCOXdoRWMxUm8/view>`__
Some explanatory pictures: The image below compares the runtime for training with different compiler options to a baseline using LightGBM compiled with `-O2 --mtune=core2`. All three options are faster than that baseline. The best performance was achieved with `-O3 --mtune=native`.
.. image:: ./_static/images/gcc-table.png
:align: center
:target: ./_static/images/gcc-table.png
.. image:: ./_static/images/gcc-bars.png
:align: center
:target: ./_static/images/gcc-bars.png
.. image:: ./_static/images/gcc-chart.png
:align: center
:target: ./_static/images/gcc-chart.png
.. image:: ./_static/images/gcc-comparison-1.png
:align: center
:target: ./_static/images/gcc-comparison-1.png
.. image:: ./_static/images/gcc-comparison-2.png .. image:: ./_static/images/gcc-comparison-2.png
:align: center :align: center
:target: ./_static/images/gcc-comparison-2.png :target: ./_static/images/gcc-comparison-2.png
:alt: picture with a chart grouped by compiler set of options using O2 M tune equals core2 as the baseline. All the other 3 options are faster, with O3 M tune equals native being the fastest.
.. image:: ./_static/images/gcc-meetup-1.png
:align: center
:target: ./_static/images/gcc-meetup-1.png
.. image:: ./_static/images/gcc-meetup-2.png
:align: center
:target: ./_static/images/gcc-meetup-2.png
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment