cornell-zhang / uptune

A Generic Distributed Auto-Tuning Infrastructure

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UpTune Project

version license build

A Generic Distributed Auto-Tuning Framework.

Getting Started

Installation

The uptune framework has python and C++ API bindings, and we install both by default. The C++ binding requires cmake (>2.8), gcc (>4.8.5) and GoogleTest to be installed. To install uptune, simply pull it back and run the install script with the following commands:

Install from Source

$ git clone https://github.com/cornell-zhang/uptune.git; cd uptune
$ ./install.sh 

About

A Generic Distributed Auto-Tuning Infrastructure

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 98.1%Language:C++ 0.9%Language:Shell 0.3%Language:Dockerfile 0.3%Language:CMake 0.2%Language:R 0.1%Language:Batchfile 0.0%