diff --git a/README.md b/README.md index 07c24b0cf9..0e1c8c4c3a 100755 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ #
 RAFT: Reusable Accelerated Functions and Tools
+![Navigating the canyons of accelerated possibilities](img/raft.png) + ## Resources - [RAFT Reference Documentation](https://docs.rapids.ai/api/raft/stable/): API Documentation. diff --git a/img/raft.png b/img/raft.png new file mode 100644 index 0000000000..c2d51e9457 Binary files /dev/null and b/img/raft.png differ diff --git a/python/pylibraft/pylibraft/neighbors/ivf_flat/CMakeLists.txt b/python/pylibraft/pylibraft/neighbors/ivf_flat/CMakeLists.txt index f183e17157..8f395faec9 100644 --- a/python/pylibraft/pylibraft/neighbors/ivf_flat/CMakeLists.txt +++ b/python/pylibraft/pylibraft/neighbors/ivf_flat/CMakeLists.txt @@ -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(