Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
joelsmithTT committed Dec 4, 2024
1 parent 0bd5fe2 commit 05a8247
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion device/hugepage.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,10 @@
#include <sys/stat.h> // for umask
#include <unistd.h> // for unlink

#include "logger.hpp"
#include <regex>

#include "logger.hpp"

static const std::string hugepage_dir = "/dev/hugepages-1G";

namespace tt::umd {
Expand Down

0 comments on commit 05a8247

Please sign in to comment.