Skip to content

Commit

Permalink
Remove topology header (#2357)
Browse files Browse the repository at this point in the history
Remove the header file `topology.cuh` which is no longer used.

Authors:
  - Chuck Hastings (https://github.com/ChuckHastings)

Approvers:
  - Seunghwa Kang (https://github.com/seunghwak)
  - Rick Ratzel (https://github.com/rlratzel)

URL: #2357
  • Loading branch information
ChuckHastings committed Jun 22, 2022
1 parent 808ffa6 commit 71f143e
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 558 deletions.
12 changes: 6 additions & 6 deletions cpp/src/components/connectivity.cu
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2019-2021, NVIDIA CORPORATION.
* Copyright (c) 2019-2022, 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 @@ -17,17 +17,17 @@
#include "scc_matrix.cuh"
#include "weak_cc.cuh"

#include <thrust/sequence.h>
#include <utilities/graph_utils.cuh>

#include <cstdint>
#include <cugraph/algorithms.hpp>
#include <cugraph/legacy/graph.hpp>
#include <cugraph/utilities/error.hpp>

#include <thrust/sequence.h>

#include <cstdint>
#include <iostream>
#include <type_traits>
#include <utilities/graph_utils.cuh>

#include "topology/topology.cuh"

namespace cugraph {
namespace detail {
Expand Down
2 changes: 1 addition & 1 deletion cpp/src/sampling/random_walks.cuh
Expand Up @@ -21,14 +21,14 @@
#include <cugraph/detail/utility_wrappers.hpp>
#include <cugraph/graph.hpp>

#include <topology/topology.cuh>
#include <utilities/graph_utils.cuh>

#include <raft/device_atomics.cuh>
#include <raft/handle.hpp>

#include <rmm/device_uvector.hpp>

#include <thrust/binary_search.h>
#include <thrust/copy.h>
#include <thrust/count.h>
#include <thrust/fill.h>
Expand Down

0 comments on commit 71f143e

Please sign in to comment.