zbjornson / raft

Rapids Analytics Framework Toolset to share building blocks between cuGraph and cuML

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

 RAFT: RAPIDS Analytics Frameworks Toolset

RAFT is a repository containining shared utilities, mathematical operations and common functions for the analytics components of RAPIDS. Both the C++ and Python components can be included in consuming libraries.

Refer to the Build and Development Guide for details on RAFT's design, building, testing and development guidelines.

Folder Structure and Contents

The folder structure mirrors the main RAPIDS repos (cuDF, cuML, cuGraph...), with the following folders:

  • cpp: Source code for all C++ code. The code is header only, therefore it is in the include folder (with no src).
  • python: Source code for all Python source code.
  • ci: Scripts for running CI in PRs

About

Rapids Analytics Framework Toolset to share building blocks between cuGraph and cuML

License:Apache License 2.0


Languages

Language:C++ 59.6%Language:Python 26.1%Language:Cuda 5.4%Language:Shell 4.8%Language:CMake 4.1%