[flang-commits] [flang] [mlir] [flang][acc] Update stride calculation to include inner-dimensions (PR #136613)
via flang-commits
flang-commits at lists.llvm.org
Mon Apr 21 14:18:32 PDT 2025
https://github.com/khaki3 approved this pull request.
This PR gives us strides in a consistent manner. Thanks!
```cpp
// When the strideInBytes is true, it means the stride is from descriptor
// and this already includes the lower extents.
```
https://github.com/llvm/llvm-project/pull/136613
More information about the flang-commits
mailing list