pytorch/pytorch: trunk/e4cb0a1248681685d2175c7a8c9bce3d01c4dbe2
Enable eager tests for inductor-unittest - define xfails for xpu in o…
Daily edition
TILens turns technical updates into a focused daily brief: official releases, trusted reporting, and practitioner analysis, deduplicated and organized by topic.
Enable eager tests for inductor-unittest - define xfails for xpu in o…
Fail the job when a compile-worker result callback dies (#192301) (#1…
C++20 provides a contains member function for all associative containers. Prior to C++20, the common pattern to check if an element is a member of a container was to either container.find(key) != container.end() or…
We have C++20 in PyTorch now #176662 Spaceship/Three-way comparison operator automatically generates <, <=, >, >= operator== automatically generates operator!= This reduces a little bit of code. Pull Request resolved:…
Changes since langchain-anthropic==1.5.5 release(anthropic): 1.5.6 (#39622) fix(anthropic): normalize tool_search_tool_result blocks (#39621) fix(anthropic): correct model profile data for Fable 5, Sonnet 5, Opus 4.1…
Update the torch-xpu-ops commit to intel/torch-xpu-ops@9061f2: Add SYCL-based FFT kernel as an alternative to oneMKL FFT Fix TopK AOT compilation issues in subgroup and single-workgroup kernels Trim oneMKL LAPACK…
Motivation As title Additional Test passed Pull Request resolved: #191182 Approved by: https://github.com/EikanWang
Bump cuDNN to 9.25.0.15 for CUDA 13.4rc1 wheels (#192843) cuDNN 9.24.0.43 has no fused attention engines for compute capability 10.7, so scaled_dot_product_attention fails on Rubin hardware with RuntimeError: cuDNN…
Retry and validate the randomtemp.exe download on Windows CUDA builds…
Merge pull request #23127 from ChayimFriedman2/break-diverge fix: Do not consider loop containing `break expr` to not diverge if `expr` is diverging
Fall back to 'triage review' instead of blocking when all labels are …
Fix silently wrong second-order forward AD for linalg.det/slogdet/sol…
The Case of the Lying Clock: 5 Vue Mysteries Solved Every detective has their cold cases. These are mine — five Vue concepts that confused me until I investigated them properly. Grab your magnifying glass. Case #1: The…
Intro I lead cloud-hosted quantitative coding labs focused on forex algorithmic trading, and one recurring pain point students hit is flawed multi-asset analysis. Most new devs build scripts that only track single…
Last quarter I pulled the request logs from three of my hobby projects and grouped the LLM calls by what they were actually doing. The result stung a little. Roughly seven out of ten calls were mechanical busywork —…
I have a small watcher script. Its whole job is to notice when one specific web page changes — a rewards program that, when it announces, opens a claim window that closes in about 90 days. Miss the announcement, miss…
I built a scanner that checks a live site for exposed secrets and files — leaked API keys in JS bundles, a reachable .env, a published .git/config. Before showing it to anyone, I ran it across a batch of well-known…
Why Fire end campaign with comfortable win over Spirit Matters for Sports Data Engineers TL;DR: I verified the match — its real. Welsh Fire 138/7 beat London Spirit by 15 runs at Sophia Gardens, Georgia Wareham 50 off…
Analyzing Sports Data: England scrap midnight curfew after seven months — What the Numbers Say TL;DR: I have the verified facts in memory. Writing the article now. Joe Roots first significant act as Englands new Test…
AstroScope — when a friend's challenge became a product used by 800+ people daily. I was never into astrology. But my friend Priyanshu told me about AstrologyAPI and challenged me to build something for a Western…
You know the dance. An endpoint is slow. So you open the handler and start sprinkling: console.log("got here"); console.log("query done", Date.now() - t0); console.log("still here??"); Then you squint at tail -f,…
Media queries answer one question: how big is the viewport? But your components don't live in the viewport — they live in columns, cards, panels, and grid tracks. The same <ProductCard> is 900px wide in a full-width…
Stop Wasting $180/Year on Canva for Something This Simple The Problem Local businesses need to post to Google Business Profile regularly — updates, offers, events, new products. It's how they stay visible. But Canva…
I Built a Free Cease & Desist Letter Generator (Because LegalZoom Charges $40-100 Per Letter) Stop uploading sensitive legal data to the cloud just to generate a cease & desist letter. I was tired of LegalZoom's pricing…
Exciting discoveries in particle physics are one of those things that it can be easy to get blase about. Some people get caught up in the obvious excitement, while others …read more
In Part 6 of this special Postgres in Production deep dive series, Ryan Booz asks a question that determines how useful pg_stat_statements can be for you at all: do you have a high cardinality workload? This episode…
PostgreSQL 18's new io_max_concurrency caps per-process I/O operations in flight.
Inside this week's LWN.net Weekly Edition: Front: BPF and binfmt_misc; CrossPoint ebook firmware; KVM planes; BPF formal verification; shadow-utils; new storage-code testing features. Briefs: Django releases; GNOME…
A full diff of what's in this release can be seen here: v0.19.0...v0.19.1
Hacker News discussion (18 points, 2 comments)