From 0e90d6e3f2ae63c190e5ea98f8f7c68db1db7c62 Mon Sep 17 00:00:00 2001 From: Tanush Prathi Date: Wed, 4 Jun 2025 19:23:01 -0400 Subject: [PATCH] Enable array reshaping for better inlining --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index a5835bd24e..766599fb4d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -189,6 +189,7 @@ elseif ((CMAKE_Fortran_COMPILER_ID STREQUAL "NVHPC") OR (CMAKE_Fortran_COMPILER_ add_compile_options( $<$:-Mfreeform> $<$:-cpp> + $<$:-Minline=reshape> $<$:-Minfo=inline> $<$:-Minfo=accel> )