From 4967be72f0ffe05433b7d1cf1c282c4f7455b03e Mon Sep 17 00:00:00 2001 From: "Mads R. B. Kristensen" Date: Fri, 25 Oct 2024 12:43:28 +0200 Subject: [PATCH] debug-info --- cpp/include/kvikio/shim/cufile.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cpp/include/kvikio/shim/cufile.hpp b/cpp/include/kvikio/shim/cufile.hpp index d5eab260ed..0756674beb 100644 --- a/cpp/include/kvikio/shim/cufile.hpp +++ b/cpp/include/kvikio/shim/cufile.hpp @@ -15,6 +15,7 @@ */ #pragma once +#include #include #include @@ -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: