-
Notifications
You must be signed in to change notification settings - Fork 197
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update to use rapids-cmake for all deps
- Loading branch information
1 parent
0c75bb1
commit 71d2b0d
Showing
8 changed files
with
100 additions
and
72 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,16 @@ | ||
From 8f664a78b84976fe85acb30ebb944347342fe91b Mon Sep 17 00:00:00 2001 | ||
From: Robert Maynard <[email protected]> | ||
Date: Fri, 12 Jan 2024 16:57:54 -0500 | ||
Subject: [PATCH] Patch ggnn | ||
|
||
--- | ||
.../ggnn/cache/cuda_simple_knn_sym_cache.cuh | 5 ++- | ||
include/ggnn/cuda_knn_ggnn_gpu_instance.cuh | 35 +++++++++++-------- | ||
.../ggnn/graph/cuda_knn_ggnn_graph_device.cuh | 15 ++++---- | ||
.../ggnn/graph/cuda_knn_ggnn_graph_host.cuh | 2 +- | ||
.../ggnn/select/cuda_knn_wrs_select_layer.cuh | 1 - | ||
5 files changed, 32 insertions(+), 26 deletions(-) | ||
|
||
diff --git a/include/ggnn/cache/cuda_simple_knn_sym_cache.cuh b/include/ggnn/cache/cuda_simple_knn_sym_cache.cuh | ||
index 890420e..d792903 100644 | ||
--- a/include/ggnn/cache/cuda_simple_knn_sym_cache.cuh | ||
|
@@ -227,3 +240,6 @@ index 49d76a1..eef69e6 100644 | |
#include <cub/cub.cuh> | ||
|
||
#include "ggnn/utils/cuda_knn_constants.cuh" | ||
-- | ||
2.43.0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,13 @@ | ||
From 391f9041bc9ac0f72bbf3857c0a3e04b8058ca6e Mon Sep 17 00:00:00 2001 | ||
From: Robert Maynard <[email protected]> | ||
Date: Fri, 12 Jan 2024 16:58:52 -0500 | ||
Subject: [PATCH] Patch hnswlib | ||
|
||
--- | ||
hnswlib/hnswalg.h | 60 +++++++++++++++++++++++-------------- | ||
hnswlib/visited_list_pool.h | 3 +- | ||
2 files changed, 40 insertions(+), 23 deletions(-) | ||
|
||
diff --git a/hnswlib/hnswalg.h b/hnswlib/hnswalg.h | ||
index e95e0b5..f0fe50a 100644 | ||
--- a/hnswlib/hnswalg.h | ||
|
@@ -128,3 +138,6 @@ index 5e1a4a5..4195ebd 100644 | |
numelements = numelements1; | ||
mass = new vl_type[numelements]; | ||
} | ||
-- | ||
2.43.0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters