Commit b6dfb9ee authored by rusty1s's avatar rusty1s
Browse files

typo

parent f8697f48
...@@ -18,7 +18,7 @@ torch::Tensor partition(torch::Tensor rowptr, torch::Tensor col, ...@@ -18,7 +18,7 @@ torch::Tensor partition(torch::Tensor rowptr, torch::Tensor col,
AT_ERROR("Not compiled with CUDA support"); AT_ERROR("Not compiled with CUDA support");
#endif #endif
} else { } else {
return partition_kway_cpu(rowptr, col, num_parts, recursive); return partition_cpu(rowptr, col, num_parts, recursive);
} }
} }
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment