From b1c361b10e03077c91624cd6052786e5536a3bf5 Mon Sep 17 00:00:00 2001 From: Aiden Grossman Date: Tue, 31 Dec 2024 03:15:24 +0000 Subject: [PATCH] Debugging --- .github/workflows/main.yaml | 6 +----- gematria/datasets/pipelines/benchmark_cpu_scheduler_test.py | 1 + 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 8da76461..e05eed6f 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -22,11 +22,7 @@ env: LLVM_COMMIT: 29b92d07746fac26cd64c914bc9c5c3833974f6d on: - push: - branches: - - main - repository_dispatch: - pull_request: + push jobs: check-python-formatting: diff --git a/gematria/datasets/pipelines/benchmark_cpu_scheduler_test.py b/gematria/datasets/pipelines/benchmark_cpu_scheduler_test.py index be092cd0..0c516209 100644 --- a/gematria/datasets/pipelines/benchmark_cpu_scheduler_test.py +++ b/gematria/datasets/pipelines/benchmark_cpu_scheduler_test.py @@ -47,6 +47,7 @@ def _set_normal_affinity(): hyperthread_pair_part ) new_cpu_mask = [aux_cpu, *hyperthread_pair] + print(new_cpu_mask) os.sched_setaffinity(0, new_cpu_mask) return (aux_cpu, hyperthread_pair, cpu_mask_list)