added algorithm header for std::sort on windows (not sure about compile time impact...)

This commit is contained in:
ademeure 2024-05-21 16:53:11 +01:00
parent b5e75dde8e
commit a3801f01ef

View file

@ -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