← Back to KHAO

Claude · Codex ·

Auto-research with codex: How I achieved a 232x Faster Kernel

2 min read

Compiled by KHAO Editorial — aggregated from 1 source + 1 reference discovered via search. See llms.txt for citation guidance.

◌ Single Source

A simplified 2D Householder step. Drag the orange vector: the purple mirror changes so the green reflected vector lands on the horizontal axis. In higher dimensions, landing on the axis is exactly what makes the below-diagonal entries become zero.

GPU Mode, in collab with Core Automation, recently hosted an auto-research themed contest.

Key facts

Summary

Make serial work small with the help of the blocked Householder algorithm. The reporter placed 12th out of 183 participants, ending up with a 232x speedup over the baseline solution. Note that you don't need to go through the mathematics or the problem itself in detail to follow most of this blog post. You can check out the full contest page here: Problem Link and Leaderboard. This contest was part of GPU Mode's Linear Algebra Kernels in the Age of Research series.

Read full article at sankalp.bearblog.dev →

#Claude #Codex