RaftLib


RaftLib is a portable parallel processing system that aims to provide extreme performance while increasing programmer productivity. It enables a programmer to assemble a massively parallel program using simple iostream-like operators. RaftLib handles threading, memory allocation, memory placement, and auto-parallelization of compute kernels. It enables applications to be constructed from chains of compute kernels forming a task and pipeline parallel compute graph. Programs are authored in C++.

Example

Here is a Hello World example for demonstration purposes:

  1. include
  2. include
  3. include
  4. include
class hi : public raft::kernel
int
main