File tree Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -134,6 +134,8 @@ jobs:
134134 include :
135135 - build : ' x64'
136136 os : ubuntu-22.04
137+ - build : ' s390x-z15' # z15 because our CI runners are on z15
138+ os : ubuntu-22.04-s390x
137139 # GGML_BACKEND_DL and GGML_CPU_ALL_VARIANTS are not currently supported on arm
138140 # - build: 'arm64'
139141 # os: ubuntu-22.04-arm
Original file line number Diff line number Diff line change @@ -3,10 +3,12 @@ name: Update Operations Documentation
33on :
44 push :
55 paths :
6+ - ' docs/ops.md'
67 - ' docs/ops/**'
78 - ' scripts/create_ops_docs.py'
89 pull_request :
910 paths :
11+ - ' docs/ops.md'
1012 - ' docs/ops/**'
1113 - ' scripts/create_ops_docs.py'
1214
Original file line number Diff line number Diff line change 5555/ggml /src /ggml-cuda /common.cuh @ slaren
5656/ggml /src /ggml-cuda /fattn * @ JohannesGaessler
5757/ggml /src /ggml-cuda /ggml-cuda.cu @ slaren
58- /ggml /src /ggml-cuda /mmf. * @ JohannesGaessler
58+ /ggml /src /ggml-cuda /mmf. * @ JohannesGaessler @ am17an
5959/ggml /src /ggml-cuda /mmq. * @ JohannesGaessler
6060/ggml /src /ggml-cuda /mmvf. * @ JohannesGaessler
6161/ggml /src /ggml-cuda /mmvq. * @ JohannesGaessler
You can’t perform that action at this time.
0 commit comments