[all-commits] [llvm/llvm-project] 433498: [llvm-readobj] Print the associated CUDA SM flags ...

Joseph Huber via All-commits all-commits at lists.llvm.org
Fri Dec 15 18:52:50 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 433498ce4619d0269977ad6dd273c584301d546f
      https://github.com/llvm/llvm-project/commit/433498ce4619d0269977ad6dd273c584301d546f
  Author: Joseph Huber <huberjn at outlook.com>
  Date:   2023-12-15 (Fri, 15 Dec 2023)

  Changed paths:
    M llvm/tools/llvm-readobj/ELFDumper.cpp

  Log Message:
  -----------
  [llvm-readobj] Print the associated CUDA SM flags (#75664)

Summary:
The architecture that the CUDA application was compiled for is stored in
the ELF flags. This patch just adds some simple enum values to indicate
this to the user in a readable way.




More information about the All-commits mailing list