marxin
Moses machine translation performance tuning
a project by marxin
Moses is a statistical machine translation system that allows you to automatically train translation models for any language pair. Intention of the project is to tune up existing software, where a glimpse shows that majority of time is consumed by memory allocation, dynamic casting and other calculation non-related stuff. I would like to inspect many techniques (like perf profiling, GCC LTO, GCC profile-guided optimization, code refactoring, OpenTuner, etc.) which may bring really significant performance gain. Moreover, it would be really beneficial to come up with a cookbook that can be used by folk in general. If possible, I would like to create a step-by-step performance improvement graphs.
GCC Performance/Regression Dashboard
a project by marxin
For development purpose, it is very useful to have an infrastructure that can spot regressions based on commit base. Currently, our existing infrastructure runs mainly SPEC benchmark and is cumbersome from perspective of any further development. I would like to build a replacement that will combine buildbot framework with a custom web project (based on Django framework). The web project will be used both for submitting reports coming from a buildbot slave and for UI which will serve plots and data.
kGraft analysis tool
an idea by marxin
kgraft-analysis-tool is a simple tool capable of showing IPA cloning decisions made by modified version of the GCC compiler: https://github.com/marxin/gcc/tree/dump-ipa-clones
GCC bisection tool
an idea by marxin
Introduction
Learn rtags (vim-rtags) how to properly do code completion based on LLVM API
an idea by marxin
Both YouCompleteMe and rtags are powerful tools that provide useful IDE features to both VIM and Emacs editors. Both use llvm front-end in order to provide code completion hints. Suggestion based on YCM are fine, however I believe that rtags is better tool because it has a concept of project and provides for instance GoToDefinition command, one that's not supported by YCM.
Use LNT tool to set-up periodic SPEC benchmarks
an idea by marxin
Using the LNT tool we can replace our current gcc.opensuse.org website. Apart from LNT, I would also utilize Builbot python build system.
Use C++ static analyzers for GCC codebase
an idea by marxin
I'm planning to experiment with clang-static-analyzer
, cppcheck
and maybe with coverity
:
OpenBLAS: test performance on AMD Zen2 and learn more about the implementation
an idea by marxin
OpenBLAS is a high-performance linear algebra library that's implemented mainly with vector instruction directly written in assembly language.
drgn: implement crash top-level commands
a project by marxin
Project Description
Looking for projects around:
Nothing at the moment
Activity