13,324,503 commits found in 5 milliseconds
LLVM /project 4a62c05 — lld/ELF AMDGPUObjectLinking.cpp, lld/test/ELF amdgpu-lds-link-time-ordering-multigroup.s amdgpu-lds-link-time-random-layout.s [RFC][AMDGPU][lld] Add object linking support
Add AMDGPU ELF object-linking support in lld, including resource propagation,
LDS layout, indirect-call handling, named-barrier updates, target compatibility
checks, and kernel descriptor/metadata patching.
This is a large PR because the linker needs to understand and validate several
AMDGPU object-linking concepts end to end. I tried to keep the changes scoped to
the necessary linker support and related metadata plumbing, but I'm open to
suggestions on how to split or structure the review to make it easier.
LLVM /project 760f940 — llvm/docs AMDGPUUsage.rst, llvm/include/llvm/Support AMDGPUObjLinkingInfo.h [AMDGPU] Add FUNC_WAVE32 for object linking info flag
LLVM /project 5ed0716 — llvm/docs AMDGPUUsage.rst, llvm/include/llvm/Support AMDGPUObjLinkingInfo.h [AMDGPU] Add FUNC_WGP_MODE for object linking info flag
LLVM /project 4f844b9 — llvm/docs AMDGPUUsage.rst, llvm/lib/Target/AMDGPU AMDGPUAsmPrinter.cpp AMDGPUMCResourceInfo.cpp [AMDGPU] Introduce ABI occupancy for object linking
This PR introduces ABI occupancy as the contract used to compile functions under
object linking. The default is derived from the occupancy needed for a 1024
workitem workgroup, can be overridden with `-amdgpu-abi-waves-per-eu`, and can
be overridden per function by `amdgpu-flat-work-group-size` or tightened by an
accepted `amdgpu-waves-per-eu` hint.
The backend emits the selected occupancy in `.amdgpu.info` and uses it to
enforce the object linking register budget.
[docs][AMDGPU] move DMA operations to a separate file (#206917)
This includes the various `.async` and `.tensor` operations. Various
scattered bits of information are now in one place. Also added the
missing documentation for tensor intrinsics. bnxt: Report actual link speed, rather than hard-coded 100Gbs
(cherry picked from commit fdca6b70aa7ebbc95b544cec6e155ea5b1041899 )
lacp: Simplify lacp_compose_key()
(cherry picked from commit e98ed8d99fd41873dc52cf78e70e9f12e3e93042 )
lacp: fix link state with multiple aggregators
(cherry picked from commit 9f69446d45484c16d2b9b9bf71bbb2fca86cb6e5 )
lacp: Sort port map by interface index
(cherry picked from commit 7ff3b13f12d97b7f67f09ecb9141e6dbaa1ad007 )
mlx5en: guard against empty eth_proto_oper mask
(cherry picked from commit 17cf7760a98a87c33d0415e2d2e1d4b24dd69e4d )
mlx5: Add missing speeds translation
(cherry picked from commit 49b78368c5ed9cf41dedfc1c02a597fd49468537 )
FreeBSD /src 2bdcf05 — contrib/ofed/libmlx5 mlx5.c, sys/dev/mlx5/mlx5_core mlx5_main.c libmlx5: sync PCI device allowlist with mlx5_core_pci_table
(cherry picked from commit 0e2175cef5027728c0ca1ff98366cf6ecfbe2db3 )
FreeBSD /src 69a8bf9 — contrib/ofed/libmlx5 mlx5.c, sys/dev/mlx5/mlx5_core mlx5_main.c mlx5: Add PCI IDs for ConnectX-9.
(cherry picked from commit 741f489ed09ab1d9172d1f61aa341004b5c3e968 )
mlx5: Add support for 800Gbit/s and 400Gbit/s with 2 lanes
(cherry picked from commit 3e4cbdebfc9bcb2f2c64acc8ee8f67c3383cd676 )
FreeBSD /src 05bd1ce — sys/ofed/drivers/infiniband/core ib_sysfs.c, sys/ofed/include/rdma ib_verbs.h ibcore: Add support for XDR link speed.
(cherry picked from commit b3c09af215ee4803fa67ca94301f662d5eca03a0 )
FreeBSD /src 5d044e4 — sys/dev/bnxt/bnxt_re ib_verbs.c, sys/dev/mlx5/mlx5_ib mlx5_ib_main.c RDMA: Fix link active_speed size
(cherry picked from commit e5d8b775bbf6f378a591211e373859ec44f74149 )
net/if_media.h: Add 800GBase-X and 200Gbit/s per lane support
(cherry picked from commit 51f313dbc7a28a7bd2013c205261f29f115eb0a7 )
LLVM /project 29fa6a8 — clang/lib/CodeGen/TargetBuiltins RISCV.cpp, clang/test/CodeGen/RISCV rvp-intrinsics.c [RISCV][P-ext] Support Packed Merge. (#207110) FreeBSD /ports a1b5f91 — astro/py-sunpy Makefile distinfo, astro/py-sunpy/files patch-pyproject.toml patch-sunpy_io_setup__package.py astro/py-sunpy: Update to 8.0.0
FreeBSD /ports c0e9889 — astro/py-extension-helpers Makefile, astro/py-extension-helpers/files patch-pyproject.toml astro/py-extension-helpers: Fix setuptools version require, make sunpy build
sys/systm.h: include sys/limits.h for SSIZE_MAX
PR: 296489
(cherry picked from commit bcb471cfb499f61d98abdc7bfd48bee0e229b02b )
x86: add CPUID bits for SHA512/SM3/SM4
(cherry picked from commit cf851111b02fae7425f9642460762d644983fdca )
posix_spawn(3) : create a guard page below the stack for rfork_thread on x86
(cherry picked from commit 2767a1f3686e5b1657ff4c3d57737c7f21598125 )
do_posix_spawn(): use bool
(cherry picked from commit b516c234d0e4ccd69ca1f3d3a8bb80eed3f0a87c )
rtld: unify the return path for map_object()
(cherry picked from commit 70fb92cd56bfe88a12d2a253542320bad7198321 )
rtld: add spinlock around the crt malloc calls
(cherry picked from commit 559f45638dfa50195c591bb0f7f3d3d8f3bb8dc0 )
rtld: stop using unbound alloca()
PR: 295991
(cherry picked from commit 1e370f038778e16c4b31f8992dda339d429e5cb8 )
LLVM /project 3aea741 — llvm/include/llvm/CodeGen StaticDataSplitter.h StaticDataAnnotator.h, llvm/lib/CodeGen StaticDataSplitter.cpp StaticDataAnnotator.cpp [𝘀𝗽𝗿] initial version
Created using spr 1.3.7
LLVM /project 32b0279 — llvm/include/llvm/CodeGen StaticDataSplitter.h Passes.h, llvm/include/llvm/Passes MachinePassRegistry.def [𝘀𝗽𝗿] changes to main this commit is based on
Created using spr 1.3.7
[skip ci]
suil: add options.mk