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

cu compile fail

huangrt01 opened this issue · comments

should use:
using mds_t = cuda::std::mdspan<const float, ext_t, cuda::std::layout_right, streaming_accessor<const float>>;