Skip to content

Commit

Permalink
Explicitly load the logger since we use it directly, not just through…
Browse files Browse the repository at this point in the history
… rmm.
  • Loading branch information
vyasr committed Feb 3, 2025
1 parent f611065 commit b8a9dd0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions python/libraft/libraft/load.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ def load_library():
"""Dynamically load libraft.so and its dependencies"""
try:
import librmm # noqa: F401
import rapids_logger

rapids_logger.load_library()
except ModuleNotFoundError:
pass

Expand Down

0 comments on commit b8a9dd0

Please sign in to comment.