Skip to content

Commit

Permalink
Merge branch 'libcuml-wheels' of github.com:jameslamb/cuml into libcu…
Browse files Browse the repository at this point in the history
…ml-wheels
  • Loading branch information
jameslamb committed Jan 23, 2025
2 parents fb83625 + 02ac476 commit 304c52d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions ci/build_wheel_cuml.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ EXCLUDE_ARGS=(
--exclude "libcuml++.so"
--exclude "libcumlprims_mg.so"
--exclude "libcuvs.so"
--exclude "libraft.so"
--exclude "libcublas.so.*"
--exclude "libcublasLt.so.*"
--exclude "libcufft.so.*"
Expand Down
2 changes: 1 addition & 1 deletion python/libcuml/libcuml/load.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def load_library():
pass

try:
# libcvs must be loaded before libcuml++ because libcuml++
# libcuvs must be loaded before libcuml++ because libcuml++
# references its symbols
import libcuvs

Expand Down

0 comments on commit 304c52d

Please sign in to comment.