Git Product home page Git Product logo

ccgrid19's Introduction

Autotuning under Tight Budget Constraints: a Transparent Design of Experiments Approach

This repository contains the scripts to generate the pdf and the figures in our CCGRID’19 submission. The data produced by our the experiments is stored in two other git repositories:

The Grid5000 scripts we used are stored in this repository:

Our implementation of DLMT is publicly hosted in GitHub in the following files:

This paper was written and exported to pdf using Emacs Org mode, so you can clone the repositories, run our data analyses, and generate all images from Emacs.

Org Mode LaTex: Exporting IEEEtran

After installing the IEEEtran template, add the following to your Emacs configuration to be able to export using the org-ieeetran class:

(with-eval-after-load 'ox-latex
  (add-to-list 'org-latex-classes
                '("org-ieeetran"
                  "\\documentclass{IEEEtran}"
                  ("\\section{%s}" . "\\section*{%s}")
                  ("\\subsection{%s}" . "\\subsection*{%s}")
                  ("\\subsubsection{%s}" . "\\subsubsection*{%s}")
                  ("\\paragraph{%s}" . "\\paragraph*{%s}")
                  ("\\subparagraph{%s}" . "\\subparagraph*{%s}"))))

You must use the pdflatex compiler to generate the correct template in pdf. You can use latexmk in your Emacs configuration to properly export references:

(setq org-latex-pdf-process (list "latexmk -pdflatex='pdflatex' -pdf -f %f"))

ccgrid19's People

Contributors

phrb avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

andersonandrei

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.