Skip to content

Commit

Permalink
debug-info
Browse files Browse the repository at this point in the history
  • Loading branch information
madsbk committed Oct 25, 2024
1 parent 66a113f commit 4967be7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cpp/include/kvikio/shim/cufile.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
*/
#pragma once

#include <iostream>
#include <stdexcept>
#include <string>

Expand Down Expand Up @@ -114,6 +115,7 @@ class cuFileAPI {
if (!stream_available) { // The stream API was introduced in CUDA 12.2.
driver_open();
}
std::cout << "cuFileAPI() - stream_available: " << stream_available << std::endl;
}
// Notice, we don't close the driver at program exit since we are not allowed to call
// cuFile after main:
Expand Down

0 comments on commit 4967be7

Please sign in to comment.