[all-commits] [llvm/llvm-project] d8bf7d: [OpenMP][NVPTX] Added `__tgt_rtl_launch_kernel` in...

Aaron Ballman via All-commits all-commits at lists.llvm.org
Thu Feb 2 08:02:58 PST 2023


  Branch: refs/heads/release/16.x
  Home:   https://github.com/llvm/llvm-project
  Commit: d8bf7d20d1e8714780454cda0a3a507d3c1a9422
      https://github.com/llvm/llvm-project/commit/d8bf7d20d1e8714780454cda0a3a507d3c1a9422
  Author: Shilei Tian <i at tianshilei.me>
  Date:   2023-02-02 (Thu, 02 Feb 2023)

  Changed paths:
    M openmp/libomptarget/plugins/cuda/src/rtl.cpp

  Log Message:
  -----------
  [OpenMP][NVPTX] Added `__tgt_rtl_launch_kernel` in old CUDA plugin

Fix #60248.

Reviewed By: jhuber6

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


  Commit: c2f68bc2f08be7202fe6de3ca0361eaa29a753f5
      https://github.com/llvm/llvm-project/commit/c2f68bc2f08be7202fe6de3ca0361eaa29a753f5
  Author: Aaron Ballman <aaron at aaronballman.com>
  Date:   2023-02-02 (Thu, 02 Feb 2023)

  Changed paths:
    M clang/include/clang-c/Index.h

  Log Message:
  -----------
  Bump CINDEX_VERSION_MINOR due to additional APIs

0a51bc731bcc2c27e4fe97957a83642d93d989be added a new API to libclang
but forgot to bump the minor version number.

There is no reasonable way to test this change, hence the lack of test
coverage.

(cherry picked from commit 79571aa2103c95760a07e3549d8636379e4948f0)


Compare: https://github.com/llvm/llvm-project/compare/f9a2fba812fe...c2f68bc2f08b


More information about the All-commits mailing list