Skip to content

Commit 9037165

Browse files
authored
Allow user to specify GT_DEFAULT_VERTICAL_BLOCK_SIZE (#1350)
1 parent f97ee7d commit 9037165

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

include/gridtools/stencil_composition/execution_types.hpp

+2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@
1212
#include "../common/defs.hpp"
1313
#include <type_traits>
1414

15+
#ifndef GT_DEFAULT_VERTICAL_BLOCK_SIZE
1516
#define GT_DEFAULT_VERTICAL_BLOCK_SIZE 20
17+
#endif
1618

1719
namespace gridtools {
1820
namespace execute {

0 commit comments

Comments
 (0)