Skip to content

Commit

Permalink
Ad couple more update
Browse files Browse the repository at this point in the history
  • Loading branch information
cjnolet committed Nov 15, 2024
1 parent 7e1ff0c commit adda5fc
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 335 deletions.
197 changes: 0 additions & 197 deletions cpp/include/raft/spatial/knn/detail/ball_cover/registers-ext.cuh

This file was deleted.

9 changes: 1 addition & 8 deletions cpp/include/raft/spatial/knn/detail/ball_cover/registers.cuh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2021-2023, NVIDIA CORPORATION.
* Copyright (c) 2021-2024, NVIDIA CORPORATION.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand All @@ -14,11 +14,4 @@
* limitations under the License.
*/
#pragma once

#ifndef RAFT_EXPLICIT_INSTANTIATE_ONLY
#include "registers-inl.cuh"
#endif

#ifdef RAFT_COMPILED
#include "registers-ext.cuh"
#endif
75 changes: 0 additions & 75 deletions cpp/include/raft/spatial/knn/detail/fused_l2_knn-ext.cuh

This file was deleted.

8 changes: 1 addition & 7 deletions cpp/include/raft/spatial/knn/detail/fused_l2_knn.cuh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2021-2023, NVIDIA CORPORATION.
* Copyright (c) 2021-2024, NVIDIA CORPORATION.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand All @@ -15,10 +15,4 @@
*/
#pragma once

#ifndef RAFT_EXPLICIT_INSTANTIATE_ONLY
#include "fused_l2_knn-inl.cuh"
#endif

#ifdef RAFT_COMPILED
#include "fused_l2_knn-ext.cuh"
#endif
24 changes: 0 additions & 24 deletions cpp/include/raft/spatial/knn/specializations.cuh

This file was deleted.

24 changes: 0 additions & 24 deletions cpp/include/raft/spatial/knn/specializations/knn.cuh

This file was deleted.

0 comments on commit adda5fc

Please sign in to comment.