Skip to content

laserkaplan/monkeybot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

monkeybot

A set of libraries of simple CUDA methods.

Structure

monkeybot is split into the following libraries, which can be found in the mb/ folder:

  • mbText: text manipulation
  • mbMath: simple math functions
  • mbMatrix: matrix manipulation

A list of functions included in each library can be found in the included "functions.txt".

Usage

To use monkeybot, you can either include "monkeybot.cuh", which will include all monkeybot libraries, or whichever individual library you want to use with "mb/mb.cuh".

All monkeybot functions are kept in the namespace "mb".

When compiling your program, make sure you include the path to monkeybot (i.e. use "nvcc -I ...").

For sample usage, see the included "helloworld.cu" in the examples/ folder.

About

A set of libraries of simple CUDA methods.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages