Skip to content

Commit

Permalink
Adding raft.png
Browse files Browse the repository at this point in the history
  • Loading branch information
cjnolet committed Mar 17, 2023
1 parent 364dbd9 commit ebf7619
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# <div align="left"><img src="https://rapids.ai/assets/images/rapids_logo.png" width="90px"/>&nbsp;RAFT: Reusable Accelerated Functions and Tools</div>

![Navigating the canyons of accelerated possibilities](img/raft.png)

## Resources

- [RAFT Reference Documentation](https://docs.rapids.ai/api/raft/stable/): API Documentation.
Expand Down
Binary file added img/raft.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

# Set the list of Cython files to build
set(cython_sources ivf_flat.pyx)
set(linked_libraries raft::raft raft::distance)
set(linked_libraries raft::raft raft::compiled)

# Build all of the Cython targets
rapids_cython_create_modules(
Expand Down

0 comments on commit ebf7619

Please sign in to comment.