x11/nvidia-driver-devel, x11/nvidia-kmod-devel, x11/linux-nvidia-libs-devel, graphics/nvidia-drm*-kmod-devel: Update to 615.71.09
Update to latest New Feature Branch of drivers 615.71.09:
https://www.nvidia.com/en-us/drivers/details/278452/
Linux counterparts for x11/linux-nvidia-libs:
https://www.nvidia.com/en-us/drivers/details/278450/
Additional note:
Possibly vtys before invoking whichever of X11 or Wayland shifts
screen downward with about half character-based line, causing
command prompt at the bottom become hard to read.
Once X11 (tested only for xorg) or Wayland starts, it would be
fixed (on exitting X11 / Wayland or switching to vty from X11/
Wayland) until next restart of the computer.
This doesn't happen for everyone (among maintainance team of
NVIDIA GPU driver ports, only I myself am bitten).
[14 lines not shown]
[AMDGPU] Add getLDSAllocGranule to TargetParser
Expose the LDS allocation granule from GPUKind and subarch without an
MCSubtargetInfo. Use the dedicated granularity features and consolidate
backend users on the byte-valued query.
Change-Id: Ic0c9345e7657ec3c6978a646628598cb7608b390
[AMDGPU] Model LDS allocation granularity with subtarget features
Add numeric LDS allocation granularity features, expose them through the TargetParser feature bitset, and use them in the existing backend query.
Generic targets select the largest covered allocation granularity so their resource calculations remain conservative.
Change-Id: Icdd501d008c9d3cd566bdc8bde4a75d566ecb90a
[AMDGPU] Validate generic-target addressable local memory size
Apply the generic numeric at-most comparison to addressable LDS size. A
generic target must not advertise more local memory than any GPU it covers.
Keep the backend fallback of 32768 bytes and add integration tests using
the real LDS features for valid coverage, over-advertised capacity, and
conflicting feature values.
Change-Id: I9fffbe532b8b5bc8875f20f394f29e2e6899f52e
[AMDGPU] Generalize generic-target numeric property validation
Describe numeric properties with a field name, fallback value, and an
at-least, at-most, or equal comparison against each covered GPU. Keep exact
feature-record matching for unannotated frontend capabilities.
Share numeric evaluation and metadata defaults with table emission, while
rejecting conflicting values within a GPU. Reuse feature closures during
validation and emission.
Cover comparison policies, defaults, implied features, and malformed
metadata with synthetic TableGen tests.
Change-Id: I287dd5211ab542a7e8d03bd4a9eca4ac6460f588
babl: update to 0.1.128.
avx512 support is now more extensively checked at runtime, fixes for macOS
exported symbols and library version, initial WASM support.
rumdl: update to 0.2.73.
0.2.73
Fixed
MD022,MD031,MD032,MD058: count a comment-only line as a blank line (b394e30)
MD057: stop requiring index.md for directory links in filesystem mode (c04ae4e)
MD051: validate fragments in repository-absolute cross-file links (ead5f39)
parser: stop reading headings inside blocks whose body is not Markdown (59958b1)
MD077: carry a code block's interior indentation when reindenting its fence (00c578d)
0.2.72
Added
MD090: add rule flagging horizontal rules directly before headings (09dcae5)
Fixed
[39 lines not shown]
textproc/py-titlecase: new port (version 2.4.1)
Python library to capitalize strings as specified by the New York Times
Manual of Style.
This filter changes a given text to Title Caps, and attempts to be
clever about SMALL words like a/an/the in the input. The list of "SMALL
words" which are not capped comes from the New York Times Manual of
Style, plus some others like 'vs' and 'v'.
The filter employs some heuristics to guess abbreviations that don't
need conversion.
OK: kn@, sthen@
tree-sitter: update to 0.27.0.
Changes:
feat: start working on v0.27 by @clason in #5127
docs(cli): include information on generated files by @clason in #5129
fix(docs): remove conflicting --release cargo flag in contributing.md by @arkriny in #5132
fix(cli): trailing whitespace after multiline text nodes in CST by @arkriny in #5133
ci: bump the actions group with 2 updates by @dependabot[bot] in #5137
fix(cli): correct discrepancy with cst for --no-ranges by @WillLillis in #5134
ci: bump korthout/backport-action from 3 to 4 in the actions group by @dependabot[bot] in #5155
build(deps): bump the cargo group with 2 updates by @dependabot[bot] in #5154
Fix Playground Query by @kevin-hua-kraken in #5150
fix(cli): cst printing improvements by @arkriny in #5161
docs(cli): better description of files generated by init by @clason in #5152
fix(cli): set language in cwd for all usages of highlight command by @WillLillis in #5180
feat(cli): concurrent builds of the same grammar on different locations on disk by @stackmystack in #5174
build(deps): bump the cargo group with 2 updates by @dependabot[bot] in #5184
fix(cli): canonicalize build --output path by @WillLillis in #5183
feat(cli): make test --update rewrite all corpus files by @arkriny in #5179
[64 lines not shown]
[SLP] Fix dep accounting when cancelling a bundle with copyable elements
Restore the parent-edge copyable data as a user of the instruction only
if the cancelled element displaced it at creation (chained copyable
self-use); otherwise the extra user dependency is never released and
scheduling asserts.
Fixes #223139
Reviewers:
Pull Request: https://github.com/llvm/llvm-project/pull/223174