profiling

Tag

Cards List
#profiling

@ariG23498: There are two official torch tutorials that link to the "Profiling in PyTorch" sereis! https://docs.pytorch.org/tutoria…

X AI KOLs Timeline · yesterday Cached

Two official PyTorch tutorials linking to the 'Profiling in PyTorch' series are highlighted, providing guidance on using the PyTorch profiler API for performance debugging.

0 favorites 0 likes
#profiling

CodeSizer: Why is that binary so big?

Lobsters Hottest · 2d ago Cached

CodeSizer is a static code size profiling tool for embedded firmware that uses objdump and addr2line to attribute code size to inline call trees and generates an HTML report.

0 favorites 0 likes
#profiling

@ariG23498: This man can write! Pair this understanding with profiling (shameless plug to my series) and you are golden! http://hf.…

X AI KOLs Timeline · 6d ago Cached

A beginner-friendly guide to using torch.profiler in PyTorch for profiling and optimizing deep learning workloads, covering trace reading, CUDA analysis, and torch.compile integration.

0 favorites 0 likes
#profiling

Profiling in PyTorch (Part 3): Attention is all you profile

Hugging Face Blog · 2026-07-10 Cached

This tutorial demonstrates how to profile various attention implementations in PyTorch, from naive attention to scaled dot-product attention with different backends, using the PyTorch profiler on an NVIDIA A100 GPU.

0 favorites 0 likes
#profiling

Understanding the Go Runtime: Profiling

Hacker News Top · 2026-07-08 Cached

A deep dive into Go's profiling mechanism, explaining how the runtime collects CPU, heap, block, mutex, and goroutine profiles, and how they are represented in the pprof format.

0 favorites 0 likes
#profiling

Agent-Assisted SGLang Development (18 minute read)

TLDR AI · 2026-07-03 Cached

The article explores how agent tools are being used to encode development workflows for SGLang, turning debugging, benchmarking, and profiling into executable skills and reproducible experiments, with efforts like KDA-Pilot already producing merged PRs.

0 favorites 0 likes
#profiling

Aristotelian Virtue Profiling of LLMs through Ethical Dilemmas

arXiv cs.AI · 2026-06-30 Cached

The paper introduces VirtueMap, a framework that profiles large language models by evaluating their rankings of ethical dilemma responses through an Aristotelian virtue ethics lens, using a validated common-sense ground truth.

0 favorites 0 likes
#profiling

Compiler-Assisted Floating-Point Error Analysis and Profiling with FPChecker

Hacker News Top · 2026-06-29 Cached

A half-day tutorial at ISC High Performance 2026 on using compiler-assisted tools (FPChecker/LLVM) for floating-point error analysis and profiling in C/C++ scientific codes.

0 favorites 0 likes
#profiling

Optimizing CUDA like a Human: Micro-Profiling Tools as Expert Surrogates for LLM-Based GPU Kernel Optimization

arXiv cs.LG · 2026-06-26 Cached

KernelPro is a closed-loop multi-agent system that uses LLMs and micro-profiling tools to automatically optimize GPU kernel code, achieving geomean speedups of 2.42×/4.69×/5.30× on KernelBench and demonstrating a measured 11.6% energy reduction at matched speed.

0 favorites 0 likes
#profiling

SocialPersona: Benchmarking Personalized Profiling and Response with Multimodal Social-Media Context

arXiv cs.CL · 2026-06-26 Cached

Introduces SocialPersona, a benchmark for evaluating multimodal large language models on their ability to recover revealed preferences from longitudinal social-media timelines and use them in personalized dialogue.

0 favorites 0 likes
#profiling

Everyone says AI needs more GPUs. I profiled one and it was sitting idle most of the time, just waiting on data. how much of the "GPU shortage" is actually wasted GPUs?

Reddit r/artificial · 2026-06-18

Analysis showing that GPUs used for AI training often sit idle waiting for data, questioning the severity of the GPU shortage.

