Skip to content

Commit

Permalink
dummy CUFILE_CHECK_STREAM_IO
Browse files Browse the repository at this point in the history
  • Loading branch information
madsbk committed Aug 28, 2023
1 parent 1c65524 commit 0d5f440
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cpp/include/kvikio/error.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,10 @@ struct CUfileException : public std::runtime_error {
} while (0)
#define CUFILE_CHECK_STREAM_IO_1(_call) CUFILE_CHECK_STREAM_IO_2(_call, kvikio::CUfileException)
#endif
#else
#ifndef CUFILE_CHECK_STREAM_IO
CUFILE_CHECK_STREAM_IO(...)()
#endif
#endif

} // namespace kvikio

0 comments on commit 0d5f440

Please sign in to comment.