Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
madsbk committed Dec 4, 2024
1 parent 863ed4e commit c231396
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion python/kvikio/kvikio/cufile_driver.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@


def libcufile_version() -> Tuple[int, int]:
"""Get the libcufile version (or zero if older than v1.8).
"""Get the libcufile version.
Returns (0, 0) for cuFile versions prior to v1.8.
Notes
-----
Expand Down

0 comments on commit c231396

Please sign in to comment.