mirror of
https://github.com/karpathy/llm.c.git
synced 2026-07-28 20:35:09 -04:00
Including unistd.h in cudnn_att.cpp for latest MSVC compiler
This commit is contained in:
parent
72698a5ba3
commit
b203820232
1 changed files with 1 additions and 0 deletions
|
|
@ -3,6 +3,7 @@
|
|||
// TODO this currently duplicates some of the utilities from the main file
|
||||
|
||||
#define NOMINMAX
|
||||
#include <unistd.h>
|
||||
#include "cudnn_att.h"
|
||||
#include <cudnn_frontend.h>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue