Look for contiguous numeric argument arrays at runtime and
use specialized code for them.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D112239
[flang] Speed common runtime cases of DOT_PRODUCT & MATMUL ClosedPublic Authored by klausler on Oct 21 2021, 10:43 AM.
Details Summary Look for contiguous numeric argument arrays at runtime and
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Oct 22 2021, 12:16 AM Closed by commit rGa5a493e19205: [flang] Speed common runtime cases of DOT_PRODUCT & MATMUL (authored by klausler). · Explain WhyOct 22 2021, 2:41 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 381657 flang/include/flang/Runtime/c-or-cpp.h
flang/include/flang/Runtime/descriptor.h
flang/runtime/dot-product.cpp
flang/runtime/matmul.cpp
flang/runtime/tools.h
|