Skip to content

Commit e359b50

Browse files
authored
github/action (#87)
1 parent 3f13934 commit e359b50

4 files changed

Lines changed: 22 additions & 3 deletions

File tree

.github/workflows/excuter-cppcommon.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
name: Excuter/cppcommon Build
22
on: [push, pull_request]
3-
3+
push:
4+
paths:
5+
- 'excuter/cpp-common/**'
6+
pull_request:
7+
paths:
8+
- 'excuter/cpp-common/**'
49
env:
510
HIGHWAY_VERSION: 1.2.0
611

.github/workflows/excuter-cuda-linux.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
name: Excuter/cuda-linux Build
22
on: [push, pull_request]
3-
3+
push:
4+
paths:
5+
- 'excuter/op-mem-cuda/**'
6+
pull_request:
7+
paths:
8+
- 'excuter/op-mem-cuda/**'
49
env:
510
CUDA_VERSION: "12.6.0"
611
CUDA_MAJOR_VERSION: "12"

.github/workflows/excuter-ompsimd-linux.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
name: Excuter/ompsimd-linux Build
22
on: [push, pull_request]
3-
3+
on: [push, pull_request]
4+
push:
5+
paths:
6+
- 'excuter/op-mem-ompsimd/**'
7+
pull_request:
8+
paths:
9+
- 'excuter/op-mem-ompsimd/**'
410
env:
511
HIGHWAY_VERSION: 1.2.0
612

excuter/op-mem-mps/swift.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# todo
2+
3+
支持apple mps芯片

0 commit comments

Comments
 (0)