grtheod / Saber

Window-Based Hybrid CPU/GPU Stream Processing Engine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Saber

Window-based hybrid stream processing engine

Quick Start

$ git clone https://github.com/lsds/saber.git

$ cd saber

$ export SABER_HOME=`pwd`

Make sure your JAVA_HOME is set. E.g.:

$ export JAVA_HOME=/usr/lib/jvm/java-7-openjdk-amd64

$ ./build.sh

$ cd clib/

$ make cpu

$ cd ..

$ ./run.sh uk.ac.imperial.lsds.saber.microbenchmarks.TestNoOp --mode cpu

About

Window-Based Hybrid CPU/GPU Stream Processing Engine


Languages

Language:Java 84.4%Language:C 15.0%Language:Shell 0.4%Language:Makefile 0.3%