From c231396034cc06a67f43257b8af349cf51d8af97 Mon Sep 17 00:00:00 2001 From: "Mads R. B. Kristensen" Date: Wed, 4 Dec 2024 20:19:57 +0100 Subject: [PATCH] doc --- python/kvikio/kvikio/cufile_driver.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/python/kvikio/kvikio/cufile_driver.py b/python/kvikio/kvikio/cufile_driver.py index 2a347956a0..a77124c0a9 100644 --- a/python/kvikio/kvikio/cufile_driver.py +++ b/python/kvikio/kvikio/cufile_driver.py @@ -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 -----