Skip to content

Commit

Permalink
Fixed typo/encoding
Browse files Browse the repository at this point in the history
  • Loading branch information
afender authored Feb 1, 2019
1 parent 7ee033b commit 16a1097
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/COOtoCSR.cuh
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ template <typename T>
gdf_error ConvertCOOtoCSR(T* sources, T* destinations, int64_t nnz, CSR_Result<T>& result) {
// Sort source and destination columns by source
// Allocate local memory for operating on
â T* srcs{nullptr}, *dests{nullptr};
T* srcs{nullptr}, *dests{nullptr};
//RMM
//
cudaStream_t stream{nullptr};
Expand Down

0 comments on commit 16a1097

Please sign in to comment.