[all-commits] [llvm/llvm-project] deab58: [ELF] Add CPU name detection for CUDA architecture...
Joseph Huber via All-commits
all-commits at lists.llvm.org
Tue Dec 19 18:01:28 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: deab58d1277515d9e2e67d0d8dfd2f2a9f7c6e17
https://github.com/llvm/llvm-project/commit/deab58d1277515d9e2e67d0d8dfd2f2a9f7c6e17
Author: Joseph Huber <huberjn at outlook.com>
Date: 2023-12-19 (Tue, 19 Dec 2023)
Changed paths:
M llvm/include/llvm/Object/ELFObjectFile.h
M llvm/lib/Object/ELFObjectFile.cpp
Log Message:
-----------
[ELF] Add CPU name detection for CUDA architectures (#75964)
Summary:
Recently we added support for detecting the CUDA processor with the ELF
flags. This allows us to get a string representation of it in other
code. This will be used by the offloading runtime.
More information about the All-commits
mailing list