Skip to content

Commit

Permalink
tmp commit for merge
Browse files Browse the repository at this point in the history
  • Loading branch information
afender committed Jun 12, 2020
1 parent 1a3fc3f commit 9d95922
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,7 @@ add_library(cugraph SHARED
src/db/db_parser_integration_test.cu
src/db/db_operators.cu
src/utilities/cusparse_helper.cu
src/utilities/spmv_1D.cu
src/structure/graph.cu
src/link_analysis/pagerank.cu
src/traversal/bfs.cu
Expand Down
2 changes: 2 additions & 0 deletions cpp/src/utilities/spmv_1D.cuh
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
#include <rmm/thrust_rmm_allocator.h>
#include <raft/handle.hpp>
#include "cusparse_helper.h"
// FIX ME #include <raft/sparse/cusparse_wrappers.h>
#include "error_utils.cuh"

namespace cugraph {
Expand All @@ -45,6 +46,7 @@ class OPGcsrmv {

WT* y_loc;
cudaStream_t stream;
// FIX ME - access csrmv through RAFT
cugraph::detail::CusparseCsrMV<WT> spmv;

public:
Expand Down

0 comments on commit 9d95922

Please sign in to comment.