[all-commits] [llvm/llvm-project] f3a2cb: Refactored CUDA version housekeeping to use less b...

Artem Belevich via All-commits all-commits at lists.llvm.org
Fri Oct 7 14:00:19 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f3a2cbcf97f5c7a58f9d4c5588c2bea8028f8c58
      https://github.com/llvm/llvm-project/commit/f3a2cbcf97f5c7a58f9d4c5588c2bea8028f8c58
  Author: Artem Belevich <tra at google.com>
  Date:   2022-10-07 (Fri, 07 Oct 2022)

  Changed paths:
    M clang/lib/Basic/Cuda.cpp
    M clang/lib/Basic/Targets/NVPTX.cpp

  Log Message:
  -----------
  Refactored CUDA version housekeeping to use less boilerplate.

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


  Commit: 9a01cca66036087e4da37c221a4b911818910524
      https://github.com/llvm/llvm-project/commit/9a01cca66036087e4da37c221a4b911818910524
  Author: Artem Belevich <tra at google.com>
  Date:   2022-10-07 (Fri, 07 Oct 2022)

  Changed paths:
    M clang/docs/ReleaseNotes.rst
    M clang/include/clang/Basic/BuiltinsNVPTX.def
    M clang/include/clang/Basic/Cuda.h
    M clang/lib/Basic/Cuda.cpp
    M clang/lib/Basic/Targets/NVPTX.cpp
    M clang/lib/CodeGen/CGOpenMPRuntimeGPU.cpp
    M clang/lib/Driver/ToolChains/Cuda.cpp
    M clang/test/Misc/target-invalid-cpu-note.c
    M llvm/lib/Target/NVPTX/NVPTX.td

  Log Message:
  -----------
  Add support for CUDA-11.8 and sm_{87,89,90} GPUs.

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


Compare: https://github.com/llvm/llvm-project/compare/c966da35df06...9a01cca66036


More information about the All-commits mailing list