Commit 9fb07940 authored by rusty1s's avatar rusty1s
Browse files

fixed cusparse linking

parent 9c0419db
......@@ -16,7 +16,7 @@ if torch.cuda.is_available():
CUDAExtension(
'spspmm_cuda',
['cuda/spspmm.cpp', 'cuda/spspmm_kernel.cu'],
extra_link_args=['-l', 'cusparse'],
extra_link_args=['-lcusparse'],
)
]
cmdclass['build_ext'] = BuildExtension
......
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