[all-commits] [llvm/llvm-project] 4166ff: [OpenMP][Docs] Added offloading command line refer...

Anton Rydahl via All-commits all-commits at lists.llvm.org
Fri Jul 28 18:05:06 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 4166ff6107d76eb3f9acd337f1fcd254de733477
      https://github.com/llvm/llvm-project/commit/4166ff6107d76eb3f9acd337f1fcd254de733477
  Author: antonrydahl <rydahl2610 at gmail.com>
  Date:   2023-07-28 (Fri, 28 Jul 2023)

  Changed paths:
    M openmp/docs/SupportAndFAQ.rst

  Log Message:
  -----------
  [OpenMP][Docs] Added offloading command line reference to OpenMP FAQ

I have added a few things to the OpenMP FAQ which I think were missing. Feel free to suggest some changes. Are there missing options in the offloading command line reference? And what do you think about the section "Q: Why is my
build taking a long time"?

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


  Commit: b880552dc1aef33402d084f07f6bf93b6a0b08e0
      https://github.com/llvm/llvm-project/commit/b880552dc1aef33402d084f07f6bf93b6a0b08e0
  Author: Anton Rydahl <rydahl2610 at gmail.com>
  Date:   2023-07-28 (Fri, 28 Jul 2023)

  Changed paths:
    M openmp/docs/README.txt
    M openmp/docs/design/Runtimes.rst

  Log Message:
  -----------
  [OpenMP][Docs] Updated the OpenMP documentation about building the OpenMP documentation with Sphinx

When I was trying to improve the OpenMP documentation, I found that the information in `OpenMP/docs/README.md` did not contain up-to-date information about how to build the OpenMP documentation with Sphinx. When I ran `make
docs-openmp-html`, the command failed because there were a few syntax errors in `openmp/docs/design/Runtimes.rst`. This commit fixes the syntax errors and updates the documentation on building the OpenMP documentation.

Reviewed By: jdoerfert

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


Compare: https://github.com/llvm/llvm-project/compare/c956f915cd4c...b880552dc1ae


More information about the All-commits mailing list