forked fromrapidsai/raft
- Notifications
You must be signed in to change notification settings - Fork0
Rapids Analytics Framework Toolset to share building blocks between cuGraph and cuML
License
NotificationsYou must be signed in to change notification settings
rgsl888prabhu/raft
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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 theBuild and Development Guide for details on RAFT's design, building, testing and development guidelines.
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 theinclude
folder (with nosrc
).python
: Source code for all Python source code.ci
: Scripts for running CI in PRs