Skip to content

Commit 0056635

Browse files
committed
updated setup.py to use -lcusparse flag
1 parent 33e81aa commit 0056635

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
@@ -15,7 +15,7 @@
1515
ext_modules += [
1616
CUDAExtension('spspmm_cuda',
1717
['cuda/spspmm.cpp', 'cuda/spspmm_kernel.cu'],
18-
extra_link_args=['-l', 'cusparse']
18+
extra_link_args=['-lcusparse', '-l', 'cusparse'],
1919
)
2020
]
2121
cmdclass['build_ext'] = BuildExtension

0 commit comments

Comments
 (0)