commit | 4722c6b87ca87fb87c9f522cb9decf70cc8b8c2b | [log] [tgz] |
---|---|---|
author | Nikita Popov <npopov@redhat.com> | Mon Oct 14 09:23:41 2024 +0200 |
committer | GitHub <noreply@github.com> | Mon Oct 14 09:23:41 2024 +0200 |
tree | 7d620b239d83e98d7f6e37431b9c2c1fb8ec74a0 | |
parent | 4a0dc3ef36ceff20787ff277a1fb6a1b513c4934 [diff] |
[openmp] Use core_siblings_list if physical_package_id not available (#111831) On powerpc, physical_package_id may not be available. Currently, this causes openmp to fall back to flat topology and various affinity tests fail. Fix this by parsing core_siblings_list to deterimine which cpus belong to the same socket. This matches what the testing code does. The code to parse the CPU list format thankfully already exists. Fixes https://github.com/llvm/llvm-project/issues/111809.
Welcome to the LLVM project!
This repository contains the source code for LLVM, a toolkit for the construction of highly optimized compilers, optimizers, and run-time environments.
The LLVM project has multiple components. The core of the project is itself called “LLVM”. This contains all of the tools, libraries, and header files needed to process intermediate representations and convert them into object files. Tools include an assembler, disassembler, bitcode analyzer, and bitcode optimizer.
C-like languages use the Clang frontend. This component compiles C, C++, Objective-C, and Objective-C++ code into LLVM bitcode -- and from there into object files, using LLVM.
Other components include: the libc++ C++ standard library, the LLD linker, and more.
Consult the Getting Started with LLVM page for information on building and running LLVM.
For information on how to contribute to the LLVM project, please take a look at the Contributing to LLVM guide.
Join the LLVM Discourse forums, Discord chat, LLVM Office Hours or Regular sync-ups.
The LLVM project has adopted a code of conduct for participants to all modes of communication within the project.