karpathy / llm.c

LLM training in simple, raw C/CUDA

Repository from Github https://github.comkarpathy/llm.cRepository from Github https://github.comkarpathy/llm.c

layernorm_backward.cu: atomicAdd

azret opened this issue · comments

dinp_bt[i] += dval;

Should all of these use atomicAdd?