Kwok Cheung Yeung wrote:
Date: Wed, 27 Nov 2024 21:49:12 +0000 Subject: [PATCH 01/11] openmp: Refactor handling of iteratorsMove code to calculate the iteration size and to generate the iterator expansion loop into separate functions. Use OMP_ITERATOR_DECL_P to check for iterators in clause declarations.
LGTM. Thanks! Tobias