gpu-mode/lectures

Names of the c packages to be included are missing

Closed this issue · 1 comments

In the nb for lecture 3, the names of the c packages to be included are missing - see picture
CleanShot 2024-05-29 at 15 37 28@2x

This is kinda funny since if you look at the raw text the cuda is there - this is just some rendering quirk in notebooks because of the number of quotations. Gonna close since while this is annoying the code should urn correctly


    "cuda_begin = r'''\n",
    "#include <torch/extension.h>\n",
    "#include <stdio.h>\n",
    "#include <c10/cuda/CUDAException.h>\n",