From 744726824fa8de27d20675618f20f46eeef3c75f Mon Sep 17 00:00:00 2001 From: Bill Teng Date: Tue, 23 Jan 2024 23:00:18 +0000 Subject: [PATCH] #0: remove compile-time hugepage check as we have one at runtime now --- module.mk | 4 ---- 1 file changed, 4 deletions(-) diff --git a/module.mk b/module.mk index 1aa70a2de57..001b6eb5ade 100644 --- a/module.mk +++ b/module.mk @@ -111,9 +111,6 @@ set_up_kernels: set_up_kernels/clean: python3 $(TT_METAL_HOME)/scripts/set_up_kernels.py --short clean -hugepage-check: - bash -c "python3.8 $(TT_METAL_HOME)/infra/machine_setup/scripts/setup_hugepages.py check" || (echo "$?"; exit 1) - ifeq ($(ENABLE_PROFILER), 1) CFLAGS += -DPROFILER endif @@ -129,7 +126,6 @@ endif LIBS_TO_BUILD = ifdef TT_METAL_ENV_IS_DEV LIBS_TO_BUILD += \ - hugepage-check \ python_env/dev \ git_hooks endif