0 favorites 0 likes
#profiling

@ariG23498: I was fascinated when I first heard about kernel fusion from @cHHillee's blog post "Making Deep Learning Go Brrrr From …

X AI KOLs Timeline · 2026-06-16 Cached

The author shares excitement about kernel fusion and demonstrates using HuggingFace's kernels project to profile a GeGLU FFN fused Liger kernel, noting the profile's beauty.

0 favorites 0 likes
#profiling

@ariG23498: It is profiling time! In Part 2 we cover: > trace a Linear layer > talk about mul + add vs linear > gemm epilogues (my …

X AI KOLs Timeline · 2026-06-11 Cached

Announces Part 2 of a profiling tutorial covering linear layer tracing, gemm epilogues, MLP tracing, and comparisons of torch compile vs Liger kernels, with a link to the full content.

0 favorites 0 likes
#profiling

Profiling in PyTorch (Part 2): From nn.Linear to a Fused MLP

Hugging Face Blog · 2026-06-11 Cached

This blog post continues the profiling in PyTorch series, exploring nn.Linear, MLP blocks, and fusion techniques using Triton kernels to optimize performance.

0 favorites 0 likes
#profiling

Google is building a lifestyle profiling engine, not a "helpful assistant"

Reddit r/ArtificialInteligence · 2026-05-29

Google's AI strategy is criticized as a surveillance-based profiling engine that forces users into consent through mandatory login, circumventing GDPR. The article exposes Google's plan to replace traditional search with AI-generated answers and personalized tracking, calling it a legal loophole wrapped in AI hype.

0 favorites 0 likes
#profiling

Human Psychometric Questionnaires Mischaracterize LLM Behavior

Hugging Face Daily Papers · 2026-05-29 Cached

This paper finds that human psychometric questionnaires fail to reliably predict LLM behavior in real-world interactions, and proposes generation-based profiling as a more accurate alternative.

0 favorites 0 likes
#profiling

Profiling in PyTorch (Part 1): A Beginner's Guide to torch.profiler

Hugging Face Blog · 2026-05-29 Cached

A beginner-friendly guide to using PyTorch's torch.profiler for profiling and optimizing neural network operations, starting with matrix multiplication and bias addition. It explains how to read profiler traces and understand CPU/GPU interactions.

0 favorites 0 likes
#profiling

@RisingSayak: I realized that what I cannot profile, I cannot optimize. This is why I embarked on a little project in Diffusers, to t…

X AI KOLs Following · 2026-05-22 Cached

Sayak Paul describes a project to profile and optimize Diffusers pipelines using torch.compile, and announces a tutorial series by Ari G. on the topic.

0 favorites 0 likes
#profiling

Speeding Up the Back End with Graph Theory (2019)

Lobsters Hottest · 2026-05-21 Cached

Sensor Tower's engineering team used graph theory analysis and profiling tools to identify bottlenecks in a slow backend endpoint, achieving a fourfold speed improvement by optimizing Protobuf decoding and encoding steps.

0 favorites 0 likes
#profiling

@WEB3_furture: What did the world's most expensive financial teams open source on GitHub? How can ordinary people learn about quantitative trading? Directly getting hands-on is the fastest way. Top quantitative and high-frequency trading institutions like Jane Street, Goldman Sachs, J.P. Morgan, etc., have released representative financial/engineering tools to help ordinary quant...

X AI KOLs Timeline · 2026-05-21 Cached

This tweet introduces three financial/engineering tools open-sourced by top quantitative institutions such as Jane Street, Goldman Sachs, and J.P. Morgan: magic-trace (high-precision process tracing), gs-quant (Python package for derivatives pricing and risk management), and Perspective (real-time data visualization tool), helping quant enthusiasts gain institutional-level technical capabilities for free.

1 favorites 1 likes
Next →
← Back to home

Submit Feedback