From 1585632834ea54a364fd209550c480c284072bf5 Mon Sep 17 00:00:00 2001 From: Henry Ward <45144290+kudosscience@users.noreply.github.com> Date: Mon, 2 Mar 2026 11:48:12 +0200 Subject: [PATCH] Update PMPP practice problems link in README Replace 404 with https://github.com/gpu-mode/reference-kernels/tree/main/problems/pmpp_v2 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 218787d..dafb34e 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ This repo holds reference kernels for the KernelBot which hosts regular competit You can see what's going on [gpumode.com](https://www.gpumode.com/) ## Competition -1. [PMPP practice problems](https://gpu-mode.github.io/discord-cluster-manager/docs/active#practice-round-leaderboard) +1. [PMPP practice problems](https://github.com/gpu-mode/reference-kernels/tree/main/problems/pmpp_v2) 2. [AMD $100K kernel competition](problems/amd) 3. [BioML kernels](problems/bioml) 4. [AMD $100K distributed kernel competition](problems/amd_distributed)