Skip to content

Commit

Permalink
cufile-wrapper: include the cuda-wrapper (#413)
Browse files Browse the repository at this point in the history
Fix the cufile-wrapper when `cuda.h` isn't available

Authors:
  - Mads R. B. Kristensen (https://github.com/madsbk)

Approvers:
  - Quincey Koziol (https://github.com/qkoziol)
  - https://github.com/jakirkham

URL: #413
  • Loading branch information
madsbk committed Jul 24, 2024
1 parent 72da86c commit f0725dc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cpp/include/kvikio/shim/cufile_h_wrapper.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@

#include <sys/types.h>

#include <kvikio/shim/cuda_h_wrapper.hpp>

/**
* In order to support compilation when `cufile.h` isn't available, we
* wrap all use of cufile in a `#ifdef KVIKIO_CUFILE_FOUND` guard.
Expand Down

0 comments on commit f0725dc

Please sign in to comment.