Skip to content
/ HiperML Public

HiperML for High-performance Machine Learning

Notifications You must be signed in to change notification settings

PARC/HiperML

Folders and files

NameName
Last commit message
Last commit date

Latest commit

7934e33 · May 22, 2017

History

4 Commits
May 21, 2017
May 21, 2017
May 21, 2017
May 21, 2017
May 21, 2017
May 16, 2017
May 21, 2017
May 22, 2017

Repository files navigation

HiperML

HiperML for High-performance Machine Learning

Installation (tested on Ubuntu 14.04)

  1. Install CUDA

  2. Compile the source code of HiperML. In the root directory of the project:

$ mkdir build
$ cd build
$ cmake ..
$ make
$ sudo make install

All executables produced by the 'make' command above are located in folders under build/apps, including gemm/, gemv/, kmeans/, pagerank/, and triangle_count/. To get the usage of an executable in these folders, invoke the executable with the -h option.

About

HiperML for High-performance Machine Learning

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published