Skip to content

Commit 253f559

Browse files
committed
aarch64: cd: test openmp switch from libomp to libgomp
tests this PR# pytorch/builder#1803
1 parent c715e76 commit 253f559

15 files changed

+410
-410
lines changed

.github/templates/common.yml.j2

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77

88
# NOTE: If testing pytorch/builder changes you can change this variable to change what pytorch/builder reference
99
# the binary builds will check out
10-
{%- set builder_repo = "pytorch/builder" -%}
11-
{%- set builder_branch = "main" -%}
10+
{%- set builder_repo = "snadampal/builder" -%}
11+
{%- set builder_branch = "openmp_update1" -%}
1212

1313
{%- macro concurrency(build_environment) -%}
1414
concurrency:

.github/workflows/_binary-build-linux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,9 +187,9 @@ jobs:
187187
- name: Checkout pytorch/builder to builder dir
188188
uses: malfet/checkout@silent-checkout
189189
with:
190-
ref: main
190+
ref: openmp_update1
191191
submodules: recursive
192-
repository: pytorch/builder
192+
repository: snadampal/builder
193193
path: builder
194194
quiet-checkout: true
195195

.github/workflows/_binary-test-linux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,9 +168,9 @@ jobs:
168168
- name: Checkout pytorch/builder to builder dir
169169
uses: malfet/checkout@silent-checkout
170170
with:
171-
ref: main
171+
ref: openmp_update1
172172
submodules: recursive
173-
repository: pytorch/builder
173+
repository: snadampal/builder
174174
path: builder
175175

176176
- name: Clean pytorch/builder checkout

.github/workflows/generated-linux-binary-libtorch-cxx11-abi-nightly.yml

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/generated-linux-binary-libtorch-pre-cxx11-nightly.yml

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/generated-linux-binary-manywheel-nightly.yml

Lines changed: 40 additions & 40 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)