[all-commits] [llvm/llvm-project] a5a493: [flang] Speed common runtime cases of DOT_PRODUCT ...
Peter Klausler via All-commits
all-commits at lists.llvm.org
Fri Oct 22 14:41:10 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a5a493e1920572ca78b77fcdaef68c26e96d25e7
https://github.com/llvm/llvm-project/commit/a5a493e1920572ca78b77fcdaef68c26e96d25e7
Author: Peter Klausler <pklausler at nvidia.com>
Date: 2021-10-22 (Fri, 22 Oct 2021)
Changed paths:
M flang/include/flang/Runtime/c-or-cpp.h
M flang/include/flang/Runtime/descriptor.h
M flang/runtime/dot-product.cpp
M flang/runtime/matmul.cpp
M flang/runtime/tools.h
Log Message:
-----------
[flang] Speed common runtime cases of DOT_PRODUCT & MATMUL
Look for contiguous numeric argument arrays at runtime and
use specialized code for them.
Differential Revision: https://reviews.llvm.org/D112239
More information about the All-commits
mailing list