Web TippsUse custom web fonts in Google Sheets charts(08.09.2026 um 17:05 Uhr)
Web TippsIntroducing the new 1Password App for Google Chat(08.09.2026 um 18:02 Uhr)
Web TippsUse custom web fonts in Google Sheets charts(08.09.2026 um 17:05 Uhr)
Web TippsIntroducing the new 1Password App for Google Chat(08.09.2026 um 18:02 Uhr)
IT-Sicherheitsportal & Threat Intelligence News-Radar
⚡ tsecurity.de Intelligence
💾 Downloads giga.de
0
Großes scharfes S (ẞ) schreiben: So klappt das Eszett auf jeder Tastatur unter Windows, Android, Mac und Linux

» Video ansehen: Windows-Tastenkombinationen, die ihr kennen solltet – Teil 6Ihr wollt ein großes scharfes S (ẞ) schreiben, findet aber die

vor 22 Tagen 1 Min
Weiterlesen ↗
💾 Downloads
0
v0.32.2-rc0: cuda: add CC 10.0 for linux in CUDA v12 (#17025)

Add compute capability 10.0 to the Linux CUDA v12 preset so B200-class devices can use the cuda_v12 backend with drivers that do not meet

vor 1 Monat 1 Min
Weiterlesen ↗
💾 Downloads
0
ciflow/trunk/186922: Reject TMA descriptor in combo kernels with shared XBLOCK

In combo kernels without per_subkernel_blocks (the default), all sub-kernels share a single XBLOCK value. When one sub-kernel has xnumel=1,

vor 2 Monaten 1 Min
Weiterlesen ↗
💾 Downloads
0
trunk/94c0a41a16f7a65c690b28f5150c886d3a72dac6: Improve non-strict export error for raw Triton kernels (#185827)

Non-strict torch.export traces through torch_function and dispatcher/proxy machinery, so a raw Triton kernel launch is invisible as a

vor 2 Monaten 1 Min
Weiterlesen ↗
💾 Downloads
0
trunk/5545ef3cd14633e943ce244e838eedfb6aff1235: [MPS][BE] Migrate upsample nearest forward to Metal kernels (#186989)

Route the 1D/2D nearest and nearest-exact forward ops to Metal kernels instead of MPSGraph, joining the linear/bilinear/bicubic/3D forward

vor 2 Monaten 1 Min
Weiterlesen ↗
💾 Downloads
0
viable/strict/1781045526: [MPS] Metal cumsum cumprod kernels (#185609)

Fixes #154881 and #184844 PR is a bit of a big one so I'll try to summarize below: Each row is an example tensor (scan dim + dtype) and the

vor 3 Monaten 7 Min
Weiterlesen ↗
💾 Downloads
0
viable/strict/1781016133: [TMA] Fix NameError in combo kernel when TMA enabled (#185514)

Fixes: #185513 Root cause: uniquify_block_sizes() in triton_combo_kernel.py only handled str and DeferredLine objects in the body buffer,

vor 3 Monaten 1 Min
Weiterlesen ↗
💾 Downloads
0
trunk/2ee4eba06fb726736fd1ac93f07a3d86af25d9a3: [TMA] Fix NameError in combo kernel when TMA enabled (#185514)

Fixes: #185513 Root cause: uniquify_block_sizes() in triton_combo_kernel.py only handled str and DeferredLine objects in the body buffer,

vor 3 Monaten 1 Min
Weiterlesen ↗
💾 Downloads
0
viable/strict/1780940612: [inductor] Fix combo kernel benchmark device argument (#184868)

Summary: Quote the generated combo-kernel benchmark device argument so the benchmark script passes a Python string such as 'cuda' instead

vor 3 Monaten 1 Min
Weiterlesen ↗
💾 Downloads
0
trunk/9d12814e74bea2317c097218cca8c01b9cc16fe2: [inductor] Fix combo kernel benchmark device argument (#184868)

Summary: Quote the generated combo-kernel benchmark device argument so the benchmark script passes a Python string such as 'cuda' instead

vor 3 Monaten 1 Min
Weiterlesen ↗
💾 Downloads
0
trunk/8e484e4c69687609eb77c451aa12baec25b04fe6: Bring in gemm kernels form quack and CI testing for patch set (#186284)

Summary What does this do; .github/workflows/quack-vendor-reproducibility.yml add a ci test that make sure the final checked in code is

vor 3 Monaten 1 Min
Weiterlesen ↗
💾 Downloads
0
viable/strict/1780487800: Revert "[MPS] Add `lcm` Metal kernel (#185932)"

This reverts commit 95b2fb9. Reverted #185932 on behalf of https://github.com/pytorch-auto-revert due to Reverted automatically by

vor 3 Monaten 1 Min
Weiterlesen ↗
💾 Downloads
0
trunk/95b2fb93f3d6526348419f3a117b92386623d4eb: [MPS] Add `lcm` Metal kernel (#185932)

This PR adds lcm Metal kernel and switches gcd to binary GCD. Pull Request resolved: #185932 Approved by:

vor 3 Monaten 1 Min
Weiterlesen ↗
💾 Downloads
0
trunk/6578ad55c85f53c677f28c46021b4e93483c482b: Re-enable triton XPU Python 3.15 Linux build (#185094)

Summary Re-enable XPU triton wheel builds and manywheel builds for Python 3.15/3.15t on Linux. fixes #184901 This reverts the XPU-specific

vor 3 Monaten 1 Min
Weiterlesen ↗
💾 Downloads
0
trunk/164855bb6a8e8708551338a9ee5c2fa23f2709b0: Fix AOT FXIR parallel Triton kernel reload (#185134)

AOT FXIR imports generated Triton kernels through the wrapper code and then stores the JITFunction in the Triton HOP side table. With

vor 3 Monaten 1 Min
Weiterlesen ↗
💾 Downloads
0
trunk/2ec9454fae9de86fa4cac0669462242619edadf3: Relax add layernorm vec kernel metric (#183873)

The test was using an exact vectorized-kernel count as a proxy for add + layernorm fusion, but the split can vary by CPU backend. Assert

vor 3 Monaten 1 Min
Weiterlesen ↗
💾 Downloads
0
ciflow/trunk/185743: Mark CUDA kernel helpers without __device__ lambdas static

Adds static to free functions in aten/src/ATen/native/cuda/ whose body does not contain GPU_LAMBDA / device lambdas, are not declared

vor 3 Monaten 1 Min
Weiterlesen ↗
💾 Downloads
0
ciflow/torchtitan/184918: [AOTI][5/N] Read Level 0 schema in save_gpu_kernel for AOTI (#184918)

Summary: Modify save_gpu_kernel() to prefer the Level 0 launch_metadata_schema dict (versioned, stable contract from 1/N) when available

vor 3 Monaten 1 Min
Weiterlesen ↗
💾 Downloads
0
ciflow/trunk/184918: [AOTI][5/N] Read Level 0 schema in save_gpu_kernel for AOTI (#184918)

Summary: Modify save_gpu_kernel() to prefer the Level 0 launch_metadata_schema dict (versioned, stable contract from 1/N) when available

vor 3 Monaten 1 Min
Weiterlesen ↗
💾 Downloads
0
trunk/63cc967a5743d037987d867b7ae38a73e0a3b3e6: [MPS] 2D dispatch for strided unary kernels (#185291)

Dispatch unary_strided* as a 2D grid (grid.x = innermost dim after TensorIterator reorder, grid.y = product of outer dims) instead of a

vor 3 Monaten 3 Min
Weiterlesen ↗
💾 Downloads
0
ciflow/trunk/184474: Replace deprecated std::aligned_storage in group/layer norm CUDA kernels

Authored by Claude. Signed-off-by: cyy [email protected]

vor 3 Monaten 1 Min
Weiterlesen ↗
💾 Downloads
0
trunk/8bcd67ad90e8ce5c8e5030dbc15553a88731ae69: [Inductor] Cap Triton conv warps for non-1x1 kernels (#183989)

Non-1x1 Triton convolution templates use the non-unrolled loop form, which still miscompiles on current Triton with 8 warps. Cap those

vor 3 Monaten 1 Min
Weiterlesen ↗
💾 Downloads
0
trunk/951145bb0e034937fc1efeaff105f225e9fd29a1: Linux py 3.15 wheel builds (#184600)

Summary Adds Python 3.15 and 3.15t (free-threaded) to the Linux manywheel nightly build matrix, mirroring #157559 which enabled

vor 3 Monaten 1 Min
Weiterlesen ↗
💾 Downloads
0
trunk/34024985b329834dfc4f4c940bd80b6abb658b54: Revert "Fix ROCm combo kernel profiler grid checks (#183832)"

This reverts commit e57cba2. Reverted #183832 on behalf of https://github.com/jithunnair-amd due to This didn't actually fix the ROCm

vor 3 Monaten 1 Min
Weiterlesen ↗
💾 Downloads
0
trunk/8c5ad4728cf46efb526ee0ca950432704aa92592: [MPS] Materialize neg bit in copy_kernel_mps (#184403)

MPS copy kernel handles is_conj but not is_neg, so cloning or printing a tensor with the negative bit set (x.conj().imag for example)

vor 3 Monaten 1 Min
Weiterlesen ↗
💾 Downloads
0
ciflow/binaries/184600: Linux py 3.15 wheel builds

Adds Python 3.15 and 3.15t (free-threaded) to the Linux manywheel nightly build matrix, mirroring PR #157559 which enabled 3.14. Authored

vor 3 Monaten 1 Min
Weiterlesen ↗
💾 Downloads
0
trunk/08484f7002606e2803074e4b4ba8bc6a579ec51d: Propagate out_dtype to `MMKernelInputs` (#184168)

out_dtype from torch._scaled_mm(..., out_dtype=torch.bfloat16) could be lost in BaseScaledMMConfigMixin.adjust_kernel_inputs. Pull Request

vor 3 Monaten 1 Min
Weiterlesen ↗
💾 Downloads
0
ciflow/trunk/183864: Fix LayerNorm backward kernel for AMD Strix Halo GPUs

LayerNorm/RMSNorm's gamma beta backward kernel produced wrong results for AMD Strix Halo and other RDNA GPUs. It was caused by a hardcoded

vor 3 Monaten 1 Min
Weiterlesen ↗
💾 Downloads
0
trunk/93537cd6472d633a15180b2a7cc65cdc5a773315: [MPS] support float masks to decode attn kernels (#183458)

add support for float masks to decode attn kernels. Pull Request resolved: #183458 Approved by: https://github.com/malfet

vor 3 Monaten 1 Min
Weiterlesen ↗
💾 Downloads
0
trunk/9c6b1aa07d56296da76db2b6c429d7b32efbe2eb: Triton backward convolution kernel (#178945)

This PR implements Triton kernels for 2D convolution backward operations (input and weight gradients) in TorchInductor, replacing the

vor 3 Monaten 2 Min
Weiterlesen ↗
💾 Downloads
0
trunk/7277ed39849b1c46df3a5ae58facfaaea5b40bb5: [MPS] enable gqa in sdpa metal kernels (#183280)

Metal kernels already support gqa but we were materializing the KV tensor due to mps graph not supporting strided KV. This fixes it for

vor 3 Monaten 1 Min
Weiterlesen ↗
💾 Downloads
0
trunk/9c6b6c1d0f87b771a68d3734d6358d8007461aa1: inductor: add dimension prefix to GEMM kernel profile names (#182943)

(Reopen of #161237) Add get_kernel_prefix_name() to CppGemmTemplate and CppGroupedGemmTemplate, and pass it to maybe_codegen_profile() so

vor 4 Monaten 1 Min
Weiterlesen ↗
💾 Downloads
0
trunk/284bad2bac9d4f10515c57eabb5bc2c54baeb551: [inductor] extract _emit_triton_kernel_compile_metric helper (#182978)

Summary: Pulls the per-kernel compile_time_us emission boilerplate (build dict -> _add_triton_kernel_info + MetricsContext.add_top_n) out

vor 4 Monaten 1 Min
Weiterlesen ↗
💾 Downloads
0
trunk/4338bd1990b3b0247835c836f7b09287938df765: [CD] Drop CPython 3.13t from Linux binary build matrix (#182951)

Summary pypa/manylinux upstream removed CPython 3.13t (free-threaded) on 2026-05-07 (pypa/manylinux#1884, commit 638a3185) on the schedule

vor 4 Monaten 3 Min
Weiterlesen ↗
💾 Downloads
0
2.7.4: Update Microsoft.WSL.Kernel to 6.18.26.1 (#40161)

Update Microsoft.WSL.Kernel to 6.18.26.1-1 Update tests for Linux 6.18 kernel behavior changes Adjust eventfd size validation, lxtfs

vor 4 Monaten 1 Min
Weiterlesen ↗
💾 Downloads chip.de
0
Bisher an Windows gefesselt: Dieses Linux könnte auch für Gamer den Ausstieg ermöglichen

"Bazzite" macht Gaming unter Linux einfacher denn je – das kostenlose Betriebssystem unterstützt viele verschiedene Plattformen.

vor 4 Monaten 1 Min
Weiterlesen ↗
Weitere 36 Beiträge laden
Seite 1 von 11 • Gesamt: 363 Artikel
4 Quellen 24
Use custom web fonts in Google Sheets charts
3 Quellen 15
Announcing new builds for 8 September 2026
2 Quellen 24
Introducing the new 1Password App for Google Chat
1 Quelle 24
Context-aware access controls are available for Gemini Enterprise in the Admin console
1 Quelle 24
Create content, schedule events, and coordinate tasks across Workspace regardless of what app you are in
1 Quelle 24
Automatic room check-in for Google Meet available on mobile devices
1 Quelle 24
Manage external sharing for Gemini Notebook in the Admin console
1 Quelle 15
Microsoft Releases Five Insider Builds, Some New Features
1 Quelle 15
Switcher 2026: DuckDuckGo and Helium are Browser Edge Cases Worth Considering ⭐
Threat Hunter Status-Update verfassen
Community Stream
News-Deck · Wischen zum Entscheiden 🔖 0 · ✕ 0

Karten werden geladen …

Rechts = merken · Links = überspringen · Hoch = lesen · Runter = zurück