[flang-commits] [PATCH] D112239: [flang] Speed common runtime cases of DOT_PRODUCT & MATMUL

Peter Klausler via Phabricator via flang-commits flang-commits at lists.llvm.org
Thu Oct 21 10:43:18 PDT 2021


klausler created this revision.
klausler added a reviewer: jeanPerier.
klausler added a project: Flang.
Herald added a subscriber: jdoerfert.
Herald added a reviewer: sscalpone.
klausler requested review of this revision.

Look for contiguous numeric argument arrays at runtime and
use specialized code for them.


https://reviews.llvm.org/D112239

Files:
  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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D112239.381318.patch
Type: text/x-patch
Size: 21594 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/flang-commits/attachments/20211021/dcbf30c1/attachment-0001.bin>


More information about the flang-commits mailing list