Including unistd.h in cudnn_att.cpp for latest MSVC compiler

This commit is contained in:
Ross Wheeler 2024-07-20 11:57:10 -07:00
parent 72698a5ba3
commit b203820232

View file

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