File tree Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -241,17 +241,6 @@ if (MFC_SIMULATION)
241
241
"-foffload-options=-lgfortran\ -lm"
242
242
"-fno-exceptions" )
243
243
elseif (CMAKE_Fortran_COMPILER_ID STREQUAL "NVHPC" OR CMAKE_Fortran_COMPILER_ID STREQUAL "PGI" )
244
- find_package (cuTENSOR)
245
- if (NOT cuTENSOR_FOUND)
246
- message (WARNING
247
- "Failed to locate the NVIDIA cuTENSOR library. MFC will be "
248
- "built without support for it, disallowing the use of "
249
- "cu_tensor=T. This can result in degraded performance." )
250
- else ()
251
- target_link_libraries (simulation PRIVATE cuTENSOR::cuTENSOR)
252
- target_compile_definitions (simulation PRIVATE MFC_cuTENSOR)
253
- endif ()
254
-
255
244
if (CMAKE_BUILD_TYPE STREQUAL "Release" )
256
245
target_compile_options (simulation
257
246
PRIVATE -gpu=keep,ptxinfo,lineinfo
You can’t perform that action at this time.
0 commit comments