Skip to content

Commit

Permalink
Fix style. (rapidsai#2214)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdice authored Mar 6, 2024
1 parent 04c9b33 commit e470177
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion cpp/test/sparse/spmm.cu
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,17 @@
*/

#include "../test_utils.cuh"
#include <gtest/gtest.h>

#include <raft/core/resource/cuda_stream.hpp>
#include <raft/core/resource/thrust_policy.hpp>
#include <raft/random/rng.cuh>
#include <raft/sparse/linalg/spmm.hpp>
#include <raft/util/cuda_utils.cuh>

#include <thrust/fill.h>

#include <gtest/gtest.h>

namespace raft {
namespace sparse {
namespace linalg {
Expand Down

0 comments on commit e470177

Please sign in to comment.