Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
trivialfis committed Dec 17, 2021
1 parent af84b3d commit 3d0f086
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion cpp/include/raft/sparse/selection/knn_graph.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@

#pragma once

#include <raft/linalg/distance_type.h>
#include <cstdint>
#include <raft/linalg/distance_type.h>
#include <raft/sparse/coo.hpp>
#include <raft/sparse/selection/detail/knn_graph.cuh>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@

#include <cstdint>

#include <raft/spatial/knn/ball_cover_common.h>
#include <raft/spatial/knn/ball_cover.hpp>
#include <raft/spatial/knn/ball_cover_common.h>
#include <raft/spatial/knn/specializations/detail/ball_cover_lowdim.hpp>

namespace raft {
Expand Down
2 changes: 1 addition & 1 deletion cpp/src/nn/specializations/ball_cover.cu
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
* limitations under the License.
*/

#include <raft/spatial/knn/ball_cover_common.h>
#include <cstdint>
#include <raft/spatial/knn/ball_cover.hpp>
#include <raft/spatial/knn/ball_cover_common.h>

// Ignore upstream specializations to avoid unnecessary recompiling
#include <raft/distance/specializations.hpp>
Expand Down
2 changes: 1 addition & 1 deletion cpp/test/common/span.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
#include "test_span.hpp"
#include <gtest/gtest.h>
#include <numeric> // iota
#include <raft/common/span.hpp>
#include "test_span.hpp"

namespace raft::common {
TEST(Span, DlfConstructors)
Expand Down
8 changes: 4 additions & 4 deletions cpp/test/common/span.cu
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
#include "test_span.hpp"
#include <gtest/gtest.h>
#include <raft/cudart_utils.h>
#include <thrust/device_vector.h>
#include <thrust/host_vector.h>
#include <numeric> // iota
#include <raft/common/span.hpp>
#include <raft/cuda_utils.cuh>
#include "test_span.hpp"
#include <raft/cudart_utils.h>
#include <thrust/device_vector.h>
#include <thrust/host_vector.h>

namespace raft::common {
struct TestStatus {
Expand Down

0 comments on commit 3d0f086

Please sign in to comment.