Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleFromNVIDIA committed Nov 8, 2024
1 parent f167cdd commit 0b08581
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ else()
LINK_LIBRARIES CUDA::cuFile
OUTPUT_VARIABLE batch_output
)
message(STATUS "batch output: ${batch_output}")
message(STATUS "Found cuFile Batch API: ${cuFile_BATCH_API_FOUND}")
try_compile(
cuFile_STREAM_API_FOUND SOURCE_FROM_CONTENT
Expand All @@ -112,6 +113,7 @@ else()
LINK_LIBRARIES CUDA::cuFile
OUTPUT_VARIABLE stream_output
)
message(STATUS "stream output: ${stream_output}")
message(STATUS "Found cuFile Stream API: ${cuFile_STREAM_API_FOUND}")
endif()

Expand Down

0 comments on commit 0b08581

Please sign in to comment.