Skip to content

Commit 9fb0794

Browse files
committed
fixed cusparse linking
1 parent 9c0419d commit 9fb0794

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
CUDAExtension(
1717
'spspmm_cuda',
1818
['cuda/spspmm.cpp', 'cuda/spspmm_kernel.cu'],
19-
extra_link_args=['-l', 'cusparse'],
19+
extra_link_args=['-lcusparse'],
2020
)
2121
]
2222
cmdclass['build_ext'] = BuildExtension

0 commit comments

Comments
 (0)