Metadata-Version: 1.1
Name: kerncraft
Version: 0.1.dev1
Summary: Loop Kernel Analysis and Performance Modeling Toolkit
Home-page: https://github.com/cod3monk/kerncraft
Author: Julian Hammer
Author-email: julian.hammer@fau.de
License: AGPLv3
Description: kerncraft
        =========
        
        Loop Kernel Analysis and Performance Modeling Toolkit
        
        This tool allows automatic analasis of loop kernels using the Execution Cache Memory (ECM) model.
        The ECM model provides a framework to predict the performance of loop kernels, similar but more
        versatile (and complex) then the roofline model. To learn more about the ECM model see the
        following resources:
        
        * http://moodle.rrze.uni-erlangen.de/moodle/pluginfile.php/10678/mod_resource/content/1/08_ECM_Model.pdf
        * http://blogs.fau.de/hager/files/2014/02/pp14_Wellein.pdf
        
Keywords: hpc performance
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Software Development
Classifier: Topic :: Utilities
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
