Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
pjanevskiTT committed Sep 30, 2024
1 parent fed5fee commit 7872940
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion device/tt_silicon_driver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1400,7 +1400,7 @@ void tt_SiliconDevice::init_pcie_iatus() {
std::string find_hugepage_dir(std::size_t pagesize)
{

static const std::regex hugetlbfs_mount_re(fmt::format("^(nodev|hugetlbfs) () hugetlbfs ([^ ]+) 0 0$", hugepage_dir));
static const std::regex hugetlbfs_mount_re(fmt::format("^(nodev|hugetlbfs) ({}) hugetlbfs ([^ ]+) 0 0$", hugepage_dir));
static const std::regex pagesize_re("(?:^|,)pagesize=([0-9]+)([KMGT])(?:,|$)");

std::ifstream proc_mounts("/proc/mounts");
Expand Down

0 comments on commit 7872940

Please sign in to comment.