We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a46c55d commit 2a73b3fCopy full SHA for 2a73b3f
CMakeLists.txt
@@ -172,10 +172,6 @@ if (MATX_MULTI_GPU)
172
find_package(Nvshmem REQUIRED)
173
endif()
174
175
-# NVHPC has a bug where it doesn't create the CUDA includes as system includes. This causes errors with
176
-# the warnings we enable. Forcefully add it here.
177
-target_compile_options(matx INTERFACE -isystem=${CUDAToolkit_INCLUDE_DIRS})
178
-
179
# Find python3 and pybind11 for generating unit tests and benchmarks
180
if (MATX_EN_FILEIO OR MATX_EN_VISUALIZATION OR MATX_EN_PYBIND11 OR MATX_BUILD_EXAMPLES OR MATX_BUILD_TESTS OR MATX_BUILD_BENCHMARKS)
181
message(STATUS "Enabling pybind11 support")
0 commit comments