Skip to content

Commit

Permalink
Update cpp/include/kvikio/shim/cufile_h_wrapper.hpp
Browse files Browse the repository at this point in the history
Co-authored-by: Lawrence Mitchell <[email protected]>
  • Loading branch information
madsbk and wence- authored Dec 4, 2024
1 parent b39a7fc commit a184827
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/include/kvikio/shim/cufile_h_wrapper.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ CUfileError_t cuFileDriverSetMaxPinnedMemSize(...);

#endif

// If some cufile APIs isn't defined, we define some of the data types here.
// If some cufile APIs aren't defined, we define some of the data types here.
// Notice, this doesn't need to be ABI compatible with the cufile definitions and
// the lack of definitions is not a problem because the linker will never look for
// these symbols because the "real" function calls are made through the shim instance.
Expand Down

0 comments on commit a184827

Please sign in to comment.