Skip to content

Commit

Permalink
Explicitly load rapids_logger in libcudf
Browse files Browse the repository at this point in the history
  • Loading branch information
vyasr committed Feb 3, 2025
1 parent 28a8247 commit 52f2b79
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions python/libcudf/libcudf/load.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,9 @@ def load_library():
# it.
import libkvikio
import librmm # noqa: F401
import rapids_logger

rapids_logger.load_library()
libkvikio.load_library()
except ModuleNotFoundError:
# libcudf's runtime dependency on libkvikio may be satisfied by a natively
Expand Down

0 comments on commit 52f2b79

Please sign in to comment.