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 3e2430a commit be0de03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/include/kvikio/shim/cufile.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit be0de03

Please sign in to comment.