diff --git a/src/COOtoCSR.cuh b/src/COOtoCSR.cuh index 9d70051f517..581e307dcf8 100644 --- a/src/COOtoCSR.cuh +++ b/src/COOtoCSR.cuh @@ -75,7 +75,7 @@ template gdf_error ConvertCOOtoCSR(T* sources, T* destinations, int64_t nnz, CSR_Result& 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};