Skip to content

Commit 550bbfc

Browse files
committed
Update on "Add dynamic ABI to Multipy"
[ghstack-poisoned]
1 parent a10253f commit 550bbfc

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/runtime_nightly_abi_0.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
matrix:
1212
python-version: [3.8]
13-
platform: [linux.2xlarge]
13+
platform: [linux.2xlarge, linux.4xlarge]]
1414
fail-fast: false
1515
runs-on: ${{ matrix.platform }}
1616
steps:
@@ -89,7 +89,7 @@ jobs:
8989
mkdir build
9090
cd build
9191
pwd
92-
conda run -n multipy_runtime_env cmake ..
92+
conda run -n multipy_runtime_env cmake -DABI_EQUALS_1=OFF ..
9393
conda run -n multipy_runtime_env cmake --build . --config Release
9494
- name: test_deploy
9595
shell: bash -l {0}

.github/workflows/runtime_nightly_abi_1.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
matrix:
1212
python-version: [3.8]
13-
platform: [linux.2xlarge]
13+
platform: [linux.2xlarge, linux.4xlarge]
1414
fail-fast: false
1515
runs-on: ${{ matrix.platform }}
1616
steps:

.github/workflows/runtime_tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
matrix:
1515
python-version: [3.8]
16-
platform: [linux.2xlarge]
16+
platform: [linux.2xlarge, linux.4xlarge]]
1717
fail-fast: false
1818
runs-on: ${{ matrix.platform }}
1919
steps:
@@ -92,7 +92,7 @@ jobs:
9292
mkdir build
9393
cd build
9494
pwd
95-
conda run -n multipy_runtime_env cmake ..
95+
conda run -n multipy_runtime_env cmake -DABI_EQUALS_1=OFF ..
9696
conda run -n multipy_runtime_env cmake --build . --config Release
9797
- name: test_deploy
9898
shell: bash -l {0}

0 commit comments

Comments
 (0)