profiling

Tag

Cards List
#profiling

Goroutine Leak Profiles

Lobsters Hottest · 4d ago Cached

Go 1.27 introduces a goroutine leak profiler to accurately detect and prevent goroutine leaks in running programs, including production systems, with minimal false positives.

0 favorites 0 likes
#profiling

Why is Arrays.fill 265 times slower on G1GC?

Hacker News Top · 5d ago Cached

The article investigates why Arrays.fill is 265 times slower on G1GC compared to ParallelGC, tracing the issue to JIT-generated code and memory barriers through detailed profiling and assembly analysis.

0 favorites 0 likes
#profiling

Aiki Alpha 3 Released - Performance Improved

Lobsters Hottest · 2026-08-30 Cached

Aiki Alpha 3 is released with substantial performance improvements, including cheaper runtime realization, adaptive number representations, enhanced profiling and coverage, and stricter library constraints.

0 favorites 0 likes
#profiling

FleetSieve: Decision-Critical Profiling for SLO-Aware LLM Fleet Configuration

arXiv cs.LG · 2026-08-21 Cached

FleetSieve introduces a decision-critical profiling method for SLO-aware LLM fleet configuration that optimizes resource allocation by reducing unnecessary measurements, achieving efficiency gains over uniform profiling.

0 favorites 0 likes
#profiling

Software Understanding in the Sciences is Really Uneven

Lobsters Hottest · 2026-08-07 Cached

A software engineer reflects on how scientists often lack software engineering skills, using an example of optimizing an astrophysics simulation postprocessing tool and advocating for a 'missing semester' for scientists.

0 favorites 0 likes
#profiling

I built an open-source tool that reduces TensorBoard trace sizes by 90%+ for JAX/XLA (XProf Cubism Reducer)

Reddit r/LocalLLaMA · 2026-07-30

An open-source tool called XProf Cubism Reducer reduces TensorBoard trace sizes by over 90% for JAX/XLA, making performance profiling more efficient.

0 favorites 0 likes
#profiling

How Do I Profile eBPF Code?

Hacker News Top · 2026-07-28 Cached

This article demonstrates how to profile eBPF code performance by creating a simple C test harness that measures file open latency, enabling developers to compare overhead before and after attaching eBPF hooks.

0 favorites 0 likes
#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 · 2026-07-20 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 · 2026-07-19 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 · 2026-07-15 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
Next →
← Back to home

Submit Feedback