Skip to content

Commit

Permalink
Debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
boomanaiden154 committed Dec 31, 2024
1 parent 09a6cde commit b1c361b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,7 @@ env:
LLVM_COMMIT: 29b92d07746fac26cd64c914bc9c5c3833974f6d

on:
push:
branches:
- main
repository_dispatch:
pull_request:
push

jobs:
check-python-formatting:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit b1c361b

Please sign in to comment.