llm.c icon indicating copy to clipboard operation
llm.c copied to clipboard

Replaced parameter B with the total parameters calculated outside of the kernel

Open ChrisDryden opened this issue 1 year ago • 1 comments

Similar to this CR: https://github.com/karpathy/llm.c/pull/520 but with some more opinionated variable name changes, since N is already taken, I renamed it to total_parameters, but open to any other options

ChrisDryden avatar Jun 02 '24 19:06 ChrisDryden

Does this actually make difference? Maybe I'd prefer the more consistent naming scheme.

karpathy avatar Jun 02 '24 23:06 karpathy