Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -172,10 +172,6 @@ if (MATX_MULTI_GPU)
find_package(Nvshmem REQUIRED)
endif()

# NVHPC has a bug where it doesn't create the CUDA includes as system includes. This causes errors with
# the warnings we enable. Forcefully add it here.
target_compile_options(matx INTERFACE -isystem=${CUDAToolkit_INCLUDE_DIRS})

# Find python3 and pybind11 for generating unit tests and benchmarks
if (MATX_EN_FILEIO OR MATX_EN_VISUALIZATION OR MATX_EN_PYBIND11 OR MATX_BUILD_EXAMPLES OR MATX_BUILD_TESTS OR MATX_BUILD_BENCHMARKS)
message(STATUS "Enabling pybind11 support")
Expand Down