jstraub / jsCore

core algorithms and data structures

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This library provides basic algorithms and data structures to efficiently interface with GPU data as well as several helper classes for evaluation and logging.

Dependencies

This code depends on the following other libraries and was tested under Ubuntu 14.04.

  • Eigen3 (3.0.5)
  • cuda 5.5 or 6.5

The GPU kernels were tested on a Nvidia Quadro K2000M with compute capability 3.0.

Library

libjsCore.so collects all the cuda code into one shared library. The rest of the code is in the form of header files.

About

core algorithms and data structures

License:Other


Languages

Language:C++ 62.3%Language:Cuda 23.8%Language:CMake 12.7%Language:Makefile 1.1%