-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into port/libtorch
- Loading branch information
Showing
24 changed files
with
140 additions
and
459 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,19 +19,15 @@ jobs: | |
strategy: | ||
matrix: | ||
include: | ||
- vcpkg_tag: "2024.06.15" | ||
vcpkg_commit: "f7423ee180c4b7f40d43402c2feb3859161ef625" | ||
- vcpkg_tag: "2024.07.12" | ||
vcpkg_commit: "1de2026f28ead93ff1773e6e680387643e914ea1" | ||
- vcpkg_tag: "2024.08.23" | ||
vcpkg_commit: "3508985146f1b1d248c67ead13f8f54be5b4f5da" | ||
- vcpkg_tag: "2024.10.21" | ||
vcpkg_commit: "10b7a178346f3f0abef60cecd5130e295afd8da4" | ||
fail-fast: false | ||
env: | ||
VCPKG_FEATURE_FLAGS: "registries,binarycaching,manifests,versions" | ||
VCPKG_OVERLAY_PORTS: "${{ github.workspace }}/ports" | ||
VCPKG_OVERLAY_TRIPLETS: ${{ github.workspace }}/triplets | ||
steps: | ||
- uses: actions/[email protected].0 | ||
- uses: actions/[email protected].2 | ||
- uses: ConorMacBride/[email protected] | ||
with: | ||
brew: autoconf automake libtool | ||
|
@@ -44,9 +40,9 @@ jobs: | |
with: | ||
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }} | ||
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }} | ||
aws-region: ap-northeast-2 | ||
aws-region: ${{ secrets.AWS_REGION }} | ||
|
||
- uses: actions/cache@v4.0.2 | ||
- uses: actions/cache@v4.1.2 | ||
with: | ||
key: "v2432-${{ runner.os }}-${{ matrix.vcpkg_tag }}" | ||
path: | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,19 +19,15 @@ jobs: | |
strategy: | ||
matrix: | ||
include: | ||
- vcpkg_tag: "2024.06.15" | ||
vcpkg_commit: "f7423ee180c4b7f40d43402c2feb3859161ef625" | ||
- vcpkg_tag: "2024.07.12" | ||
vcpkg_commit: "1de2026f28ead93ff1773e6e680387643e914ea1" | ||
- vcpkg_tag: "2024.08.23" | ||
vcpkg_commit: "3508985146f1b1d248c67ead13f8f54be5b4f5da" | ||
- vcpkg_tag: "2024.10.21" | ||
vcpkg_commit: "10b7a178346f3f0abef60cecd5130e295afd8da4" | ||
fail-fast: false | ||
env: | ||
VCPKG_FEATURE_FLAGS: "registries,binarycaching,manifests,versions" | ||
VCPKG_OVERLAY_PORTS: "${{ github.workspace }}/ports" | ||
VCPKG_OVERLAY_TRIPLETS: "${{ github.workspace }}/triplets" | ||
steps: | ||
- uses: actions/[email protected].0 | ||
- uses: actions/[email protected].2 | ||
- uses: ConorMacBride/[email protected] | ||
with: | ||
apt: nuget nasm libnuma-dev libopenmpi-dev libx11-dev libxi-dev libxext-dev libx11-xcb-dev | ||
|
@@ -40,9 +36,9 @@ jobs: | |
with: | ||
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }} | ||
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }} | ||
aws-region: ap-northeast-2 | ||
aws-region: ${{ secrets.AWS_REGION }} | ||
|
||
- uses: actions/cache@v4.0.2 | ||
- uses: actions/cache@v4.1.2 | ||
with: | ||
key: "v2432-${{ runner.os }}-${{ matrix.vcpkg_tag }}" | ||
path: | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,20 +21,20 @@ jobs: | |
strategy: | ||
matrix: | ||
include: | ||
- vcpkg_tag: "2024.06.15" | ||
vcpkg_commit: "f7423ee180c4b7f40d43402c2feb3859161ef625" | ||
- vcpkg_tag: "2024.07.12" | ||
vcpkg_commit: "1de2026f28ead93ff1773e6e680387643e914ea1" | ||
- vcpkg_tag: "2024.08.23" | ||
vcpkg_commit: "3508985146f1b1d248c67ead13f8f54be5b4f5da" | ||
- vcpkg_tag: "2024.09.23" | ||
vcpkg_commit: "f176b58f35a75f9f8f54099cd9df97d2e2793a2e" | ||
- vcpkg_tag: "2024.09.30" | ||
vcpkg_commit: "c82f74667287d3dc386bce81e44964370c91a289" | ||
- vcpkg_tag: "2024.10.21" | ||
vcpkg_commit: "10b7a178346f3f0abef60cecd5130e295afd8da4" | ||
fail-fast: false | ||
env: | ||
VCPKG_OVERLAY_PORTS: "${{ github.workspace }}/ports" | ||
VCPKG_OVERLAY_TRIPLETS: "${{ github.workspace }}/triplets" | ||
steps: | ||
- uses: actions/[email protected].0 | ||
- uses: actions/[email protected].2 | ||
- uses: microsoft/setup-msbuild@v2 | ||
with: | ||
msbuild-architecture: x64 | ||
|
@@ -103,18 +103,16 @@ jobs: | |
strategy: | ||
matrix: | ||
include: | ||
- vcpkg_tag: "2024.06.15" | ||
vcpkg_commit: "f7423ee180c4b7f40d43402c2feb3859161ef625" | ||
- vcpkg_tag: "2024.08.23" | ||
vcpkg_commit: "3508985146f1b1d248c67ead13f8f54be5b4f5da" | ||
- vcpkg_tag: "2024.09.23" | ||
vcpkg_commit: "f176b58f35a75f9f8f54099cd9df97d2e2793a2e" | ||
- vcpkg_tag: "2024.09.30" | ||
vcpkg_commit: "c82f74667287d3dc386bce81e44964370c91a289" | ||
- vcpkg_tag: "2024.10.21" | ||
vcpkg_commit: "10b7a178346f3f0abef60cecd5130e295afd8da4" | ||
fail-fast: false | ||
env: | ||
VCPKG_OVERLAY_PORTS: "${{ github.workspace }}/ports" | ||
VCPKG_OVERLAY_TRIPLETS: "${{ github.workspace }}/triplets" | ||
steps: | ||
- uses: actions/[email protected].0 | ||
- uses: actions/[email protected].2 | ||
- uses: microsoft/setup-msbuild@v2 | ||
with: | ||
msbuild-architecture: x64 | ||
|
@@ -168,18 +166,16 @@ jobs: | |
strategy: | ||
matrix: | ||
include: | ||
- vcpkg_tag: "2024.06.15" | ||
vcpkg_commit: "f7423ee180c4b7f40d43402c2feb3859161ef625" | ||
- vcpkg_tag: "2024.08.23" | ||
vcpkg_commit: "3508985146f1b1d248c67ead13f8f54be5b4f5da" | ||
- vcpkg_tag: "2024.09.23" | ||
vcpkg_commit: "f176b58f35a75f9f8f54099cd9df97d2e2793a2e" | ||
- vcpkg_tag: "2024.09.30" | ||
vcpkg_commit: "c82f74667287d3dc386bce81e44964370c91a289" | ||
- vcpkg_tag: "2024.10.21" | ||
vcpkg_commit: "10b7a178346f3f0abef60cecd5130e295afd8da4" | ||
fail-fast: false | ||
env: | ||
VCPKG_OVERLAY_PORTS: "${{ github.workspace }}/ports" | ||
VCPKG_OVERLAY_TRIPLETS: "${{ github.workspace }}/triplets" | ||
steps: | ||
- uses: actions/[email protected].0 | ||
- uses: actions/[email protected].2 | ||
- uses: microsoft/setup-msbuild@v2 | ||
with: | ||
msbuild-architecture: x64 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,19 +19,15 @@ jobs: | |
strategy: | ||
matrix: | ||
include: | ||
- vcpkg_tag: "2024.06.15" | ||
vcpkg_commit: "f7423ee180c4b7f40d43402c2feb3859161ef625" | ||
- vcpkg_tag: "2024.07.12" | ||
vcpkg_commit: "1de2026f28ead93ff1773e6e680387643e914ea1" | ||
- vcpkg_tag: "2024.08.23" | ||
vcpkg_commit: "3508985146f1b1d248c67ead13f8f54be5b4f5da" | ||
- vcpkg_tag: "2024.10.21" | ||
vcpkg_commit: "10b7a178346f3f0abef60cecd5130e295afd8da4" | ||
fail-fast: false | ||
env: | ||
VCPKG_FEATURE_FLAGS: "registries,binarycaching,manifests,versions" | ||
VCPKG_OVERLAY_PORTS: "${{ github.workspace }}/ports" | ||
VCPKG_OVERLAY_TRIPLETS: "${{ github.workspace }}/triplets" | ||
steps: | ||
- uses: actions/[email protected].0 | ||
- uses: actions/[email protected].2 | ||
- uses: microsoft/setup-msbuild@v2 | ||
with: | ||
msbuild-architecture: x64 | ||
|
@@ -40,12 +36,12 @@ jobs: | |
with: | ||
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }} | ||
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }} | ||
aws-region: ap-northeast-2 | ||
aws-region: ${{ secrets.AWS_REGION }} | ||
|
||
- name: "Enalbe LongPath" | ||
run: git config --system core.longpaths true | ||
|
||
- uses: actions/cache@v4.0.2 | ||
- uses: actions/cache@v4.1.2 | ||
with: | ||
key: "v2432-${{ runner.os }}-${{ matrix.vcpkg_tag }}" | ||
path: | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ jobs: | |
env: | ||
GH_TOKEN: ${{ secrets.GH_TOKEN }} | ||
steps: | ||
- uses: actions/[email protected].0 | ||
- uses: actions/[email protected].2 | ||
|
||
- name: "Run gh(auth)" | ||
run: | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,8 +27,8 @@ jobs: | |
name: github-pages | ||
url: ${{ steps.deployment.outputs.page_url }} | ||
steps: | ||
- uses: actions/[email protected].0 | ||
- uses: actions/setup-python@v5.2.0 | ||
- uses: actions/[email protected].2 | ||
- uses: actions/setup-python@v5.3.0 | ||
with: | ||
python-version: 3.11 | ||
architecture: x64 | ||
|
@@ -50,8 +50,8 @@ jobs: | |
mkdocs_test: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/[email protected].0 | ||
- uses: actions/setup-python@v5.2.0 | ||
- uses: actions/[email protected].2 | ||
- uses: actions/setup-python@v5.3.0 | ||
with: | ||
python-version: 3.11 | ||
architecture: x64 | ||
|
Oops, something went wrong.