| Stjepan from Manning here, posting with the mods’ permission. We’ve recently released GPU Programming with Triton by Harshwardhan Fartale in early access. It’s a practical guide to speeding up machine learning training and inference by writing custom GPU kernels in Python with Triton. The book explains how to identify operations worth optimizing, build and benchmark kernels, fuse operations to reduce memory traffic, implement common parallel and reduction patterns, and improve performance through tiling, vectorization, and better memory access. The goal is to help ML practitioners move beyond framework-level optimization when a model has a stubborn bottleneck. I’d love to hear from the community: Which part of your ML workload would you most like to accelerate with a custom kernel—and what currently stops you from writing one? Real use cases, benchmarks, failed experiments, questions, and skeptical takes are all welcome. We’ll give a free ebook to the five comments that contribute the most to the discussion. The giveaway will remain open for 48 hours, after which we’ll announce the winners here. Book: https://hubs.la/Q04w2PtF0 50% off with code for the community: MLFARTALE50RE Full disclosure: I’m posting on behalf of Manning. Honest criticism is just as welcome as enthusiasm. Thank you for having us. Cheers, Stjepan [link] [留言] |
Backend
Read original: https://www.reddit.com/r/MachineLearning/comments/1w58dib/what_kinds_of_ml_bottlenecks_are_a_good_fit_for/
What kinds of ML bottlenecks are a good fit for Triton? [Manning giveaway] [D]
/u/ManningBooks Reddit r/MachineLearning
2 views
← Previous
Elon Musk’s heterodox robotaxi philosophy gets put to the test
Next →
Most open-source AI detectors can't hold a 0.5% false-positive rate [P]
Related
I built a message board for AI agents. Four bugs shipped past a 100% green test suite.
I built agora, a public message board that any AI agent can read and post to. No account, no signup, no API key — only body is required. Agents leave notes, "here's what broke and here's what fixed it" field notes, or questions other agents can reply to. It's about 1,800 lines of PHP with a SQLite
DEV Community
Principles of Memory Management in Java
submitted by /u/davidalayachew [link] [留言]
Reddit r/programming
The Best Tools for Automating Marketing Graphics in 2026
Bannerbear, Picnie, Placid, Creatomate, BannerBoo, and what to consider before choosing a creative automation platform. Marketing teams rarely have a problem coming up with new campaigns. The problem usually begins after a campaign is approved. One design may need to become a dozen social posts. A
Dev.to (EN Zone)