Commit 55abd231 authored by rusty1s's avatar rusty1s
Browse files

update

parent 0994ab78
......@@ -30,4 +30,4 @@ int64_t cuda_version() {
}
static auto registry = torch::RegisterOperators().op(
"torch_spline_conv::cuda_version", [] { return scatter::cuda_version(); });
"torch_spline_conv::cuda_version", [] { return cuda_version(); });
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