[all-commits] [llvm/llvm-project] fd70f7: [OpenMP][NVPTX] Replaced CUDA builtin vars with LL...

Shilei Tian via All-commits all-commits at lists.llvm.org
Wed Jan 20 09:02:29 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: fd70f70d1e02752f411fcf923fddda31cce376ae
      https://github.com/llvm/llvm-project/commit/fd70f70d1e02752f411fcf923fddda31cce376ae
  Author: Shilei Tian <tianshilei1992 at gmail.com>
  Date:   2021-01-20 (Wed, 20 Jan 2021)

  Changed paths:
    M openmp/libomptarget/deviceRTLs/nvptx/src/target_impl.cu

  Log Message:
  -----------
  [OpenMP][NVPTX] Replaced CUDA builtin vars with LLVM intrinsics

Replaced CUDA builtin vars with LLVM intrinsics such that we don't need
definitions of those intrinsics.

Reviewed By: JonChesterfield

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




More information about the All-commits mailing list