mirror of
https://github.com/karpathy/llm.c.git
synced 2026-07-28 20:35:09 -04:00
added algorithm header for std::sort on windows (not sure about compile time impact...)
This commit is contained in:
parent
b5e75dde8e
commit
a3801f01ef
1 changed files with 1 additions and 0 deletions
|
|
@ -39,6 +39,7 @@ This reads & runs in fp32, B=4, T=64, LR=1e-4, val/sample never (200),
|
|||
#include <stdarg.h>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
#include <algorithm>
|
||||
#include <functional>
|
||||
#include <unordered_map>
|
||||
// GPU / CUDA related
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue