We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c0419d commit 9fb0794Copy full SHA for 9fb0794
setup.py
@@ -16,7 +16,7 @@
16
CUDAExtension(
17
'spspmm_cuda',
18
['cuda/spspmm.cpp', 'cuda/spspmm_kernel.cu'],
19
- extra_link_args=['-l', 'cusparse'],
+ extra_link_args=['-lcusparse'],
20
)
21
]
22
cmdclass['build_ext'] = BuildExtension
0 commit comments