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

Artem Belevich via All-commits all-commits at lists.llvm.org
Thu May 18 11:06:08 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e7b9c2f00fa04ef8d9b69ee0e36d7775823dbe6b
      https://github.com/llvm/llvm-project/commit/e7b9c2f00fa04ef8d9b69ee0e36d7775823dbe6b
  Author: Artem Belevich <tra at google.com>
  Date:   2023-05-18 (Thu, 18 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