Skip to content

Commit 26f7db2

Browse files
committed
test cpu16
1 parent e4fcfc0 commit 26f7db2

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

.github/workflows/_ascend_npu_benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
- name: Checkout benchmark
7474
uses: actions/checkout@v4
7575
with:
76-
repository: pytorch/benchmark
76+
repository: cllouud/benchmark
7777
path: benchmark
7878

7979
# TODO

.github/workflows/_ascend_npu_build_torch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
run: |
8383
python setup.py build bdist_wheel
8484
env:
85-
MAX_JOBS: 8
85+
MAX_JOBS: 16
8686

8787
- name: List distribution package
8888
id: list-dist

.github/workflows/_ascend_npu_build_torch_npu.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name: '_ascend_npu_build'
22

3+
34
on:
45
workflow_call:
56
inputs:
@@ -104,7 +105,7 @@ jobs:
104105
bash ci/build.sh --python=${{ steps.list-py-version.outputs.py-version }}
105106
env:
106107
_GLIBCXX_USE_CXX11_ABI: 1 # https://gitee.com/ascend/pytorch/issues/IBJFZY
107-
MAX_JOBS: 8
108+
MAX_JOBS: 16
108109

109110
- name: List distribution package
110111
id: list-dist

.github/workflows/_ascend_npu_ut.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
- name: Checkout torch_npu
6666
uses: actions/checkout@v4
6767
with:
68-
repository: Ascend/pytorch
68+
repository: cllouud/pytorch
6969
path: torch_npu
7070

7171
- name: Install pip dependencies

0 commit comments

Comments
 (0)