Skip to content

Commit

Permalink
#0: remove compile-time hugepage check as we have one at runtime now
Browse files Browse the repository at this point in the history
  • Loading branch information
TT-billteng committed Jan 24, 2024
1 parent 2e4e46e commit 7447268
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions module.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 7447268

Please sign in to comment.