RRZE-HPC / kerncraft

Loop Kernel Analysis and Performance Modeling Toolkit
GNU Affero General Public License v3.0
86 stars 24 forks source link

Added support to IACA v3.0 #52

Closed cod3monk closed 6 years ago

cod3monk commented 6 years ago

Now supporting (and requiring v2.2, v2.3 and v3.0). The revised iaca_get command (formerly get-iaca.py, now included in the package) will automatically install all required versions of IACA in the appropriate directory: either in the python package directory or in ~/.kerncraft.

codecov-io commented 6 years ago

Codecov Report

Merging #52 into master will decrease coverage by 2.34%. The diff coverage is 31.33%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #52      +/-   ##
==========================================
- Coverage   76.19%   73.85%   -2.35%     
==========================================
  Files          20       21       +1     
  Lines        2739     2876     +137     
==========================================
+ Hits         2087     2124      +37     
- Misses        652      752     +100
Impacted Files Coverage Δ
tests/test_kernel.py 97.53% <ø> (-0.04%) :arrow_down:
kerncraft/models/benchmark.py 13.24% <ø> (ø) :arrow_up:
tests/test_layer_condition.py 98.27% <ø> (-0.03%) :arrow_down:
tests/test_kerncraft.py 91.38% <ø> (-0.13%) :arrow_down:
tests/test_likwid_bench_auto.py 96.87% <ø> (-0.1%) :arrow_down:
tests/test_intervals.py 100% <ø> (ø) :arrow_up:
tests/all_tests.py 100% <100%> (ø) :arrow_up:
kerncraft/iaca_get.py 26.81% <26.81%> (ø)
kerncraft/iaca.py 70.46% <81.81%> (+0.73%) :arrow_up:
... and 2 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 2baeb5d...6ef41f9. Read the comment docs.