diff --git a/cpp/include/kvikio/shim/cufile.hpp b/cpp/include/kvikio/shim/cufile.hpp index 964878ff4c..1e6b48585c 100644 --- a/cpp/include/kvikio/shim/cufile.hpp +++ b/cpp/include/kvikio/shim/cufile.hpp @@ -222,7 +222,7 @@ inline bool is_cufile_available() * Notice, this is not the version of the CUDA toolkit. cufile is part of the * toolkit but follows its own version scheme. * - * @return The version (1000 major + 10 minor). + * @return The version (1000 major + 10 minor) or zero if older than 1080. */ #ifdef KVIKIO_CUFILE_FOUND inline int cufile_version()