Skip to content

Commit

Permalink
aarch64: cd: test openmp switch from libomp to libgomp
Browse files Browse the repository at this point in the history
tests this PR# pytorch/builder#1787
  • Loading branch information
snadampal committed Apr 18, 2024
1 parent dca24d7 commit 070ab85
Show file tree
Hide file tree
Showing 15 changed files with 410 additions and 410 deletions.
4 changes: 2 additions & 2 deletions .github/templates/common.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@

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

{%- macro concurrency(build_environment) -%}
concurrency:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/_binary-build-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -187,9 +187,9 @@ jobs:
- name: Checkout pytorch/builder to builder dir
uses: malfet/checkout@silent-checkout
with:
ref: main
ref: openmp_update
submodules: recursive
repository: pytorch/builder
repository: snadampal/builder
path: builder
quiet-checkout: true

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/_binary-test-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,9 +168,9 @@ jobs:
- name: Checkout pytorch/builder to builder dir
uses: malfet/checkout@silent-checkout
with:
ref: main
ref: openmp_update
submodules: recursive
repository: pytorch/builder
repository: snadampal/builder
path: builder

- name: Clean pytorch/builder checkout
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

80 changes: 40 additions & 40 deletions .github/workflows/generated-linux-binary-manywheel-nightly.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 070ab85

Please sign in to comment.