[all-commits] [llvm/llvm-project] 6963c6: [NVPTX/CUDA] added an optional src_size argument t...

Artem Belevich via All-commits all-commits at lists.llvm.org
Fri May 19 11:00:05 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 6963c61f0f6e4be2039cb45e824ea1e83a8f1526
      https://github.com/llvm/llvm-project/commit/6963c61f0f6e4be2039cb45e824ea1e83a8f1526
  Author: Artem Belevich <tra at google.com>
  Date:   2023-05-19 (Fri, 19 May 2023)

  Changed paths:
    M clang/include/clang/Basic/BuiltinsNVPTX.def
    M clang/include/clang/Sema/Sema.h
    M clang/lib/CodeGen/CGBuiltin.cpp
    M clang/lib/Sema/SemaChecking.cpp
    M clang/test/CodeGen/builtins-nvptx.c
    M clang/test/SemaCUDA/builtins.cu
    M llvm/include/llvm/IR/IntrinsicsNVVM.td
    M llvm/lib/Target/NVPTX/NVPTXIntrinsics.td
    M llvm/test/CodeGen/NVPTX/async-copy.ll

  Log Message:
  -----------
  [NVPTX/CUDA] added an optional src_size argument to __nvvm_cp_async*

The optional argument is needed for CUDA-11+ headers when we're compiling for
sm_80+ GPUs.

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




More information about the All-commits mailing list