[all-commits] [llvm/llvm-project] c9f324: [OpenMP][Documentation] Add OpenMPOpt optimization...

Joseph Huber via All-commits all-commits at lists.llvm.org
Mon Jun 28 14:05:24 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c9f3240c9d94f8128371358887e8b9e5c10c122a
      https://github.com/llvm/llvm-project/commit/c9f3240c9d94f8128371358887e8b9e5c10c122a
  Author: Joseph Huber <jhuber6 at vols.utk.edu>
  Date:   2021-06-28 (Mon, 28 Jun 2021)

  Changed paths:
    M openmp/docs/optimizations/OpenMPOpt.rst

  Log Message:
  -----------
  [OpenMP][Documentation] Add OpenMPOpt optimization section

Add some information about the optimizations currently provided by
OpenMPOpt. Every optimization performed should eventually be listed
here.

Reviewed By: jdoerfert

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


  Commit: 2190c48fdece1712735c507e3f343ae5b872189e
      https://github.com/llvm/llvm-project/commit/2190c48fdece1712735c507e3f343ae5b872189e
  Author: Joseph Huber <jhuber6 at vols.utk.edu>
  Date:   2021-06-28 (Mon, 28 Jun 2021)

  Changed paths:
    M openmp/docs/SupportAndFAQ.rst
    M openmp/tools/Modules/FindOpenMPTarget.cmake
    M openmp/tools/Modules/README.rst

  Log Message:
  -----------
  [OpenMP][Documentation] Add FAQ entry for CMake module

This patch adds documentation for using the CMake find module for OpenMP
target offloading provided by LLVM. It also removes the requirement for
AMD's architecture to be set as this isn't necessary for upstream LLVM.

Reviewed By: jdoerfert

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


Compare: https://github.com/llvm/llvm-project/compare/69046b4a79e2...2190c48fdece


More information about the All-commits mailing list