Skip to content

Commit

Permalink
Add cublas as link library for pylibcugraph
Browse files Browse the repository at this point in the history
Signed-off-by: Jordan Jacobelli <[email protected]>
  • Loading branch information
jjacobelli committed May 13, 2022
1 parent cba547e commit 3362771
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/pylibcugraph/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ def run(self):
os.path.join(os.sys.prefix, "lib")
],
libraries=['cudart', 'cusparse', 'cusolver', 'cugraph', 'nccl',
'cugraph_c'],
'cugraph_c', 'cublas'],
language='c++',
extra_compile_args=['-std=c++17'])
]
Expand Down

0 comments on commit 3362771

Please sign in to comment.