[all-commits] [llvm/llvm-project] 50e0b2: [flang] Implement DOT_PRODUCT in the runtime

Peter Klausler via All-commits all-commits at lists.llvm.org
Thu May 13 10:40:31 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 50e0b2985e43baf61617c9734df71e949113f911
      https://github.com/llvm/llvm-project/commit/50e0b2985e43baf61617c9734df71e949113f911
  Author: peter klausler <pklausler at nvidia.com>
  Date:   2021-05-13 (Thu, 13 May 2021)

  Changed paths:
    M flang/runtime/CMakeLists.txt
    M flang/runtime/complex-reduction.c
    M flang/runtime/complex-reduction.h
    A flang/runtime/dot-product.cpp
    M flang/runtime/reduction.cpp
    M flang/runtime/reduction.h
    M flang/runtime/tools.h
    M flang/unittests/RuntimeGTest/Reduction.cpp

  Log Message:
  -----------
  [flang] Implement DOT_PRODUCT in the runtime

API, implementation, and basic tests for the transformational
reduction intrinsic function DOT_PRODUCT in the runtime support
library.

Differential Revision: https://reviews.llvm.org/D102351




More information about the All-commits mailing list